models(forTagScheme:)
Returns the models that apply to the given tag scheme.
Declaration
func models(forTagScheme tagScheme: NLTagScheme) -> [NLModel]Parameters
- tagScheme:
The tag scheme to filter the list of models with.
Return Value
The array of models that apply to the given tag scheme.