Cloud Translation V3 Client - Class BatchDocumentInputConfig (1.17.5)

Reference documentation and code samples for the Cloud Translation V3 Client class BatchDocumentInputConfig.

Input configuration for BatchTranslateDocument request.

Generated from protobuf message google.cloud.translation.v3.BatchDocumentInputConfig

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_source Google\Cloud\Translate\V3\GcsSource

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.

getGcsSource

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.
Returns
TypeDescription
Google\Cloud\Translate\V3\GcsSource|null

hasGcsSource

setGcsSource

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.
Parameter
NameDescription
var Google\Cloud\Translate\V3\GcsSource
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string