SayAs.InterpretAs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定提示的 SSML 標記語言中 say-as
項目之 interpret-as
屬性的值。
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
屬性值
備註
FragmentState.SayAs屬性會取得或設定 InterpretAs 實例中屬性的值 SayAs 。
會 SpeechSynthesizer 使用屬性所指定的內容類型 InterpretAs 來判斷如何轉譯指定的文字。
例如,名稱 Edgar 可能會以名稱表示:「我的名稱是 Edgar」。 或者,您也可以使用字母來拼出字母,如 interpret-as
下列句子中的屬性所指定:「我的名字是」 <say-as interpret-as="spell-out"> Edgar </say-as>
。 在此情況下, SpeechSynthesizer 演講 Edgar 為「E D G A R」。