AutoDetectSourceLanguageConfig.FromOpenRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of AutoDetectSourceLanguageConfig that can detect any language. Added in 1.13.0
public static Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig FromOpenRange ();
static member FromOpenRange : unit -> Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig
Public Shared Function FromOpenRange () As AutoDetectSourceLanguageConfig
Returns
A new AutoDetectSourceLanguageConfig instance that can detect any language known to the Azure Speech service.
Remarks
Only SpeechSynthesizer, embedded speech translation and multilingual TranslationRecognizer can detect the source language automatically. An object inherited from Recognizer must specify possible source languages.
See also: Automatic language detection for speech to text
Applies to
Azure SDK for .NET