共用方式為


SpeechSynthesisStream.ContentType 屬性

定義

取得 SpeechSynthesisStream內容的 MIME 類型。

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = speechSynthesisStream.contentType;
Public ReadOnly Property ContentType As String

屬性值

String

Platform::String

winrt::hstring

MIME 類型 (資料流程的音訊/wav) 。

實作

適用於

另請參閱