Vision AI v1 API - Class ObjectDetectionPredictionResult.Types.IdentifiedBox (1.0.0-beta01)

public sealed class ObjectDetectionPredictionResult.Types.IdentifiedBox : IMessage<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IEquatable<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IDeepCloneable<ObjectDetectionPredictionResult.Types.IdentifiedBox>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.Types.IdentifiedBox.

Identified box contains location and the entity of the object.

Inheritance

object > ObjectDetectionPredictionResult.Types.IdentifiedBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

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