SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.txt2img
/
TextToImageIntent
/
ShowEditTag
Show
Edit
Tag
data
class
ShowEditTag
(
val
prompt
:
String
,
val
negativePrompt
:
String
,
val
tag
:
String
,
val
isNegative
:
Boolean
)
:
TextToImageIntent
(
source
)
Members
Constructors
Show
Edit
Tag
Link copied to clipboard
constructor
(
prompt
:
String
,
negativePrompt
:
String
,
tag
:
String
,
isNegative
:
Boolean
)
Properties
is
Negative
Link copied to clipboard
val
isNegative
:
Boolean
negative
Prompt
Link copied to clipboard
val
negativePrompt
:
String
prompt
Link copied to clipboard
val
prompt
:
String
tag
Link copied to clipboard
val
tag
:
String