Interface protos.google.cloud.aiplatform.v1beta1.schema.predict.prediction.IImageObjectDetectionPredictionResult (1.7.2)

Properties of an ImageObjectDetectionPredictionResult.

Package

@google-cloud/aiplatform!

Properties

bboxes

bboxes?: (google.protobuf.IListValue[]|null);

ImageObjectDetectionPredictionResult bboxes

Property Value
TypeDescription
(google.protobuf.IListValue[]|null)

confidences

confidences?: (number[]|null);

ImageObjectDetectionPredictionResult confidences

Property Value
TypeDescription
(number[]|null)

displayNames

displayNames?: (string[]|null);

ImageObjectDetectionPredictionResult displayNames

Property Value
TypeDescription
(string[]|null)

ids

ids?: ((number|Long|string)[]|null);

ImageObjectDetectionPredictionResult ids

Property Value
TypeDescription
((number|Long|string)[]|null)