TextSearchProvider.TextSearchResult Class
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.
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. |