ImageInputSection
internal fun ImageInputSection(state: ImageToImageState, strings: ImageToImageStrings, image: ImageBitmap?, processIntent: (ImageToImageIntent) -> Unit, onInPaintClick: () -> Unit)(source)
Renders the ImageInputSection 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.
image
image value consumed by the API.
processIntent
process intent value consumed by the API.
onInPaintClick
callback invoked by the component.