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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setGcsUri
The Cloud Storage object uri.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMimeType
An IANA MIME type (RFC6838) of the content.
Returns | |
---|---|
Type | Description |
string |
setMimeType
An IANA MIME type (RFC6838) of the content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |