TextSearchProvider.TextSearchResult Class

Definition

Represents a single retrieved text search result.

public sealed class TextSearchProvider.TextSearchResult
type TextSearchProvider.TextSearchResult = class
Public NotInheritable Class TextSearchProvider.TextSearchResult
Inheritance
TextSearchProvider.TextSearchResult

Constructors

Name Description
TextSearchProvider.TextSearchResult()

Properties

Name Description
RawRepresentation

Gets or sets the raw representation of the search result from the data source.

SourceLink

Gets or sets a link/URL to the source document (optional).

SourceName

Gets or sets the display name of the source document (optional).

Text

Gets or sets the textual content of the retrieved chunk.

Applies to