共用方式為


SemanticSearchResult.Captions Property

Definition

Captions are the most representative passages from the document relatively to the search query.

They are often used as document summary. Captions are only returned for queries of type Semantic.

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

Property Value

Applies to