Google AutoML v1 API - Class DocumentInputConfig (3.3.0)

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].

Inheritance

object > DocumentInputConfig

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

DocumentInputConfig()

public DocumentInputConfig()

DocumentInputConfig(DocumentInputConfig)

public DocumentInputConfig(DocumentInputConfig other)
Parameter
NameDescription
otherDocumentInputConfig

Properties

GcsSource

public GcsSource GcsSource { get; set; }

The Google Cloud Storage location of the document file. Only a single path should be given.

Max supported size: 512MB.

Supported extensions: .PDF.

Property Value
TypeDescription
GcsSource