AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CitationSource

    A single citation source.

    Inheritance
    object
    CitationSource
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class CitationSource

    Properties

    EndIndex

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

    License

    Declaration
    public string License { get; set; }
    Property Value
    Type Description
    string

    StartIndex

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

    Uri

    Declaration
    public string Uri { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX