Mimetype of the input. If the input is a raw document, the supported
mimetypes are application/pdf, image/tiff, and image/gif.
If the input is a [Document] proto, the type should be application/json.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BatchInputConfig` class is used to configure input settings for batch processing of documents in the Google Cloud Document AI V1Beta3 API."],["This specific version, `1.0.0-beta04`, is marked as obsolete, with newer versions like `2.0.0-beta23` available."],["`BatchInputConfig` inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for `GcsSource`, representing the Cloud Storage location of the document, and `MimeType`, defining the document's format, like `application/pdf` or `image/tiff`."],["Two constructors are available: one default and another that takes an existing `BatchProcessRequest.Types.BatchInputConfig` object as input for initialization."]]],[]]