public sealed class GcsDocument : IMessage<GcsDocument>, IEquatable<GcsDocument>, IDeepCloneable<GcsDocument>, IBufferMessage, IMessage
Specifies a document stored on Cloud Storage.
Implements
IMessage<GcsDocument>, IEquatable<GcsDocument>, IDeepCloneable<GcsDocument>, 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 |