pub unsafe extern "C" fn nn_model_label(
model: *const NNModel,
index: c_int,
) -> *const c_charExpand description
Returns the label of the given index within the given model object. If the model contains no labels or the index is out of range then NULL will be returned.
@public @memberof NNModel @since 2.0