public sealed class ObjectDetectionPredictionResult.Types.IdentifiedBox : IMessage<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IEquatable<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IDeepCloneable<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.Types.IdentifiedBox.
Identified box contains location and the entity of the object.
Implements
IMessageObjectDetectionPredictionResultTypesIdentifiedBox, IEquatableObjectDetectionPredictionResultTypesIdentifiedBox, IDeepCloneableObjectDetectionPredictionResultTypesIdentifiedBox, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
IdentifiedBox()
public IdentifiedBox()IdentifiedBox(IdentifiedBox)
public IdentifiedBox(ObjectDetectionPredictionResult.Types.IdentifiedBox other)| Parameter | |
|---|---|
| Name | Description |
other |
ObjectDetectionPredictionResultTypesIdentifiedBox |
Properties
BoxId
public long BoxId { get; set; }An unique id for this box.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ConfidenceScore
public float ConfidenceScore { get; set; }Confidence score associated with this box.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Entity
public ObjectDetectionPredictionResult.Types.Entity Entity { get; set; }Entity of this box.
| Property Value | |
|---|---|
| Type | Description |
ObjectDetectionPredictionResultTypesEntity |
|
NormalizedBoundingBox
public ObjectDetectionPredictionResult.Types.IdentifiedBox.Types.NormalizedBoundingBox NormalizedBoundingBox { get; set; }Bounding Box in the normalized coordinates.
| Property Value | |
|---|---|
| Type | Description |
ObjectDetectionPredictionResultTypesIdentifiedBoxTypesNormalizedBoundingBox |
|