Class DocumentInputConfig
Input configuration of a [Document][google.cloud.automl.v1.Document].
Inheritance
System.Object
DocumentInputConfig
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage
Constructors
DocumentInputConfig()
Declaration
public DocumentInputConfig()
DocumentInputConfig(DocumentInputConfig)
Declaration
public DocumentInputConfig(DocumentInputConfig other)
Parameters
Type | Name | Description |
---|---|---|
DocumentInputConfig | other |
Properties
GcsSource
The Google Cloud Storage location of the document file. Only a single path should be given.
Max supported size: 512MB.
Supported extensions: .PDF.
Declaration
public GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsSource |