Search Results for

    Show / Hide Table of Contents

    Class GeneratedImageBlob

    Inheritance
    object
    GeneratedImageBlob
    Implements
    IImageAsset
    IImageChunk
    IBase64Source
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class GeneratedImageBlob : IImageAsset, IImageChunk, IBase64Source

    Properties

    | Edit this page View Source

    Base64Image

    Declaration
    [JsonProperty("bytesBase64Encoded")]
    public string Base64Image { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Encoding

    Declaration
    [JsonIgnore]
    public ImageEncoding Encoding { get; }
    Property Value
    Type Description
    ImageEncoding
    | Edit this page View Source

    Metadata

    Declaration
    [JsonIgnore]
    public Metadata Metadata { get; }
    Property Value
    Type Description
    Metadata
    | Edit this page View Source

    MimeType

    Declaration
    [JsonProperty("mimeType")]
    public MimeType MimeType { get; set; }
    Property Value
    Type Description
    MimeType

    Methods

    | Edit this page View Source

    GetBase64String()

    Declaration
    public string GetBase64String()
    Returns
    Type Description
    string

    Implements

    IImageAsset
    IImageChunk
    IBase64Source

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    IOExtensions.ToSprite(IImageAsset)
    IOExtensions.ToSpriteAsync(IImageAsset)
    IOExtensions.ToTexture2D(IImageAsset)
    IOExtensions.ToTexture2DAsync(IImageAsset)
    IOExtensions.ToTexture2D(IImageChunk)
    IOExtensions.ToTexture2DAsync(IImageChunk)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation