QnASearchResultAnswerSpan 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.
public class QnASearchResultAnswerSpan : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.AnswerSpanResponseDTO
type QnASearchResultAnswerSpan = class
inherit AnswerSpanResponseDTO
Public Class QnASearchResultAnswerSpan
Inherits AnswerSpanResponseDTO
- Inheritance
Constructors
QnASearchResultAnswerSpan() | |
QnASearchResultAnswerSpan(String, Nullable<Double>, Nullable<Int32>, Nullable<Int32>) |
Properties
EndIndex | (Inherited from AnswerSpanResponseDTO) |
Score | (Inherited from AnswerSpanResponseDTO) |
StartIndex | (Inherited from AnswerSpanResponseDTO) |
Text | (Inherited from AnswerSpanResponseDTO) |