AnswerSpanResponseDTO interface
回應 QnA 的範圍物件。
屬性
end |
答案範圍的結束索引。 |
score | 答案範圍的預測分數。 |
start |
在答案中開始回應範圍的索引。 |
text | 答案範圍的預測文字。 |
屬性詳細資料
endIndex
答案範圍的結束索引。
endIndex?: number
屬性值
number
score
答案範圍的預測分數。
score?: number
屬性值
number
startIndex
在答案中開始回應範圍的索引。
startIndex?: number
屬性值
number
text
答案範圍的預測文字。
text?: string
屬性值
string