Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::FacetBucket::Range.
The range of values [start, end) for which faceting is applied.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end
def end() -> ::Google::Cloud::VisionAI::V1::FacetValue
Returns
- (::Google::Cloud::VisionAI::V1::FacetValue) — End of the range. Non-existence indicates some bound (e.g. inf).
#end=
def end=(value) -> ::Google::Cloud::VisionAI::V1::FacetValue
Parameter
- value (::Google::Cloud::VisionAI::V1::FacetValue) — End of the range. Non-existence indicates some bound (e.g. inf).
Returns
- (::Google::Cloud::VisionAI::V1::FacetValue) — End of the range. Non-existence indicates some bound (e.g. inf).
#start
def start() -> ::Google::Cloud::VisionAI::V1::FacetValue
Returns
- (::Google::Cloud::VisionAI::V1::FacetValue) — Start of the range. Non-existence indicates some bound (e.g. -inf).
#start=
def start=(value) -> ::Google::Cloud::VisionAI::V1::FacetValue
Parameter
- value (::Google::Cloud::VisionAI::V1::FacetValue) — Start of the range. Non-existence indicates some bound (e.g. -inf).
Returns
- (::Google::Cloud::VisionAI::V1::FacetValue) — Start of the range. Non-existence indicates some bound (e.g. -inf).