Google Cloud Vision Ai V1 Client - Class IntRange (0.3.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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年03月30日 UTC.