public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessage
The common config to specify a set of documents used as input.
[[["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 latest version available for `BatchDocumentsInputConfig` within the `Google.Cloud.DocumentAI.V1` namespace is 3.19.0, while the documentation provides access to versions ranging from 1.0.0 up to the latest."],["`BatchDocumentsInputConfig` is a class designed for configuring a set of documents used as input for batch processing in Google Cloud Document AI."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BatchDocumentsInputConfig` offers two primary properties for specifying document sources: `GcsDocuments`, which handles documents individually listed in Cloud Storage, and `GcsPrefix`, which uses a Cloud Storage prefix to identify multiple documents."],["The `SourceCase` property determines whether `GcsDocuments` or `GcsPrefix` is active, indicating the method used for document input."]]],[]]