SpeechSynthesisStream.ContentType Property

Definition

Gets the MIME type of the content of SpeechSynthesisStream.

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

Property Value

String

Platform::String

winrt::hstring

The MIME type (audio/wav) of the stream.

Implements

Applies to

See also