QueryAnswerResult Class

Definition

An answer is a text passage extracted from the contents of the most relevant documents that matched the query. Answers are extracted from the top search results. Answer candidates are scored and the top answers are selected.

public class QueryAnswerResult
type QueryAnswerResult = class
Public Class QueryAnswerResult
Inheritance
QueryAnswerResult

Properties

AdditionalProperties

Additional Properties.

Highlights

Same text passage as in the Text property with highlighted text phrases most relevant to the query.

Key

The key of the document the answer was extracted from.

Score

The score value represents how relevant the answer is to the query relative to other answers returned for the query.

Text

The text passage extracted from the document contents as the answer.

Applies to