AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Interface IApiFile

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IApiFile : IData

    Properties

    Api

    Declaration
    Api Api { get; }
    Property Value
    Type Description
    Api

    ByteSize

    Declaration
    int ByteSize { get; }
    Property Value
    Type Description
    int

    CreatedAt

    Declaration
    UnixTime CreatedAt { get; }
    Property Value
    Type Description
    UnixTime

    ExpiresAt

    Declaration
    UnixTime ExpiresAt { get; }
    Property Value
    Type Description
    UnixTime

    MimeType

    Declaration
    MIMEType MimeType { get; }
    Property Value
    Type Description
    MIMEType

    Uri

    Declaration
    string Uri { get; }
    Property Value
    Type Description
    string

    Methods

    BuildMetadata()

    Declaration
    Metadata BuildMetadata()
    Returns
    Type Description
    Metadata
    In this article
    Back to top Generated by DocFX