Show / Hide Table of Contents

Class ImportAdaptiveMtFileRequest

The request for importing an AdaptiveMt file along with its sentences.

Inheritance
object
ImportAdaptiveMtFileRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX