AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Blob

    Interface for sending an image.

    Inheritance
    object
    Blob
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class Blob

    Properties

    Data

    Image as a base64 string.

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

    IsImage

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

    MimeType

    MimeType of Image

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