共用方式為


SemanticSearchResults.Answers Property

Definition

The answers query results for the search operation; null if the AnswerType parameter was not specified or set to None.

public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.QueryAnswerResult> Answers { get; }
member this.Answers : System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.QueryAnswerResult>
Public ReadOnly Property Answers As IReadOnlyList(Of QueryAnswerResult)

Property Value

Applies to