Single

data class Single(val result: AiGenerationResult, val autoSaveEnabled: Boolean, val reportEnabled: Boolean) : GenerationModal.Image(source)

Carries Single data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(result: AiGenerationResult, autoSaveEnabled: Boolean, reportEnabled: Boolean)

Properties

Link copied to clipboard

Exposes the autoSaveEnabled value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reportEnabled value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the result value used by the SDAI presentation layer.