Image

Image Data

The image data is the representation of the image that has been uploaded using the SDK. Below is a table of properties that it contains.

PropertyDescription

fileId

Identifier for the uploaded file

fileUrl

The HTTP web URL for the uploaded file. You can use this fileUrl for downloading the image file.

attributes

Contains a dictionary with values for name, extension, size & mimeType

of uploaded image

metadata

Contains additional metadata dictionary related to uploaded image such as height, width, isFullImage etc.

Some APIs require an instance of the file data instead of binary Data or URL. In this case, you need to upload the file first using file repository.

Last updated