次の方法で共有


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から継承