Google Cloud Vision Ai V1 Client - Class IntRange (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 IntRange.
Integer range type.
Generated from protobuf message google.cloud.visionai.v1.IntRange
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start |
int|string
Start of the int range. |
↳ end |
int|string
End of the int range. |
getStart
Start of the int range.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasStart
clearStart
setStart
Start of the int range.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnd
End of the int range.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasEnd
clearEnd
setEnd
End of the int range.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|