パッケージ org.langrid.service.ml
クラス TextToTextGenerationResult
java.lang.Object
org.langrid.service.ml.TextToTextGenerationResult
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明doublebyte[]getImage()voidsetAccuracy(double accuracy) voidsetImage(byte[] image)
-
コンストラクタの詳細
-
TextToTextGenerationResult
public TextToTextGenerationResult() -
TextToTextGenerationResult
public TextToTextGenerationResult(byte[] image, double accuracy)
-
-
メソッドの詳細
-
getImage
public byte[] getImage() -
setImage
public void setImage(byte[] image) -
getAccuracy
public double getAccuracy() -
setAccuracy
public void setAccuracy(double accuracy)
-