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