Cloud Document AI v1 API - Class GcsDocument (3.12.0)

public sealed class GcsDocument : IMessage<GcsDocument>, IEquatable<GcsDocument>, IDeepCloneable<GcsDocument>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class GcsDocument.

Specifies a document stored on Cloud Storage.

Inheritance

object > GcsDocument

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

GcsDocument()

public GcsDocument()

GcsDocument(GcsDocument)

public GcsDocument(GcsDocument other)
Parameter
NameDescription
otherGcsDocument

Properties

GcsUri

public string GcsUri { get; set; }

The Cloud Storage object uri.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

An IANA MIME type (RFC6838) of the content.

Property Value
TypeDescription
string