共用方式為


QnASearchResultAnswerSpan interface

針對使用者的問題回答 QnA 範圍物件。

Extends

繼承的屬性

endIndex

答案範圍在答案中的結束索引。

score

預測答案範圍的分數。

startIndex

開始回應範圍在答案中的索引。

text

答案範圍的預測文字。

繼承的屬性詳細資料

endIndex

答案範圍在答案中的結束索引。

endIndex?: number

屬性值

number

繼承自AnswerSpanResponseDTO.endIndex

score

預測答案範圍的分數。

score?: number

屬性值

number

繼承自AnswerSpanResponseDTO.score

startIndex

開始回應範圍在答案中的索引。

startIndex?: number

屬性值

number

繼承自AnswerSpanResponseDTO.startIndex

text

答案範圍的預測文字。

text?: string

屬性值

string

繼承自AnswerSpanResponseDTO.text