FormXAPIDocument

data class FormXAPIDocument(val bbox: List<Int>, val type: String)

FormXAPIDocument contains a detected document region

Constructors

Link copied to clipboard
fun FormXAPIDocument(bbox: List<Int>, type: String)

Properties

Link copied to clipboard
@SerializedName(value = "bbox")
val bbox: List<Int>
Link copied to clipboard
@SerializedName(value = "type")
val type: String