public sealed class SupportedLanguages : IMessage<SupportedLanguages>, IEquatable<SupportedLanguages>, IDeepCloneable<SupportedLanguages>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class SupportedLanguages.
The response message for discovering supported languages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SupportedLanguages` class within the Google Cloud Translation v3 API, with version 3.2.0 being the current focus."],["The latest version of the documentation is for version 3.9.0, and the page includes links to documentation for versions ranging from 3.9.0 down to 2.2.0."],["The `SupportedLanguages` class is a response message used to list languages that the Translation API supports."],["The `Languages` property of the `SupportedLanguages` class is a `RepeatedField` that lists each supported language, and it is the core property of this class."],["The class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."]]],[]]