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

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

Methods

__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