Reference documentation and code samples for the Google Cloud Document Ai V1 Client class RawDocument.
Payload message of raw document content (bytes).
Generated from protobuf message google.cloud.documentai.v1.RawDocument
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Inline document content. |
↳ mime_type |
string
An IANA MIME type (RFC6838) indicating the nature and format of the content. |
getContent
Inline document content.
Returns | |
---|---|
Type | Description |
string |
setContent
Inline document content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMimeType
An IANA MIME type (RFC6838) indicating the nature and format of the content.
Returns | |
---|---|
Type | Description |
string |
setMimeType
An IANA MIME type (RFC6838) indicating the nature and format of the content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |