KIOSSpeakingTask Constants Reference

Declared in KIOSDecodingGraph.h

KIOSSpeakingTask

KIOSTask defines a type of speaking task that will be handled. It is primarily used to indicate to methods that create decoding graphs what type of task they need to handle, so that appropiate customization can be done when creating language model and decoding graph

Definition

typedef NS_ENUM(NSInteger, KIOSSpeakingTask ) {
   KIOSSpeakingTaskDefault,
   KIOSSpeakingTaskOralReading,
};

Constants

KIOSSpeakingTaskDefault

Default task (no prior knowledge exists about the type of spoken interaction)

Declared In KIOSDecodingGraph.h.

KIOSSpeakingTaskOralReading

Reading aloud in educational context (children, language learning)

Declared In KIOSDecodingGraph.h.

Declared In

KIOSDecodingGraph.h