Class: Google::Cloud::VisionAI::V1::FloatRange
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::FloatRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Float range type.
Instance Attribute Summary collapse
-
#end ⇒ ::Float
End of the float range.
-
#start ⇒ ::Float
Start of the float range.
Instance Attribute Details
#end ⇒ ::Float
Returns End of the float range.
2854 2855 2856 2857 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2854 class FloatRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Float
Returns Start of the float range.
2854 2855 2856 2857 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2854 class FloatRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |