public sealed class ObjectDetectionPredictionResult : IMessage<ObjectDetectionPredictionResult>, IEquatable<ObjectDetectionPredictionResult>, IDeepCloneable<ObjectDetectionPredictionResult>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.
Prediction output format for Generic Object Detection.
Implements
IMessageObjectDetectionPredictionResult, IEquatableObjectDetectionPredictionResult, IDeepCloneableObjectDetectionPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ObjectDetectionPredictionResult()
public ObjectDetectionPredictionResult()ObjectDetectionPredictionResult(ObjectDetectionPredictionResult)
public ObjectDetectionPredictionResult(ObjectDetectionPredictionResult other)| Parameter | |
|---|---|
| Name | Description |
other |
ObjectDetectionPredictionResult |
Properties
CurrentTime
public Timestamp CurrentTime { get; set; }Current timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
IdentifiedBoxes
public RepeatedField<ObjectDetectionPredictionResult.Types.IdentifiedBox> IdentifiedBoxes { get; }A list of identified boxes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldObjectDetectionPredictionResultTypesIdentifiedBox |
|