SourceLanguageConfig Class
Represents source language configuration, allowing specifying the source language and customized endpoint
The configuration can be initialized in different ways:
from language: pass a language.
from language and custom endpoint: pass a language and an endpoint.
- Inheritance
-
builtins.objectSourceLanguageConfig
Constructor
SourceLanguageConfig(language: str, endpoint_id: str | None = None)
Parameters
Name | Description |
---|---|
language
Required
|
The source language. The language is specified in BCP-47 format |
endpoint_id
|
The custom endpoint id Default value: None
|
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python