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."],[[["This page details the `BatchDocumentsInputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, used to specify a set of documents for input."],["The latest version available for `BatchDocumentsInputConfig` is 3.19.0, and the page content's version being viewed is 2.0.0, which contains a history of versions down to 1.0.0."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchDocumentsInputConfig` class has two constructors, a default constructor, and a copy constructor, along with properties for specifying document sources, `GcsDocuments`, `GcsPrefix`, and `SourceCase`."],["You can source the document inputs through Cloud Storage, specified individually via the `GcsDocuments` property, or by a matching prefix using the `GcsPrefix` property."]]],[]]