SuccessGenerationStatus

class SuccessGenerationStatus(val statusId: String, val sourceImageId: String, val sourceImageUrl: String, val sourceImageType: AiutaFileType, val images: List<ProductGeneratedImage> = emptyList(), val metadata: AiutaTryOnMetadata) : ProductGenerationStatus

Successfully generate all images

Constructors

Link copied to clipboard
constructor(statusId: String, sourceImageId: String, sourceImageUrl: String, sourceImageType: AiutaFileType, images: List<ProductGeneratedImage> = emptyList(), metadata: AiutaTryOnMetadata)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val statusId: String