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 page provides documentation for the `BatchDocumentsInputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, spanning multiple versions."],["`BatchDocumentsInputConfig` is designed as a common configuration for specifying a set of input documents and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has two constructors, one default and one that accepts another `BatchDocumentsInputConfig` object for copying, and it inherits members from the base `Object` class."],["The class contains properties, `GcsDocuments` and `GcsPrefix`, which define the input source for documents from Cloud Storage, and a `SourceCase` property that identifies the type of input source being used."],["The most recent version available of `BatchDocumentsInputConfig` is 3.19.0."]]],[]]