Optional
base641.0.0
Optional
dataThe url starting with 'data:image/jpeg;base64,' and the base64 encoded string representation of the image, if using CameraResultType.DataUrl.
Note: On web, the file format could change depending on the browser.
1.0.0
Optional
exifExif data, if any, retrieved from the image
1.0.0
The format of the image, ex: jpeg, png, gif.
iOS and Android only support jpeg.
Web supports jpeg, png and gif, but the exact availability may vary depending on the browser.
gif is only supported if webUseInput
is set to true
or if source
is set to Photos
.
1.0.0
Optional
pathIf using CameraResultType.Uri, the path will contain a full, platform-specific file URL that can be read later using the Filesystem API.
1.0.0
Whether if the image was saved to the gallery or not.
On Android and iOS, saving to the gallery can fail if the user didn't grant the required permissions. On Web there is no gallery, so always returns false.
1.1.0
Optional
webwebPath returns a path that can be used to set the src attribute of an image for efficient loading and rendering.
1.0.0
The base64 encoded string representation of the image, if using CameraResultType.Base64.