SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
network
/
com.shifthackz.aisdv1.network.response
/
SdGenerationResponse
/
Info
Info
@
Serializable
data
class
Info
(
val
seed
:
Long
?
=
null
,
val
allSeeds
:
List
<
Long
>
?
=
null
,
val
subSeed
:
Long
?
=
null
,
val
allSubSeeds
:
List
<
Long
>
?
=
null
,
val
subSeedStrength
:
Float
?
=
null
)
(
source
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
seed
:
Long
?
=
null
,
allSeeds
:
List
<
Long
>
?
=
null
,
subSeed
:
Long
?
=
null
,
allSubSeeds
:
List
<
Long
>
?
=
null
,
subSeedStrength
:
Float
?
=
null
)
Properties
all
Seeds
Link copied to clipboard
@
SerialName
(
value
=
"all_seeds"
)
val
allSeeds
:
List
<
Long
>
?
all
Sub
Seeds
Link copied to clipboard
@
SerialName
(
value
=
"all_subseeds"
)
val
allSubSeeds
:
List
<
Long
>
?
seed
Link copied to clipboard
@
SerialName
(
value
=
"seed"
)
val
seed
:
Long
?
sub
Seed
Link copied to clipboard
@
SerialName
(
value
=
"subseed"
)
val
subSeed
:
Long
?
sub
Seed
Strength
Link copied to clipboard
@
SerialName
(
value
=
"subseed_strength"
)
val
subSeedStrength
:
Float
?