GenerationResultPreviewEntity

data class GenerationResultPreviewEntity(val id: Long, val imageBase64: String, val hidden: Boolean, val liked: Boolean = false)(source)

Carries lightweight gallery-grid projection data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, imageBase64: String, hidden: Boolean, liked: Boolean = false)

Properties

Link copied to clipboard

Exposes the hidden value used by the SDAI storage layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the imageBase64 value used by the SDAI storage layer.

Link copied to clipboard

Exposes the liked value used by the SDAI storage layer.