KIOSWord Class Reference

Inherits from NSObject
Declared in KIOSRecognizer.h

Overview

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.

  text

Text of the word

@property (nonatomic, readonly, nonnull) NSString *text

Declared In

KIOSRecognizer.h

  startTime

Start time, in seconds, for this word

@property (nonatomic, strong, nullable, readonly) NSNumber *startTime

Declared In

KIOSRecognizer.h

  duration

Duration of the word, in seconds

@property (nonatomic, strong, nullable, readonly) NSNumber *duration

Declared In

KIOSRecognizer.h

  )

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

@property (nonatomic, strong, nullable, readonly) NSNumber *__deprecated_msg ( "Deprecated. Result will most likely contain <SPOKEN_NOISE> word" )

Declared In

KIOSRecognizer.h

  phones

Array of KIOSPhone objects

@property (nonatomic, strong, nullable) NSArray<KIOSPhone*> *phones

Declared In

KIOSRecognizer.h