Class ImageObjectDetectionAnnotation
Annotation details for image object detection.
Inheritance
System.Object
ImageObjectDetectionAnnotation
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ImageObjectDetectionAnnotation : IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessage
Constructors
ImageObjectDetectionAnnotation()
Declaration
public ImageObjectDetectionAnnotation()
ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation)
Declaration
public ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation other)
Parameters
Type | Name | Description |
---|---|---|
ImageObjectDetectionAnnotation | other |
Properties
BoundingBox
Output only. The rectangle representing the object location.
Declaration
public BoundingPoly BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
BoundingPoly |
Score
Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.
Declaration
public float Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |