FaceDetectorResult

公用抽象類別 FaceDetectorResult

代表 FaceDetector 產生的偵測結果。

公用建構函式

公用方法

靜態 FaceDetectorResult
create(List<Detection> DetectionList, long timestampM)
ERROR(/Detection) protobuf 訊息清單建立 FaceDetectorResult 執行個體。
抽象 List<Detection>
抽象
timestampMs()
傳回與工作結果物件相關聯的時間戳記。

繼承的方法

公用建構函式

public FaceDetectorResult ()

公用方法

公開 靜態 FaceDetectorResult 建立 (清單<Detection> 偵測清單、長 timestampM)

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

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

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

public 抽象 long timestampMs ()

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