Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnalyzeCorpusRequest.
Request message for AnalyzeCorpus.
Generated from protobuf message google.cloud.visionai.v1.AnalyzeCorpusRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The parent corpus resource where the assets will be analyzed. Format: |
getName
Required. The parent corpus resource where the assets will be analyzed.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The parent corpus resource where the assets will be analyzed.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|