Class ProjectsResource.GetSupportedLanguagesRequest
Returns a list of supported languages for translation.
Inheritance
Inherited Members
Namespace: Google.Apis.Translate.v3
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ProjectsResource.GetSupportedLanguagesRequest : TranslateBaseServiceRequest<SupportedLanguages>, IClientServiceRequest<SupportedLanguages>, IClientServiceRequest
Constructors
GetSupportedLanguagesRequest(IClientService, string)
Constructs a new GetSupportedLanguages request.
Declaration
public GetSupportedLanguagesRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
DisplayLanguageCode
Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response.
Declaration
[RequestParameter("displayLanguageCode", RequestParameterType.Query)]
public virtual string DisplayLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Model
Optional. Get supported languages of this model. The format depends on model type: - AutoML Translation
models: projects/{project-number-or-id}/locations/{location-id}/models/{model-id}
- General (built-in)
models: projects/{project-number-or-id}/locations/{location-id}/models/general/nmt
, Returns languages
supported by the specified model. If missing, we get supported languages of Google general NMT model.
Declaration
[RequestParameter("model", RequestParameterType.Query)]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Project or location to make a call. Must refer to a caller's project. Format:
projects/{project-number-or-id}
or projects/{project-number-or-id}/locations/{location-id}
. For
global calls, use projects/{project-number-or-id}/locations/global
or
projects/{project-number-or-id}
. Non-global location is required for AutoML models. Only models within
the same region (have same location-id) can be used, otherwise an INVALID_ARGUMENT (400) error is
returned.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetSupportedLanguages parameter list.
Declaration
protected override void InitParameters()