public 抽象クラス ObjectDetectionResult
| 既知の直接サブクラス |
パブリック コンストラクタ
パブリック メソッド
| static ObjectDetectionResult |
create(List<Detection> detectionList, long timestampMs)
このメソッドは非推奨になりました。代わりに
ObjectDetectorResult.create(List<Detection>, long) を使用してください。
|
| 抽象 List<Detection> | |
| 抽象 長い |
timestampMs()
タスク結果オブジェクトに関連付けられているタイムスタンプを返します。
|
継承されるメソッド
パブリック コンストラクタ
public ObjectDetectionResult ()
パブリック メソッド
public static ObjectDetectionResult create (List<Detection> detectionList, long timestampMs)
このメソッドは非推奨になりました。
代わりに ObjectDetectorResult.create(List<Detection>, long) を使用してください。
ERROR(/Detection) protobuf メッセージのリストから ObjectDetectionResult インスタンスを作成します。
パラメータ
| detectionList | ERROR(/DetectionOuterClass.Detection) protobuf メッセージのリスト。 |
|---|---|
| timestampMs | この結果のタイムスタンプ |
public 抽象 long timestampMs ()
タスク結果オブジェクトに関連付けられているタイムスタンプを返します。