Search Results for

    Show / Hide Table of Contents

    Class GenerationRecordHeader

    Inheritance
    object
    GenerationRecordHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.History
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class GenerationRecordHeader

    Properties

    | Edit this page View Source

    Api

    Declaration
    [JsonProperty("api")]
    public Api Api { get; set; }
    Property Value
    Type Description
    Api
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonProperty("created_at")]
    public UnixTime CreatedAt { get; set; }
    Property Value
    Type Description
    UnixTime
    | Edit this page View Source

    DetailKey

    Declaration
    [JsonProperty("detail_key")]
    public string DetailKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InputPreviewText

    Declaration
    [JsonProperty("input_preview_text")]
    public string InputPreviewText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsArchived

    Declaration
    [JsonProperty("is_archived")]
    public bool IsArchived { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsFavorite

    Declaration
    [JsonProperty("is_favorite")]
    public bool IsFavorite { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ModelId

    Declaration
    [JsonProperty("model_id")]
    public string ModelId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ModelName

    Declaration
    [JsonProperty("model_name")]
    public string ModelName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    N

    Declaration
    [JsonProperty("n")]
    public int N { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OutputPreviewText

    Declaration
    [JsonProperty("output_preview_text")]
    public string OutputPreviewText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RequestType

    Declaration
    [JsonProperty("request_type")]
    public RequestType RequestType { get; set; }
    Property Value
    Type Description
    RequestType
    | Edit this page View Source

    ResponseMimeType

    Declaration
    [JsonProperty("response_mime_type")]
    public MimeType ResponseMimeType { get; set; }
    Property Value
    Type Description
    MimeType
    | Edit this page View Source

    Sender

    Declaration
    [JsonProperty("sender")]
    public string Sender { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TimeTakenSeconds

    Declaration
    [JsonProperty("time_taken_seconds")]
    public float? TimeTakenSeconds { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    Usage

    Declaration
    [JsonProperty("usage")]
    public Usage Usage { get; set; }
    Property Value
    Type Description
    Usage
    | Edit this page View Source

    VoiceId

    Declaration
    [JsonProperty("voice_id")]
    public string VoiceId { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    FromRecord(GenerationRecord)

    Declaration
    public static GenerationRecordHeader FromRecord(GenerationRecord r)
    Parameters
    Type Name Description
    GenerationRecord r
    Returns
    Type Description
    GenerationRecordHeader
    | Edit this page View Source

    ToRecord()

    Declaration
    public GenerationRecord ToRecord()
    Returns
    Type Description
    GenerationRecord

    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