interface GetImageDataResult {
    base64ImageData: string;
}

Properties

Properties

base64ImageData: string

The Base 64 encoded representation of the image data