Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SourceLanguageConfig class
Source Language configuration.
Properties
| endpointId |
| language |
Methods
| fromLanguage(string, string) |
Property Details
endpointId
string endpointId
Property Value
string
language
string language
Property Value
string
Method Details
fromLanguage(string, string)
static function fromLanguage(language: string, endpointId?: string): SourceLanguageConfig
Parameters
- language
-
string
language (eg. "en-US") value of config.
- endpointId
-
string
endpointId of model bound to given language of config.
Returns
Instance of SourceLanguageConfig
