Show / Hide Table of Contents

Class SupportedLanguage

A single supported language response corresponds to information related to one supported language.

Inheritance
System.Object
SupportedLanguage
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class SupportedLanguage : IDirectResponseSchema

Properties

DisplayName

Human-readable name of the language localized in the display language specified in the request.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LanguageCode

Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN').

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
System.String

SupportSource

Can be used as a source language.

Declaration
[JsonProperty("supportSource")]
public virtual bool? SupportSource { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SupportTarget

Can be used as a target language.

Declaration
[JsonProperty("supportTarget")]
public virtual bool? SupportTarget { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX