EmbeddingItemUi

data class EmbeddingItemUi(val keyword: String, val isInPrompt: Boolean, val isInNegativePrompt: Boolean)(source)

Carries EmbeddingItemUi data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(keyword: String, isInPrompt: Boolean, isInNegativePrompt: Boolean)

Properties

Link copied to clipboard

Exposes the isInNegativePrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the isInPrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the keyword value used by the SDAI presentation layer.