パッケージ org.langrid.service.ml
クラス ObjectDetectionResult
- java.lang.Object
-
- org.langrid.service.ml.ObjectDetectionResult
-
public class ObjectDetectionResult extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ObjectDetectionResult()ObjectDetectionResult(Box2d boundingBox, String label, double accuracy)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 doublegetAccuracy()Box2dgetBoundingBox()StringgetLabel()voidsetAccuracy(double accuracy)voidsetBoundingBox(Box2d boundingBox)voidsetLabel(String label)
-