ObjectDetectionResult

공개 추상 클래스 ObjectDetectionResult
알려진 직접 서브클래스

이 클래스는 지원 중단되었습니다.
대신 ObjectDetectorResult를 사용하세요.

ObjectDetector에서 생성된 감지 결과를 나타냅니다.

공개 생성자

공개 메서드

정적 ObjectDetectionResult
create(List<Detection> DetectionList, long timestampMs)
이 메서드는 지원 중단되었습니다. 대신 ObjectDetectorResult.create(List<Detection>, long)를 사용하세요.
추상 목록<감지>
추상
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 summary List<Detection> 감지 ()

public 추상 long timestampMs ()

작업 결과 객체와 연결된 타임스탬프를 반환합니다.