AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ImageRef

    Inheritance
    object
    FileRef
    ImageRef
    Inherited Members
    FileRef.FileData
    FileRef.FileId
    FileRef.Filename
    FileRef.Quote
    FileRef.MimeType
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ImageRef : FileRef

    Properties

    Detail

    Specifies the detail level of the image. low uses fewer tokens, you can opt in to high resolution using high. Default value is auto

    Declaration
    public ImageDetail? Detail { get; set; }
    Property Value
    Type Description
    ImageDetail?

    IsBase64

    Declaration
    public bool IsBase64 { get; }
    Property Value
    Type Description
    bool

    Url

    Either a URL of the image or the base64 encoded image data.

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