languageCode property

String? languageCode
getter/setter pair

Required The language of the supplied audio as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.

Example: "en-US". See Language Support for a list of the currently supported language codes.

Required.

Implementation

core.String? languageCode;