ApplyGenerationResult

data class ApplyGenerationResult(val ai: AiGenerationResult, val inputImage: Boolean = false) : ImageToImageIntent(source)

Carries ApplyGenerationResult data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(ai: AiGenerationResult, inputImage: Boolean = false)

Properties

Link copied to clipboard

Exposes the ai value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the inputImage value used by the SDAI presentation layer.