Show / Hide Table of Contents

Class SupportedLanguage

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

Inheritance
object
SupportedLanguage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

ETag

The ETag of the item.

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

LanguageCode

Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, ISO-639 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
string

SupportSource

Can be used as a source language.

Declaration
[JsonProperty("supportSource")]
public virtual bool? SupportSource { get; set; }
Property Value
Type Description
bool?

SupportTarget

Can be used as a target language.

Declaration
[JsonProperty("supportTarget")]
public virtual bool? SupportTarget { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX