Geometry

class Geometry

Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.

Types

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

Properties

Link copied to clipboard

An axis-aligned coarse representation of the detected item's location on the image.

Link copied to clipboard

Within the bounding box, a fine-grained polygon around the detected item.

Functions

Link copied to clipboard
inline fun copy(block: Geometry.Builder.() -> Unit = {}): Geometry
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