CustomLabel

A custom label detected in an image by a call to DetectCustomLabels.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The confidence that the model has in the detection of the custom label. The range is 0-100. A higher value indicates a higher confidence.

Link copied to clipboard

The location of the detected object on the image that corresponds to the custom label. Includes an axis aligned coarse bounding box surrounding the object and a finer grain polygon for more accurate spatial information.

Link copied to clipboard
val name: String?

The name of the custom label.

Functions

Link copied to clipboard
inline fun copy(block: CustomLabel.Builder.() -> Unit = {}): CustomLabel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String