targetLanguageCodes property

List<String>? targetLanguageCodes
getter/setter pair

The ISO-639 language code to use for translation of the input document.

Specify up to 10 language codes here. Supported language codes are listed in Language Support.

Required.

Implementation

core.List<core.String>? targetLanguageCodes;