Google Cloud Translation v3 API - Class SupportedLanguages (3.6.0)

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.

Inheritance

object > SupportedLanguages

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

SupportedLanguages()

public SupportedLanguages()

SupportedLanguages(SupportedLanguages)

public SupportedLanguages(SupportedLanguages other)
Parameter
NameDescription
otherSupportedLanguages

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
TypeDescription
RepeatedFieldSupportedLanguage