Class BatchDocumentInputConfig (3.0.0)

public sealed class BatchDocumentInputConfig : IMessage<BatchDocumentInputConfig>, IEquatable<BatchDocumentInputConfig>, IDeepCloneable<BatchDocumentInputConfig>, IBufferMessage, IMessage

Input configuration for BatchTranslateDocument request.

Inheritance

Object > BatchDocumentInputConfig

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

BatchDocumentInputConfig()

public BatchDocumentInputConfig()

BatchDocumentInputConfig(BatchDocumentInputConfig)

public BatchDocumentInputConfig(BatchDocumentInputConfig other)
Parameter
NameDescription
otherBatchDocumentInputConfig

Properties

GcsSource

public GcsSource GcsSource { get; set; }

Google Cloud Storage location for the source input. This can be a single file (for example, gs://translation-test/input.docx) or a wildcard (for example, gs://translation-test/*).

File mime type is determined based on extension. Supported mime type includes:

  • pdf, application/pdf
  • docx, application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • pptx, application/vnd.openxmlformats-officedocument.presentationml.presentation
  • xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

The max file size to support for .docx, .pptx and .xlsx is 100MB. The max file size to support for .pdf is 1GB and the max page limit is 1000 pages. The max file size to support for all input documents is 1GB.

Property Value
TypeDescription
GcsSource

SourceCase

public BatchDocumentInputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
BatchDocumentInputConfig.SourceOneofCase