パッケージ org.langrid.service.ml
クラス Transcript
java.lang.Object
org.langrid.service.ml.Transcript
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明doubleintbooleanisFixed()voidsetAccuracy(double accuracy) voidsetFixed(boolean fixed) voidsetSentence(String sentence) voidsetSentenceId(int sentenceId)
-
コンストラクタの詳細
-
Transcript
public Transcript() -
Transcript
-
-
メソッドの詳細
-
getSentenceId
public int getSentenceId() -
setSentenceId
public void setSentenceId(int sentenceId) -
getSentence
-
setSentence
-
isFixed
public boolean isFixed() -
setFixed
public void setFixed(boolean fixed) -
getAccuracy
public double getAccuracy() -
setAccuracy
public void setAccuracy(double accuracy)
-