HandDetectorState

fun HandDetectorState(    isLoaded: Boolean,     isLoading: Boolean,     downloadOperations: List<DownloadOperation> = emptyList())

Parameters

isLoaded

True if the hand detector is loaded and ready to be used.

isLoading

True if the hand detector is downloaded and it is being applied.

downloadOperations

TensorFlow (Neural Network) model downloads.