AnswersFromTextOptions.TextDocuments Property
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.
Text documents to be searched for given question.
public System.Collections.Generic.IList<Azure.AI.Language.QuestionAnswering.TextDocument> TextDocuments { get; }
member this.TextDocuments : System.Collections.Generic.IList<Azure.AI.Language.QuestionAnswering.TextDocument>
Public ReadOnly Property TextDocuments As IList(Of TextDocument)