AnswerSpan interface
Answer span object of QnA.
Properties
| confidence | Predicted score of answer span, value ranges from 0 to 1. |
| length | The length of the answer span. |
| offset | The answer span offset from the start of answer. |
| text | Predicted text of answer span. |
Property Details
confidence
Predicted score of answer span, value ranges from 0 to 1.
confidence?: number
Property Value
number
length
The length of the answer span.
length?: number
Property Value
number
offset
The answer span offset from the start of answer.
offset?: number
Property Value
number
text
Predicted text of answer span.
text?: string
Property Value
string