public sealed class BatchDocumentInputConfig : IMessage<BatchDocumentInputConfig>, IEquatable<BatchDocumentInputConfig>, IDeepCloneable<BatchDocumentInputConfig>, IBufferMessage, IMessage
Input configuration for BatchTranslateDocument request.
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:
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eBatchDocumentInputConfig\u003c/code\u003e class, which is used for configuring input for batch document translation requests within the Google Cloud Translation API.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.Translate.V3\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Translate.V3.dll\u003c/code\u003e assembly, with the most recent version being 3.9.0, though this page references version 3.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchDocumentInputConfig\u003c/code\u003e supports various file types for translation, including PDF, DOCX, PPTX, and XLSX, with specific file size and page limitations for each format.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGcsSource\u003c/code\u003e property within \u003ccode\u003eBatchDocumentInputConfig\u003c/code\u003e specifies the Google Cloud Storage location of the source document(s), allowing for single file or wildcard inputs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSourceCase\u003c/code\u003e property identifies whether a file is being supplied using \u003ccode\u003eGcsSource\u003c/code\u003e or not, and it also supports multiple inheritance.\u003c/p\u003e\n"]]],[],null,[]]