AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PageLocationCitation

    Inheritance
    object
    Citation
    LocationCitation
    PageLocationCitation
    Inherited Members
    LocationCitation.DocumentIndex
    LocationCitation.DocumentTitle
    Citation.CitedText
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class PageLocationCitation : LocationCitation

    Properties

    EndPageNumber

    Required.

    Declaration
    public int EndPageNumber { get; set; }
    Property Value
    Type Description
    int

    StartPageNumber

    Required. Required range: x >= 1

    Declaration
    public int StartPageNumber { get; set; }
    Property Value
    Type Description
    int

    Type

    Required.

    Declaration
    public override CitationType Type { get; }
    Property Value
    Type Description
    CitationType
    Overrides
    Citation.Type
    In this article
    Back to top Generated by DocFX