Skip to main content
API Reference com.nianticspatial.nsdk.objectdetection ObjectDetectionSession

getClassNames

Query the set of possible object detection class names.

Declaration

fun getClassNames(): NSDKResult<Array<String>, AwarenessStatus>

Summary

Query the set of possible object detection class names.

Returns

[NSDKResult] containing a [Array<String>] if available, or an [AwarenessStatus] otherwise.


ON THIS PAGE