CroppingResult

data class CroppingResult(val documentUuid: String, val pageUuid: String, val errorMessage: String? = null)

Configuration of the cropping result.

Constructors

Link copied to clipboard
constructor(documentUuid: String, pageUuid: String, errorMessage: String? = null)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The UUID of the document that was cropped.

Link copied to clipboard

The error message if a problem occurred.

Link copied to clipboard

The UUID of the page of the document that was cropped.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String