| SpeechRecognizerInfoSupportedAudioFormats Property  | 
            Gets the audio formats supported by the recognizer.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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