Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnASearchResultAnswerSpan
-
Packages that use QnASearchResultAnswerSpan Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QnASearchResultAnswerSpan in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QnASearchResultAnswerSpan Modifier and Type Method Description QnASearchResultAnswerSpanQnASearchResult. answerSpan()Get the answerSpan value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type QnASearchResultAnswerSpan Modifier and Type Method Description QnASearchResultQnASearchResult. withAnswerSpan(QnASearchResultAnswerSpan answerSpan)Set the answerSpan value.
-