Class RawDocument (1.3.0)

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

Payload message of raw document content (bytes).

Inheritance

Object > RawDocument

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

RawDocument()

public RawDocument()

RawDocument(RawDocument)

public RawDocument(RawDocument other)
Parameter
NameDescription
otherRawDocument

Properties

Content

public ByteString Content { get; set; }

Inline document content.

Property Value
TypeDescription
ByteString

MimeType

public string MimeType { get; set; }

An IANA MIME type (RFC6838) indicating the nature and format of the [content].

Property Value
TypeDescription
String