glossaryTranslations property

List<AdaptiveMtTranslation>? glossaryTranslations
getter/setter pair

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

This could be the same as 'translation' above if no terms apply.

Implementation

core.List<AdaptiveMtTranslation>? glossaryTranslations;