public sealed class RawDocument : IMessage<RawDocument>, IEquatable<RawDocument>, IDeepCloneable<RawDocument>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class RawDocument.
Payload message of raw document content (bytes).
Implements
IMessage<RawDocument>, IEquatable<RawDocument>, IDeepCloneable<RawDocument>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
RawDocument()
public RawDocument()RawDocument(RawDocument)
public RawDocument(RawDocument other)| Parameter | |
|---|---|
| Name | Description |
other |
RawDocument |
Properties
Content
public ByteString Content { get; set; }Inline document content.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
MimeType
public string MimeType { get; set; }An IANA MIME type (RFC6838) indicating the nature and format of the [content][google.cloud.documentai.v1.RawDocument.content].
| Property Value | |
|---|---|
| Type | Description |
String |
|