Show / Hide Table of Contents

Class InputFile

An input file.

Inheritance
object
InputFile
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 InputFile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GcsSource

Google Cloud Storage file source.

Declaration
[JsonProperty("gcsSource")]
public virtual GcsInputSource GcsSource { get; set; }
Property Value
Type Description
GcsInputSource

Usage

Optional. Usage of the file contents. Options are TRAIN|VALIDATION|TEST, or UNASSIGNED (by default) for auto split.

Declaration
[JsonProperty("usage")]
public virtual string Usage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX