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.
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;
string
setGcsUri
The Cloud Storage object uri.
Generated from protobuf field string gcs_uri = 1;
var
string
$this
getMimeType
An IANA MIME type (RFC6838) of the content.
Generated from protobuf field string mime_type = 2;
string
setMimeType
An IANA MIME type (RFC6838) of the content.
Generated from protobuf field string mime_type = 2;
var
string
$this