Class CitationLocation.SearchResultLocation
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CitationLocation.SearchResultLocation
Properties
| Edit this page View SourceEnd
Optional. The ending position in the content array where the cited content ends.
Declaration
[JsonProperty("end")]
public int? End { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SearchResultIndex
Optional. The index of the search result content block where the cited content is found.
Declaration
[JsonProperty("searchResultIndex")]
public int? SearchResultIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Start
Optional. The starting position in the content array where the cited content begins.
Declaration
[JsonProperty("start")]
public int? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |