Google Cloud Document Ai V1 Client - Class RawDocument (1.9.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.

↳ 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.

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

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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this