Hand Detector State
fun HandDetectorState( isLoaded: Boolean, isLoading: Boolean, downloadOperations: List<DownloadOperation> = emptyList())
Content copied to clipboard
Parameters
is Loaded
True if the hand detector is loaded and ready to be used.
is Loading
True if the hand detector is downloaded and it is being applied.
download Operations
TensorFlow (Neural Network) model downloads.