public sealed class ImageObjectDetectionAnnotation : IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Google AutoML v1 API class ImageObjectDetectionAnnotation.
Annotation details for image object detection.
Implements
IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ImageObjectDetectionAnnotation()
public ImageObjectDetectionAnnotation()ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation)
public ImageObjectDetectionAnnotation(ImageObjectDetectionAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageObjectDetectionAnnotation |
Properties
BoundingBox
public BoundingPoly BoundingBox { get; set; }Output only. The rectangle representing the object location.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Single |
|