Class ImportAdaptiveMtFileRequest
The request for importing an AdaptiveMt file along with its sentences.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ImportAdaptiveMtFileRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileInputSource
Inline file source.
Declaration
[JsonProperty("fileInputSource")]
public virtual FileInputSource FileInputSource { get; set; }
Property Value
Type | Description |
---|---|
FileInputSource |
GcsInputSource
Google Cloud Storage file source.
Declaration
[JsonProperty("gcsInputSource")]
public virtual GcsInputSource GcsInputSource { get; set; }
Property Value
Type | Description |
---|---|
GcsInputSource |