AnswerSpanResponseDTO interface

QnA の応答スパン オブジェクト。

プロパティ

endIndex

回答のスパンの終了インデックス。

score

回答スパンの予測スコア。

startIndex

回答のスパンのインデックスを開始します。

text

回答スパンの予測テキスト。

プロパティの詳細

endIndex

回答のスパンの終了インデックス。

endIndex?: number

プロパティ値

number

score

回答スパンの予測スコア。

score?: number

プロパティ値

number

startIndex

回答のスパンのインデックスを開始します。

startIndex?: number

プロパティ値

number

text

回答スパンの予測テキスト。

text?: string

プロパティ値

string