Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::IdentifiedBox::NormalizedBoundingBox
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::IdentifiedBox::NormalizedBoundingBox
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Bounding Box in the normalized coordinates.
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Height of the bounding box.
-
#width ⇒ ::Float
Width of the bounding box.
-
#xmin ⇒ ::Float
Min in x coordinate.
-
#ymin ⇒ ::Float
Min in y coordinate.
Instance Attribute Details
#height ⇒ ::Float
Returns Height of the bounding box.
488 489 490 491 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 488 class NormalizedBoundingBox include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#width ⇒ ::Float
Returns Width of the bounding box.
488 489 490 491 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 488 class NormalizedBoundingBox include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#xmin ⇒ ::Float
Returns Min in x coordinate.
488 489 490 491 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 488 class NormalizedBoundingBox include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ymin ⇒ ::Float
Returns Min in y coordinate.
488 489 490 491 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 488 class NormalizedBoundingBox include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |