Recognition

open class Recognition

Constructors

Link copied to clipboard
open fun Recognition(    labelId: Int,     labelName: String,     labelScore: Float,     confidence: Float,     location: RectF)

Functions

Link copied to clipboard
open fun getLocationOrginal(orginalShape: Size): RectF
Link copied to clipboard
open fun getxPos(): Int
Link copied to clipboard
open fun getyPos(): Int
Link copied to clipboard
open fun setLabelId(labelId: Int)
Link copied to clipboard
open fun setxPos(xPos: Int)
Link copied to clipboard
open fun setyPos(yPos: Int)
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open var confidence: Float
A sortable score for how good the recognition is relative to others.
Link copied to clipboard
open val labelId: Integer
Display name for the recognition.
Link copied to clipboard
open var labelName: String
Link copied to clipboard
open var labelScore: Float
Link copied to clipboard
open var location: RectF
Optional location within the source image for the location of the recognized object.