KeenASR Framework v2.1 (8b72cc4)
Keen Research
Loading...
Searching...
No Matches
KIOSWord Class Reference

#include <KIOSRecognizer.h>

Instance Methods

(NSNumber *confidence) - __deprecated_msg
(BOOL tag) - __deprecated_msg
(nonnull NSString *) - description

Properties

NSString * text
NSNumber * startTime
NSNumber * duration
NSArray< KIOSPhone * > * phones

Detailed Description

An instance of the KIOSWord class, called word, provides word text, timing information, and the confidence of the word

Note that in certain circumstances startTime, duration, and confidence may be nil.

Method Documentation

◆ __deprecated_msg

- (BOOL tag) __deprecated_msg ("Temporarily deprecated")

False for real words, TRUE for tags, e.g. <SPOKEN_NOISE>, <LAUGHTER>

Property Documentation

◆ duration

- (NSNumber*) duration
readnonatomicstrong

Duration of the word, in seconds

◆ phones

- (NSArray<KIOSPhone *>*) phones
readwritenonatomicstrong

Array of KIOSPhone objects

◆ startTime

- (NSNumber*) startTime
readnonatomicstrong

Start time, in seconds, for this word

◆ text

- (NSString*) text
readnonatomicassign

Text of the word


The documentation for this class was generated from the following file: