AI DevKit
Search Results for

    Show / Hide Table of Contents

    Interface IApiFileData

    Interface for file data retrieved from various AI APIs. (e.g., /v1/files) This interface defines the properties that all file data should implement.

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IApiFileData

    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
    SerializableMetadata BuildMetadata()
    Returns
    Type Description
    SerializableMetadata
    In this article
    Back to top Generated by DocFX