prediction(from:)
Predicts the label for the given term.
Declaration
func prediction(from text: String) throws -> StringParameters
- text:
The input term.
Return Value
A label.
Predicts the label for the given term.
func prediction(from text: String) throws -> StringThe input term.
A label.