Class: Google::Cloud::VisionAI::V1::PersonalProtectiveEquipmentDetectionOutput::PPEEntity

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

Overview

The entity info for annotations from PPE detection prediction result.

Instance Attribute Summary collapse

Instance Attribute Details

#ppe_entity_id::Integer

Returns Entity id.

Returns:

  • (::Integer)

    Entity id.



58
59
60
61
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58

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

#ppe_label_id::Integer

Returns Label id.

Returns:

  • (::Integer)

    Label id.



58
59
60
61
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58

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

#ppe_label_string::String

Returns Human readable string of the label (Examples: helmet, glove, mask).

Returns:

  • (::String)

    Human readable string of the label (Examples: helmet, glove, mask).



58
59
60
61
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58

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

#ppe_supercategory_label_string::String

Returns Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).

Returns:

  • (::String)

    Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).



58
59
60
61
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 58

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