SpeechRecognizerInfoSupportedAudioFormats Property |
Gets the audio formats supported by the recognizer.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<AudioFormat> SupportedAudioFormats { get; }
Public ReadOnly Property SupportedAudioFormats As List(Of AudioFormat)
Get
public:
property List<AudioFormat^>^ SupportedAudioFormats {
List<AudioFormat^>^ get ();
}
member SupportedAudioFormats : List<AudioFormat> with get
Property Value
Type:
ListAudioFormat
See Also