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
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ content
string
Inline document content.
↳ mime_type
↳ display_name
string
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.
getContent
Inline document content.
string
setContent
Inline document content.
var
string
$this
getMimeType
An IANA MIME type (RFC6838) indicating the nature and format of the content .
string
setMimeType
An IANA MIME type (RFC6838) indicating the nature and format of the content .
var
string
$this
getDisplayName
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.
string
setDisplayName
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.
var
string
$this