public abstract class Detection extends Object

Represents one detected object in the results of a ObjectDetector.

Public Constructor Summary

Public Method Summary

static Detection
create(RectF boundingBox, List<Category> categories)
abstract RectF
abstract List<Category>

Inherited Method Summary

Public Constructors

public Detection ()

Public Methods

public static Detection create (RectF boundingBox, List<Category> categories)

public abstract RectF getBoundingBox ()

public abstract List<Category> getCategories ()