AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FileRef

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

    Properties

    FileData

    Optional. The base64 encoded file data, used when passing the file to the model as a string.

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

    FileId

    Optional. The ID of an uploaded file to use as input.

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

    Filename

    Optional. The name of the file, used when passing the file to the model as a string.

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

    MimeType

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

    Quote

    The specific quote in the file.

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