Google Cloud Vision Ai V1 Client - Class FloatRange (0.1.0)

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

Methods

__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