languages property
The most probable language detected by the Translation API.
For each request, the Translation API will always return only one result.
Implementation
core.List<DetectedLanguage>? languages;
The most probable language detected by the Translation API.
For each request, the Translation API will always return only one result.
core.List<DetectedLanguage>? languages;