AnswerSpanResponseDTO interface

Answer span object of QnA.

Properties

endIndex

End index of answer span in answer.

score

Predicted score of answer span.

startIndex

Start index of answer span in answer.

text

Predicted text of answer span.

Property Details

endIndex

End index of answer span in answer.

endIndex?: number

Property Value

number

score

Predicted score of answer span.

score?: number

Property Value

number

startIndex

Start index of answer span in answer.

startIndex?: number

Property Value

number

text

Predicted text of answer span.

text?: string

Property Value

string