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 page details the `SupportedLanguages` class, which is a response message for identifying languages supported by the Google Cloud Translation API."],["The `SupportedLanguages` class is part of the `Google.Cloud.Translate.V3` namespace, found within the `Google.Cloud.Translate.V3.dll` assembly, with version 2.2.0 as the current context of this webpage."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from `Object`."],["The `Languages` property, of type `RepeatedField\u003cSupportedLanguage\u003e`, contains a list of supported language responses."],["There are several older versions of the package available, and version 3.9.0 is the latest, with links to each version's information."]]],[]]