SayAs.Format 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定提示之 SSML 標記語言中專案的屬性值 format
say-as
。
public:
property System::String ^ Format { System::String ^ get(); void set(System::String ^ value); };
C#
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」。
產品 | 版本 |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |