public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage
Input configuration of a [Document][google.cloud.automl.v1.Document].
[[["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."],[[["The latest version available for `DocumentInputConfig` is 3.4.0, with a series of previous versions including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0 and 2.2.0."],["`DocumentInputConfig` serves as the input configuration for a document within the Google Cloud AutoML V1 framework, enabling users to define how document data is provided."],["`DocumentInputConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DocumentInputConfig` class has two constructors, a default constructor and one that accepts another `DocumentInputConfig` as an argument for copying, it also includes a `GcsSource` property that can be set to indicate the location of the document file in Google Cloud Storage."],["The GcsSource property within DocumentInputConfig is designated to specify the Google Cloud Storage location for a document file, supporting PDF files up to 512MB in size."]]],[]]