Class Lexeme
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Lexeme
Constructors
| Edit this page View SourceLexeme(string, string)
Declaration
public Lexeme(string grapheme, string phoneme)
Parameters
| Type | Name | Description |
|---|---|---|
| string | grapheme | |
| string | phoneme |
Properties
| Edit this page View SourceGrapheme
Declaration
public string Grapheme { get; }
Property Value
| Type | Description |
|---|---|
| string |
Phoneme
Declaration
public string Phoneme { get; }
Property Value
| Type | Description |
|---|---|
| string |