Google Cloud Document Ai V1 Client - Class RawDocument (1.4.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setContent

Inline document content.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMimeType

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

Returns
TypeDescription
string

setMimeType

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this