public sealed class SupportedLanguages : IMessage<SupportedLanguages>, IEquatable<SupportedLanguages>, IDeepCloneable<SupportedLanguages>, IBufferMessage, IMessage
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 details the `SupportedLanguages` class, which is a response message for identifying the languages supported by the Translation API."],["The `SupportedLanguages` class, found within the `Google.Cloud.Translate.V3` namespace, is part of the Google.Cloud.Translate.V3.dll assembly."],["The class offers two constructors: a default constructor and a copy constructor that takes another `SupportedLanguages` instance as a parameter."],["The `Languages` property, of type `RepeatedField\u003cSupportedLanguage\u003e`, contains a list of supported languages for the Translation API."],["The page shows a list of previous versions of the API, ranging from version 2.2.0 up to 3.9.0, each with its own relevant documentation page."]]],[]]