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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb

Overview

Annotation details for image object detection.

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxGoogle::Cloud::AutoML::V1beta1::BoundingPoly

Returns Output only. The rectangle representing the object location.

Returns:



30
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 30

class ImageObjectDetectionAnnotation; end

#scoreFloat

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.



30
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/detection.rb', line 30

class ImageObjectDetectionAnnotation; end