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) 。

实现

适用于

另请参阅