Class: Google::Cloud::AutoML::V1beta1::ImageObjectDetectionAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/detection.rb

Overview

Annotation details for image object detection.

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_box::Google::Cloud::AutoML::V1beta1::BoundingPoly

Returns Output only. The rectangle representing the object location.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/automl/v1beta1/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.

Returns:

  • (::Float)

    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/v1beta1/detection.rb', line 32

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