shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
SegmentationResult
/
SegmentationResult
Segmentation
Result
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
)