BatchDocumentInputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Input configuration for BatchTranslateDocument request. .. attribute:: gcs_source
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.sheetThe max file size supported for
.docx,.pptxand.xlsxis 100MB. The max file size supported for.pdfis 1GB and the max page limit is 1000 pages. The max file size supported for all input documents is 1GB.