FragmentState.Phoneme Proprietà

Definizione

Restituisce informazioni fonetiche per un TextFragmentoggetto .

public:
 property cli::array <char> ^ Phoneme { cli::array <char> ^ get(); };
public char[] Phoneme { get; }
member this.Phoneme : char[]
Public ReadOnly Property Phoneme As Char()

Valore della proprietà

Char[]

Commenti

Le informazioni restituite dalla Phoneme proprietà corrispondono al <phoneme> tag XML di input SSML a un motore di sintesi.

La matrice di char oggetti restituiti dalla Phoneme proprietà esprime la pronuncia usando l'ipA (International Phonetic Alphabet).

Si applica a

Vedi anche