Compartilhar via


SpeechSynthesisStream.ContentType Propriedade

Definição

Obtém o tipo MIME do conteúdo de 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

Valor da propriedade

String

Platform::String

winrt::hstring

O tipo MIME (áudio/wav) do fluxo.

Implementações

Aplica-se a

Confira também