你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtractiveQueryAnswer interface
从响应以自然语言表示为问题的查询时返回的文档内容中提取候选答案。
属性
answer |
|
count | 返回的答案数。 默认计数为 1 |
threshold | 置信度阈值。 默认阈值为 0.7 |
属性详细信息
answerType
answerType: "extractive"
属性值
"extractive"
count
返回的答案数。 默认计数为 1
count?: number
属性值
number
threshold
置信度阈值。 默认阈值为 0.7
threshold?: number
属性值
number