Image

sealed interface Image : GenerationModal(source)

Defines the Image contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class Batch(val results: List<AiGenerationResult>, val autoSaveEnabled: Boolean) : GenerationModal.Image

Carries Batch data through the SDAI presentation layer.

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI presentation layer.

Link copied to clipboard
data class Single(val result: AiGenerationResult, val autoSaveEnabled: Boolean, val reportEnabled: Boolean) : GenerationModal.Image

Carries Single data through the SDAI presentation layer.