Fixed typo in MPPObjectDetectorOptions
This commit is contained in:
parent
64af919107
commit
4c32ff493e
|
@ -67,7 +67,7 @@ NS_SWIFT_NAME(ObjectDetectorOptions)
|
|||
|
||||
/**
|
||||
* Running mode of the object detector task. Defaults to `MPPRunningModeImage`.
|
||||
* `MPPImageClassifier` can be created with one of the following running modes:
|
||||
* `MPPObjectDetector` can be created with one of the following running modes:
|
||||
* 1. `MPPRunningModeImage`: The mode for performing object detection on single image inputs.
|
||||
* 2. `MPPRunningModeVideo`: The mode for performing object detection on the decoded frames of a
|
||||
* video.
|
||||
|
|
Loading…
Reference in New Issue
Block a user