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"]],[["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 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."]]],[]]