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.
Implements
IMessage<SupportedLanguages>, IEquatable<SupportedLanguages>, IDeepCloneable<SupportedLanguages>, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
SupportedLanguages()
public SupportedLanguages()
SupportedLanguages(SupportedLanguages)
public SupportedLanguages(SupportedLanguages other)
Parameter | |
---|---|
Name | Description |
other | SupportedLanguages |
Properties
Languages
public RepeatedField<SupportedLanguage> Languages { get; }
A list of supported language responses. This list contains an entry for each language the Translation API supports.
Property Value | |
---|---|
Type | Description |
RepeatedField<SupportedLanguage> |