public 抽象クラス ObjectDetectorResult
ObjectDetector によって生成された検出結果を表します。
パブリック コンストラクタ
パブリック メソッド
| static ObjectDetectorResult |
create(List<Detection> detectionList, long timestampMs)
ERROR(/Detection) protobuf メッセージのリストから ObjectDetectorResult インスタンスを作成します。 |
継承されるメソッド
パブリック コンストラクタ
public ObjectDetectorResult ()
パブリック メソッド
public static ObjectDetectorResult create (List<Detection> detectionList, long timestampMs)
ERROR(/Detection) protobuf メッセージのリストから ObjectDetectorResult インスタンスを作成します。
パラメータ
| detectionList | ERROR(/DetectionOuterClass.Detection) protobuf メッセージのリスト。 |
|---|---|
| timestampMs | この結果のタイムスタンプ。 |