ApplyGenerationResult
data class ApplyGenerationResult(val ai: AiGenerationResult, val inputImage: Boolean = false) : ImageToImageIntent(source)
Carries ApplyGenerationResult data through the SDAI presentation layer.
Author
Dmitriy Moroz