encodeInPaintMaskBase64

internal actual suspend fun encodeInPaintMaskBase64(imageBase64: String, strokes: List<InPaintStroke>): String?(source)

Executes the encodeInPaintMaskBase64 step in the SDAI presentation layer.

Return

Result produced by encodeInPaintMaskBase64.

Author

Dmitriy Moroz

Parameters

imageBase64

image base64 value consumed by the API.

strokes

strokes value consumed by the API.

internal expect suspend fun encodeInPaintMaskBase64(imageBase64: String, strokes: List<InPaintStroke>): String?(source)

Executes the encodeInPaintMaskBase64 step in the SDAI presentation layer.

Return

Result produced by encodeInPaintMaskBase64.

Author

Dmitriy Moroz

Parameters

imageBase64

image base64 value consumed by the API.

strokes

strokes value consumed by the API.

internal actual suspend fun encodeInPaintMaskBase64(imageBase64: String, strokes: List<InPaintStroke>): String?(source)

Executes the encodeInPaintMaskBase64 step in the SDAI presentation layer.

Return

Result produced by encodeInPaintMaskBase64.

Author

Dmitriy Moroz

Parameters

imageBase64

image base64 value consumed by the API.

strokes

strokes value consumed by the API.