Base64EncodingConverter

Coordinates Base64EncodingConverter behavior in the SDAI image processing layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Input(val base64: String)

Carries Input data through the SDAI image processing layer.

Link copied to clipboard
data class Output(val base64: String)

Carries Output data through the SDAI image processing layer.

Functions

Link copied to clipboard

Executes the convert step in the SDAI image processing layer.

Link copied to clipboard

Executes the invoke step in the SDAI image processing layer.