glossaryTranslations property

List<Translation>? glossaryTranslations
getter/setter pair

Text translation responses if a glossary is provided in the request.

This can be the same as translations if no terms apply. This field has the same length as contents.

Implementation

core.List<Translation>? glossaryTranslations;