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 webpage provides documentation for the `SupportedLanguages` class within the Google Cloud Translation v3 API, offering details on its implementation and usage in .NET."],["It lists all of the available versions of the `SupportedLanguages` class ranging from version 2.2.0 up to the latest version 3.9.0, with version 3.6.0 being the main version in focus."],["The `SupportedLanguages` class is used as the response message for language discovery in the Translation API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that copies data from another `SupportedLanguages` object."],["The `Languages` property of the `SupportedLanguages` class is a `RepeatedField` that contains a list of supported languages, with each language being an instance of the `SupportedLanguage` class."]]],[]]