ImageResult
Represents an image result, encoded as a Base64 string.
Encapsulates an image along with its name. The image is stored as a Base64 encoded string and is accompanied by helper functions to get the decoded image.
Properties
Link copied to clipboard
An ImageSource representing the decoded image. This property is created by decoding the decodedBytes. It is also transient and is intended for in-memory image operations.