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.
Implements
IMessageGcsDocument, IEquatableGcsDocument, IDeepCloneableGcsDocument, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
GcsDocument()
public GcsDocument()
GcsDocument(GcsDocument)
public GcsDocument(GcsDocument other)
Parameter | |
---|---|
Name | Description |
other | GcsDocument |
Properties
GcsUri
public string GcsUri { get; set; }
The Cloud Storage object uri.
Property Value | |
---|---|
Type | Description |
string |
MimeType
public string MimeType { get; set; }
An IANA MIME type (RFC6838) of the content.
Property Value | |
---|---|
Type | Description |
string |