Vision AI V1 API - Class Google::Cloud::VisionAI::V1::FloatRange (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::FloatRange.

Float range type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end

def end() -> ::Float
Returns
  • (::Float) — End of the float range.

#end=

def end=(value) -> ::Float
Parameter
  • value (::Float) — End of the float range.
Returns
  • (::Float) — End of the float range.

#start

def start() -> ::Float
Returns
  • (::Float) — Start of the float range.

#start=

def start=(value) -> ::Float
Parameter
  • value (::Float) — Start of the float range.
Returns
  • (::Float) — Start of the float range.