Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::IdentifiedBox::NormalizedBoundingBox

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#height::Float

Returns Height of the bounding box.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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