Search Results for

    Show / Hide Table of Contents

    Class CitationLocation.DocumentLocation

    Inheritance
    object
    CitationLocation.DocumentLocation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class CitationLocation.DocumentLocation

    Properties

    | Edit this page View Source

    DocumentIndex

    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?
    | Edit this page View Source

    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?
    | Edit this page View Source

    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?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation