SegmentationResult

constructor(processedFrame: ByteArray? = null, mask: ByteArray? = null, maskWidth: Int? = null, maskHeight: Int? = null, confidence: Float? = null, processingTimeMs: Int = 0, success: Boolean = true, error: String? = null)