Class GoogleCloudDocumentaiV1RawDocument
Payload message of raw document content (bytes).
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1RawDocument : IDirectResponseSchema
Properties
Content
Inline document content.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
The display name of the document, it supports all Unicode characters except the following: *, ?, [,
], %, {, },', \", , ~, = and : are reserved. If not specified, a default ID is
generated.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
An IANA MIME type (RFC6838) indicating the nature and format of the content.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |