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 |
|