PropertyVisualization
Base schema for all async processing jobs
- createdType: stringFormat: date-time
At When the job was created
- endType: string | nullFormat: uri
Image Url URL of the end image (for VIDEO type)
- errorType: string | null
Message Error message if the job failed
- idType: stringFormat: uuid
Unique identifier for the job
- inputType: array string[]
Image Urls URLs of the input images
- outputType: array string[]
Urls URLs of the output assets
- presetType: string | null
Camera preset (for IMAGE type)
- startType: string | nullFormat: uri
Image Url URL of the start image (for VIDEO type)
- statusType: string ยท JobStatusenum
Status of an async processing job
values- P
E N D I N G - P
R O C E S S I N G - C
O M P L E T E D - F
A I L E D
- subType: string | nullenum
Type Sub-type of the visualization (e.g. camera-view, clean-room, restyle, video)
values- camera
-view - clean
-room - restyle
- video
- typeType: stringenum
Type of property visualization
values- I
M A G E - V
I D E O
- updatedType: stringFormat: date-time
At When the job was last updated