AnswerSpanResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores precise answer of query from Knowledge Base.
public class AnswerSpanResponse
type AnswerSpanResponse = class
Public Class AnswerSpanResponse
- Inheritance
-
AnswerSpanResponse
Constructors
AnswerSpanResponse() |
Properties
EndIndex |
Gets or sets the precise answer endIndex in long answer. |
Score |
Gets or sets the confidence in precise answer. |
StartIndex |
Gets or sets the precise answer startIndex in long answer. |
Text |
Gets or sets the precise answer text. |