Google Cloud Documentai V1Document Page Matrix Response
data class GoogleCloudDocumentaiV1DocumentPageMatrixResponse(val cols: Int, val data: String, val rows: Int, val type: Int)
Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageMatrixResponse(cols: Int, data: String, rows: Int, type: Int)