TextToImageBody
internal fun TextToImageBody(state: TextToImageState, strings: TextToImageStrings, promptChipTextFieldState: MutableState<TextFieldValue>, negativePromptChipTextFieldState: MutableState<TextFieldValue>, processIntent: (TextToImageIntent) -> Unit)(source)
Renders the TextToImageBody UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
strings
strings value consumed by the API.
promptChipTextFieldState
prompt chip text field state value consumed by the API.
negativePromptChipTextFieldState
negative prompt chip text field state value consumed by the API.
processIntent
process intent value consumed by the API.