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."],[[["The webpage details the `SupportedLanguages` class within the Google Cloud Translate V3 library for .NET, specifically focusing on version 3.0.0 and its associated versions."],["The `SupportedLanguages` class, which is part of the `Google.Cloud.Translate.V3` namespace, is designed to represent a message containing a list of languages supported by the Translation API."],["Version 3.9.0 is the latest version listed, with a range of prior versions, including 3.8.0, 3.7.0, and down to 2.2.0, all of which are accessible via provided links."],["The `Languages` property, a `RepeatedField` of `SupportedLanguage`, provides the list of all supported language responses."],["`SupportedLanguages` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, and inherits from the `Object` class, which is visible through inherited members."]]],[]]