Class CitationLocation.DocumentLocation
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CitationLocation.DocumentLocation
Properties
| Edit this page View SourceDocumentIndex
Optional. The index of the document within the array of documents provided in the request.
Declaration
[JsonProperty("documentIndex")]
public int? DocumentIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
End
Optional. The ending chunk identifier or index of the cited content within the document.
Declaration
[JsonProperty("end")]
public int? End { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Start
Optional. The starting chunk identifier or index of the cited content within the document.
Declaration
[JsonProperty("start")]
public int? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |