パッケージ org.langrid.service.ml
クラス ObjectDetectionResult
java.lang.Object
org.langrid.service.ml.ObjectDetectionResult
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明intintgetWidth()voidsetDetections(ObjectDetection[] detections) voidsetHeight(int height) voidsetWidth(int width)
-
コンストラクタの詳細
-
ObjectDetectionResult
public ObjectDetectionResult() -
ObjectDetectionResult
-
-
メソッドの詳細
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getDetections
-
setDetections
-