Class: Google::Cloud::VisionAI::V1::ObjectDetectionPredictionResult::Entity
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ObjectDetectionPredictionResult::Entity
- 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 object detection prediction result.
Instance Attribute Summary collapse
-
#label_id ⇒ ::Integer
Label id.
-
#label_string ⇒ ::String
Human readable string of the label.
Instance Attribute Details
#label_id ⇒ ::Integer
Returns Label id.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 172 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_string ⇒ ::String
Returns Human readable string of the label.
172 173 174 175 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 172 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |