Google Cloud Vision Ai V1 Client - Class GetCollectionRequest (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class GetCollectionRequest.
Request message for GetCollectionRequest.
Generated from protobuf message google.cloud.visionai.v1.GetCollectionRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the collection to retrieve. Format: |
getName
Required. The name of the collection to retrieve. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the collection to retrieve. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the collection to retrieve. Format:
|
| Returns | |
|---|---|
| Type | Description |
GetCollectionRequest |
|