Google Cloud Document Ai V1 Client - Class GcsDocument (1.6.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class GcsDocument.

Specifies a document stored on Cloud Storage.

Generated from protobuf message google.cloud.documentai.v1.GcsDocument

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_uri string

The Cloud Storage object uri.

↳ mime_type string

An IANA MIME type (RFC6838) of the content.

getGcsUri

The Cloud Storage object uri.

Returns
TypeDescription
string

setGcsUri

The Cloud Storage object uri.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMimeType

An IANA MIME type (RFC6838) of the content.

Returns
TypeDescription
string

setMimeType

An IANA MIME type (RFC6838) of the content.

Parameter
NameDescription
var string
Returns
TypeDescription
$this