Google Cloud Vision Ai V1 Client - Class SearchCapability (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 SearchCapability.
The capability and metadata of search capability.
Generated from protobuf message google.cloud.visionai.v1.SearchCapability
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
The search capability to enable. |
getType
The search capability to enable.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
The search capability to enable.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|