Class GeneratedImageBlob
Inheritance
GeneratedImageBlob
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
|
Edit this page
View Source
Encoding
Declaration
[JsonIgnore]
public ImageEncoding Encoding { get; }
Property Value
|
Edit this page
View Source
Declaration
[JsonIgnore]
public Metadata Metadata { get; }
Property Value
|
Edit this page
View Source
MimeType
Declaration
[JsonProperty("mimeType")]
public MimeType MimeType { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBase64String()
Declaration
public string GetBase64String()
Returns
Implements
Extension Methods