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 of the `DocumentInputConfig` is 3.4.0, with the current page detailing version 2.4.0."],["`DocumentInputConfig` is used to configure input for a document in Google Cloud AutoML V1."],["The `DocumentInputConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that accepts another `DocumentInputConfig` instance."],["`DocumentInputConfig` uses the `GcsSource` property, which is used to provide the Google Cloud Storage location of the document, supporting PDF files up to 512MB."]]],[]]