SourceLanguageConfig.FromLanguage 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.
Overloads
FromLanguage(String) |
Creates a SourceLanguageConfig instance with a source language. |
FromLanguage(String, String) |
Creates a SourceLanguageConfig instance with source language and custom endpoint id. A custom endpoint id corresponds to a custom model. |
FromLanguage(String)
Creates a SourceLanguageConfig instance with a source language.
public static Microsoft.CognitiveServices.Speech.SourceLanguageConfig FromLanguage (string language);
static member FromLanguage : string -> Microsoft.CognitiveServices.Speech.SourceLanguageConfig
Public Shared Function FromLanguage (language As String) As SourceLanguageConfig
Parameters
- language
- String
The source language
Returns
A new SourceLanguageConfig instance.
Applies to
FromLanguage(String, String)
Creates a SourceLanguageConfig instance with source language and custom endpoint id. A custom endpoint id corresponds to a custom model.
public static Microsoft.CognitiveServices.Speech.SourceLanguageConfig FromLanguage (string language, string endpointId);
static member FromLanguage : string * string -> Microsoft.CognitiveServices.Speech.SourceLanguageConfig
Public Shared Function FromLanguage (language As String, endpointId As String) As SourceLanguageConfig
Parameters
- language
- String
The source language
- endpointId
- String
The custom endpoint id
Returns
A new SourceLanguageConfig instance.
Applies to
Azure SDK for .NET