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 可以说为一个名称:"My name is Edgar"。 或者,它可以用字母拼写出来,如以下句子中的 属性所指定 interpret-as
:"My name 为 <say-as interpret-as="spell-out"> Edgar </say-as>
"。 在这种情况下, 将 SpeechSynthesizer Edgar 表示为"E D G A R"。