public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DocumentInputConfig.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DocumentInputConfig` class within the Google AutoML v1 API, used to configure input for a document in AutoML."],["The `DocumentInputConfig` class is part of the `Google.Cloud.AutoML.V1` namespace and is available in the `Google.Cloud.AutoML.V1.dll` assembly."],["The class supports the implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `object`."],["It offers two constructors: a default constructor and another that accepts a `DocumentInputConfig` object for copying."],["The `DocumentInputConfig` class includes a `GcsSource` property to specify the Google Cloud Storage location of a document file with a maximum file size of 512MB and supports .PDF files."]]],[]]