Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::BatchDocumentInputConfig.
Input configuration for BatchTranslateDocument request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::Translate::V3::GcsSource
-
(::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/pdfdocx
, application/vnd.openxmlformats-officedocument.wordprocessingml.documentpptx
, application/vnd.openxmlformats-officedocument.presentationml.presentationxlsx
, 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.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::Translate::V3::GcsSource
-
value (::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/pdfdocx
, application/vnd.openxmlformats-officedocument.wordprocessingml.documentpptx
, application/vnd.openxmlformats-officedocument.presentationml.presentationxlsx
, 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.
-
(::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/pdfdocx
, application/vnd.openxmlformats-officedocument.wordprocessingml.documentpptx
, application/vnd.openxmlformats-officedocument.presentationml.presentationxlsx
, 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.