#include <KIOSRecognizer.h>
|
|
(nonnull NSString *) | - description |
| (nullable NSString *) | - toJSON |
|
(nullable NSDictionary *) | - toDictionary |
An instance of the KIOSResult class, called recognition result, provides results of the recognition.
◆ toJSON
| - (nullable NSString *) toJSON |
|
|
|
JSON representation of the KIOSResult. Example: { "words" : [ { "startTime" : 0.52, "duration" : 0.3, "confidence" : 1, "text" : "GO" }, { "startTime" : 0.82, "duration" : 0.3, "confidence" : 1, "text" : "UP" } ], "confidence" : 1, "cleanText" : "GO UP", "text" : "GO UP <SPOKEN_NOISE>" }
◆ cleanText
clean recognition result text, i.e. removes all 'special words' (e.g. <SPOKEN_NOISE> or any other token inside <>)
◆ text
◆ words
An array of KIOSWord objects that comprise this result
The documentation for this class was generated from the following file: