Property HasSpeechToText
HasSpeechToText
Gets a value indicating whether speech-to-text support is available in this model.
public bool HasSpeechToText { get; }
Property Value
- bool
true
if the model supports speech-to-text; otherwise,false
.
Gets a value indicating whether speech-to-text support is available in this model.
public bool HasSpeechToText { get; }
true
if the model supports speech-to-text; otherwise, false
.