SayAs.InterpretAs Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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".