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, designed to specify a set of documents for input."],["The `BatchDocumentsInputConfig` class is implemented across multiple versions, ranging from 1.0.0 to the latest version 3.19.0, with links to documentation for each specific release."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BatchDocumentsInputConfig` has two properties, `GcsDocuments` and `GcsPrefix`, which are used to define documents either individually or by specifying a Cloud Storage prefix."],["The class includes two constructors, one parameterless and the other taking another `BatchDocumentsInputConfig` instance."]]],[]]