Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class StringArray.
A list of string-type values.
Generated from protobuf message google.cloud.visionai.v1.StringArray
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ txt_values |
array
String type values. |
getTxtValues
String type values.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTxtValues
String type values.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|