|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.service_1_2.translation.AsyncTranslationResult
public class AsyncTranslationResult
非同期翻訳の結果を格納する。
| コンストラクタの概要 | |
|---|---|
AsyncTranslationResult()
The constructor. |
|
AsyncTranslationResult(boolean finished,
String[] results)
The constructor. |
|
| メソッドの概要 | |
|---|---|
String[] |
getResults()
Returns the current results. |
boolean |
isFinished()
Returns finished. |
void |
setFinished(boolean finished)
Sets the finished. |
void |
setResults(String[] results)
Sets the current results. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AsyncTranslationResult()
public AsyncTranslationResult(boolean finished,
String[] results)
finished - true if asynchronous translation has done.results - current results| メソッドの詳細 |
|---|
public boolean isFinished()
public void setFinished(boolean finished)
finished - finishedpublic String[] getResults()
public void setResults(String[] results)
results - current results.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||