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

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

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

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
Type Description
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
Name Description
var string
Returns
Type Description
$this