次の方法で共有


SayAs.Format プロパティ

定義

プロンプトの format SSML マークアップ言語の要素の属性 say-as の値を取得または設定します。

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

プロパティ値

注釈

プロパティはFragmentState.SayAs、インスタンス内SayAsの プロパティの値をFormat取得または設定します。

たとえば、プロンプトに "The time is " という語句が <say-as interpret-as="time"> 05:00 </say-as>含まれている場合があります。 この例では、 05:00 を "5 時" または "5 AM" または "oh five hundred" と読み上げます。 Formatプロパティを使用すると、 属性の値をinterpret-as拡張して、読み上げる時間形式を指定できます。 属性の値 interpret-as が "time:24hour" の場合、 SpeechSynthesizer は "oh 500" と読み上げられます。 属性の値 interpret-as が "time:12hour" の場合、 SpeechSynthesizer は "5 A M" と読み上げられます。

適用対象