View Source GoogleApi.Translate.V3.Model.BatchDocumentInputConfig (google_api_translate v0.21.0)
Input configuration for BatchTranslateDocument request.
Attributes
-
gcsSource
(type:GoogleApi.Translate.V3.Model.GcsSource.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.BatchDocumentInputConfig{ gcsSource: GoogleApi.Translate.V3.Model.GcsSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.