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-04-17 UTC."],[[["This webpage details the `DocumentInputConfig` class, which is used for configuring input for a `Document` in Google Cloud AutoML V1."],["The latest version of the library is 3.4.0, and the content provides access to documentation for versions ranging from 2.2.0 to 3.4.0."],["`DocumentInputConfig` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that takes another `DocumentInputConfig` as a parameter to create a copy."],["The `GcsSource` property within `DocumentInputConfig` specifies the Google Cloud Storage location of the document, supporting PDF files up to 512MB."]]],[]]