LiteRTExt
object LiteRTExt
High-level tool extensions for LiteRT tasks.
This object provides a unified namespace for data models and interfaces used in various AI domains, such as computer vision, natural language processing, and audio/video analysis.
Types
Link copied to clipboard
Represents a bounding box in 2D space.
Link copied to clipboard
data class Detection(val boundingBox: LiteRTExt.BoundingBox, val categories: List<LiteRTExt.Category>)
Represents a single detection result.
Link copied to clipboard
object Segmentation
Image segmentation tools.