ObjectDetectionResult

公用抽象類別 ObjectDetectionResult
已知的直接子類別

此類別已淘汰
請改用 ObjectDetectorResult

代表 ObjectDetector 產生的偵測結果。

公用建構函式

公用方法

static ObjectDetectionResult
create(List<Detection> DetectionList, long timestampM)
此方法已淘汰。請改用 ObjectDetectorResult.create(List<Detection>, long)
抽象 List<Detection>
抽象
timestampMs()
傳回與工作結果物件相關聯的時間戳記。

繼承的方法

公用建構函式

public ObjectDetectionResult ()

公用方法

public static ObjectDetectionResult create (List<Detection> DetectionList, long timestampM)

此方法已淘汰
請改用 ObjectDetectorResult.create(List<Detection>, long)

ERROR(/Detection) protobuf 訊息清單建立 ObjectDetectionResult 執行個體。

參數
detectionList ERROR(/DetectionOuterClass.Detection) protobuf 訊息的清單。
timestampMs 此結果的時間戳記。

public 抽象 清單<偵測> 偵測 ()

public 抽象 long timestampMs ()

傳回與工作結果物件相關聯的時間戳記。