languageCodes property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
This field is now deprecated.
Prefer the language_codes
field in the RecognitionConfig
message. The
language of the supplied audio as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
Supported languages for each model are listed in the
Table of Supported Models.
If additional languages are provided, recognition result will contain
recognition in the most likely language detected. The recognition result
will include the language tag of the language detected in the audio. When
you create or update a Recognizer, these values are stored in normalized
BCP-47 form. For example, "en-us" is stored as "en-US".
Optional.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<core.String>? languageCodes;