Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Range.
The range of values [start, end) for which faceting is applied.
Generated from protobuf message google.cloud.visionai.v1.FacetBucket.Range
Namespace
Google \ Cloud \ VisionAI \ V1 \ FacetBucketMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start
Google\Cloud\VisionAI\V1\FacetValue
Start of the range. Non-existence indicates some bound (e.g. -inf).
↳ end
Google\Cloud\VisionAI\V1\FacetValue
End of the range. Non-existence indicates some bound (e.g. inf).
getStart
Start of the range. Non-existence indicates some bound (e.g. -inf).
hasStart
clearStart
setStart
Start of the range. Non-existence indicates some bound (e.g. -inf).
$this
getEnd
End of the range. Non-existence indicates some bound (e.g. inf).
hasEnd
clearEnd
setEnd
End of the range. Non-existence indicates some bound (e.g. inf).
$this

