AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Annotation

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

    Properties

    EndIndex

    The end index of the annotation.

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

    FileCitation

    Declaration
    public FileRef FileCitation { get; set; }
    Property Value
    Type Description
    FileRef

    FilePath

    Declaration
    public FileRef FilePath { get; set; }
    Property Value
    Type Description
    FileRef

    StartIndex

    The start index of the annotation.

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

    Type

    The type of annotation.

    Declaration
    public AnnotationType Type { get; set; }
    Property Value
    Type Description
    AnnotationType

    Value

    The value of the annotation.

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