Vision AI v1 API - Class ObjectDetectionPredictionResult (1.0.0-beta01)

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

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

Prediction output format for Generic Object Detection.

Inheritance

object > ObjectDetectionPredictionResult

Namespace

Google.Cloud.VisionAI.V1

Assembly

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