Reference documentation and code samples for the Google Cloud Document Ai V1 Client class GcsDocuments.
Specifies a set of documents on Cloud Storage.
Generated from protobuf message google.cloud.documentai.v1.GcsDocuments
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ documents |
array<Google\Cloud\DocumentAI\V1\GcsDocument>
The list of documents. |
getDocuments
The list of documents.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDocuments
The list of documents.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\GcsDocument>
|
Returns | |
---|---|
Type | Description |
$this |