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 documentation for the `BatchDocumentsInputConfig` class within the Google Cloud Document AI v1 API, specifically version 3.11.0."],["The `BatchDocumentsInputConfig` class is a common configuration used to specify a set of documents for input and has implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `BatchDocumentsInputConfig` object as a parameter."],["The class has properties named `GcsDocuments` and `GcsPrefix`, which can be used to define the location of the documents on Google Cloud Storage."],["The `SourceCase` property is available, returning a type of `BatchDocumentsInputConfig.SourceOneofCase`, which is likely utilized to represent which of the source properties are being utilized."]]],[]]