language property

String? language
final

A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

  • 2-character ISO 639-1 code
  • 3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

Implementation

final String? language;