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."],[[["The latest version of the Google Cloud Translation v3 API class `SupportedLanguages` is 3.9.0, with documentation available for other versions ranging back to 2.2.0."],["`SupportedLanguages` is a class used in the Google Cloud Translation v3 API that provides a response message for discovering which languages are supported."],["The `SupportedLanguages` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the `SupportedLanguages` class is `Languages`, which contains a list of supported languages as `RepeatedField\u003cSupportedLanguage\u003e` objects."],["The class also contains the default constructor `SupportedLanguages()` and another constructor which takes another `SupportedLanguages` object as a parameter."]]],[]]