StabilityTextPromptRaw

@Serializable
data class StabilityTextPromptRaw(val text: String, val weight: Double)(source)

Carries StabilityTextPromptRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(text: String, weight: Double)

Properties

Link copied to clipboard
@SerialName(value = "text")
val text: String

Exposes the text value used by the SDAI network layer.

Link copied to clipboard
@SerialName(value = "weight")
val weight: Double

Exposes the weight value used by the SDAI network layer.