public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class BatchDocumentsInputConfig.
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 provides reference documentation for the `BatchDocumentsInputConfig` class within the Google Cloud Document AI v1 API, specifically for version 3.12.0 of the .NET library."],["`BatchDocumentsInputConfig` is a class used to specify a set of documents for input, including different versions ranging from the latest 3.19.0 back to version 1.0.0."],["The `BatchDocumentsInputConfig` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base object class."],["The class includes properties like `GcsDocuments` and `GcsPrefix` for specifying documents from Cloud Storage, along with a `SourceCase` property to indicate the source type."],["The page details the constructors for creating `BatchDocumentsInputConfig` instances and the available parameters like `other` for the copy constructor."]]],[]]