Google AutoML v1 API - Class ImageObjectDetectionAnnotation (3.3.0)

public sealed class ImageObjectDetectionAnnotation : IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google AutoML v1 API class ImageObjectDetectionAnnotation.

Annotation details for image object detection.

Inheritance

object > ImageObjectDetectionAnnotation

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ImageObjectDetectionAnnotation()

public ImageObjectDetectionAnnotation()

ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation)

public ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation other)
Parameter
NameDescription
otherImageObjectDetectionAnnotation

Properties

BoundingBox

public BoundingPoly BoundingBox { get; set; }

Output only. The rectangle representing the object location.

Property Value
TypeDescription
BoundingPoly

Score

public float Score { get; set; }

Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.

Property Value
TypeDescription
float