Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class FloatRange.
Float range type.
Generated from protobuf message google.cloud.visionai.v1.FloatRange
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start |
float
Start of the float range. |
↳ end |
float
End of the float range. |
getStart
Start of the float range.
| Returns | |
|---|---|
| Type | Description |
float |
|
hasStart
clearStart
setStart
Start of the float range.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnd
End of the float range.
| Returns | |
|---|---|
| Type | Description |
float |
|
hasEnd
clearEnd
setEnd
End of the float range.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|