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 webpage documents the `BatchDocumentsInputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, showing all its versions from 1.0.0 up to the latest version 3.19.0."],["The `BatchDocumentsInputConfig` class is used to define a configuration for specifying a set of documents as input, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `BatchDocumentsInputConfig()` and an overloaded constructor `BatchDocumentsInputConfig(BatchDocumentsInputConfig other)` which takes another instance of `BatchDocumentsInputConfig` as input."],["The class contains properties `GcsDocuments` and `GcsPrefix`, which are used to specify the source of the documents from Google Cloud Storage, and a property `SourceCase` to identify which source is being used."],["The most up-to-date version of the `BatchDocumentsInputConfig` is 3.19.0 and the lowest version displayed is 1.0.0."]]],[]]