共用方式為


SayAs.Format 屬性

定義

取得或設定提示之 SSML 標記語言中專案的屬性值 formatsay-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

例如,提示可能包含「時間是 <say-as interpret-as="time"> 05:00 </say-as> 」的片語。 在此範例中, 05:00 可以說成「五點時鐘」或「五個 AM」或「oh 五百」。 屬性 Format 允許擴充屬性的值 interpret-as ,以指定要說話的時間格式。 如果屬性的值 interpret-as 是 「time:24hour」,則會 SpeechSynthesizer 說出 「oh five hundred」。 如果屬性的值 interpret-as 是 「time:12hour」,則會 SpeechSynthesizer 說出 「five A M」。

適用於