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

AutoDetectSourceLanguageConfig Class

Represents auto detection source language configuration, allowing open range, specifying the potential source languages and corresponding customized endpoint

The configuration can be initialized in different ways:

  • from open range: pass nothing, for source language auto detection in synthesis and multilingual translation.

  • from languages: pass a list of potential source languages, for source language auto detection in recognition.

  • from sourceLanguageConfigs: pass a list of source language configurations, for source language auto detection in recognition.

Constructor

AutoDetectSourceLanguageConfig(languages: List[str] | None = None, sourceLanguageConfigs: List[SourceLanguageConfig] | None = None)

Parameters

Name Description
languages

The list of potential source languages. The language is specified in BCP-47 format

Default value: None
sourceLanguageConfigs

The list of source language configurations

Default value: None