Class: Google::Cloud::AutoML::V1::ImageObjectDetectionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ImageObjectDetectionAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/detection.rb
Overview
Annotation details for image object detection.
Instance Attribute Summary collapse
-
#bounding_box ⇒ ::Google::Cloud::AutoML::V1::BoundingPoly
Output only.
-
#score ⇒ ::Float
Output only.
Instance Attribute Details
#bounding_box ⇒ ::Google::Cloud::AutoML::V1::BoundingPoly
Returns Output only. The rectangle representing the object location.
32 33 34 35 |
# File 'proto_docs/google/cloud/automl/v1/detection.rb', line 32 class ImageObjectDetectionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float
Returns Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.
32 33 34 35 |
# File 'proto_docs/google/cloud/automl/v1/detection.rb', line 32 class ImageObjectDetectionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |