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

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

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.

Generated from protobuf field string gcs_uri = 1;

Returns
TypeDescription
string

setGcsUri

The Cloud Storage object uri.

Generated from protobuf field string gcs_uri = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMimeType

An IANA MIME type (RFC6838) of the content.

Generated from protobuf field string mime_type = 2;

Returns
TypeDescription
string

setMimeType

An IANA MIME type (RFC6838) of the content.

Generated from protobuf field string mime_type = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this