ObjectDetectorResult

public abstract class ObjectDetectorResult

表示 ObjectDetector 生成的检测结果。

公共构造函数

公共方法

static ObjectDetectorResult
createList<Detection> detectedList, long timestampMs)
根据 ERROR(/Detection) protobuf 消息列表创建 ObjectDetectorResult 实例。

继承的方法

公共构造函数

public ObjectDetectorResult ()

公共方法

public static ObjectDetectorResult create (List<Detection> detectedList, long timestampMs)

根据 ERROR(/Detection) protobuf 消息列表创建 ObjectDetectorResult 实例。

参数
detectionList ERROR(/DetectionOuterClass.Detection) protobuf 消息的列表。
timestampMs 此结果的时间戳。