你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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