Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PPEIdentifiedBox

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/annotations.rb

Overview

PPEIdentified box contains the location and the entity info of the PPE.

Instance Attribute Summary collapse

Instance Attribute Details

#box_id::Integer

Returns An unique id for this box.

Returns:

  • (::Integer)

    An unique id for this box.



113
114
115
116
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 113

class PPEIdentifiedBox
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#confidence_score::Float

Returns Confidence score associated with this box.

Returns:

  • (::Float)

    Confidence score associated with this box.



113
114
115
116
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 113

class PPEIdentifiedBox
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#normalized_bounding_box::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::NormalizedBoundingBox

Returns Bounding Box in the normalized coordinates.



113
114
115
116
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 113

class PPEIdentifiedBox
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ppe_entity::Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PPEEntity

Returns PPE entity info.



113
114
115
116
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 113

class PPEIdentifiedBox
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end