tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/task/text/qa/QaAnswer.html
public class QaAnswer
Answers to QuestionAnswerer. Contains information about the answer and its relative position information to the context.
| class | QaAnswer.Pos | Position information of the answer relative to context. |
| public QaAnswer.Pos | pos | | | public String | text | |
| | QaAnswer(String text, QaAnswer.Pos pos) | | | QaAnswer(String text, int start, int end, float logit) |
From class java.lang.Object
| boolean | equals(Object arg0) | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| text | | | pos | |
| text | | | start | | | end | | | logit | |