EditTag

data class EditTag(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : GenerationInputFormEvent(source)

Carries EditTag data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(prompt: String, negativePrompt: String, tag: String, isNegative: Boolean)

Properties

Link copied to clipboard

Exposes the isNegative value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI presentation layer.

Link copied to clipboard
val tag: String

Exposes the tag value used by the SDAI presentation layer.

Functions

Link copied to clipboard

Converts SDAI data with toImageToImageIntent.

Link copied to clipboard

Converts SDAI data with toTextToImageIntent.