Condividi tramite


SayAs.InterpretAs Proprietà

Definizione

Ottiene o imposta il valore dell'attributo interpret-as per l'elemento say-as nel linguaggio di markup SSML di una richiesta.

public:
 property System::String ^ InterpretAs { System::String ^ get(); void set(System::String ^ value); };
public string InterpretAs { get; set; }
member this.InterpretAs : string with get, set
Public Property InterpretAs As String

Valore della proprietà

String

Commenti

La FragmentState.SayAs proprietà ottiene o imposta il valore della proprietà in InterpretAs SayAs un'istanza di .

usa SpeechSynthesizer il tipo di contenuto indicato dalla proprietà per determinare come eseguire il rendering del testo InterpretAs specificato.

Ad esempio, il nome Edgar può essere pronunciato come nome: "My name is Edgar". Oppure può essere digitato con lettere, come specificato con interpret-as l'attributo in questa frase: "My name is <say-as interpret-as="spell-out"> Edgar </say-as> ." In questo caso, SpeechSynthesizer parla Edgar come "E D G A R".

Si applica a