NTSpeechGrammarGroup Class Reference

Inherits from NTSpeechGrammarElement : NSObject
Declared in NTSpeechGrammarGroup.h
NTSpeechGrammarGroup.m

  isOptional

@property (nonatomic) BOOL isOptional

  root

@property (nonatomic, strong) NTSpeechGrammarElement *root

– initWithRoot:

- (instancetype)initWithRoot:(NTSpeechGrammarElement *)root

– initWithRoot:optional:

- (instancetype)initWithRoot:(NTSpeechGrammarElement *)root optional:(BOOL)isOptional

+ groupWithRoot:

+ (NTSpeechGrammarGroup *)groupWithRoot:(NTSpeechGrammarElement *)root

+ optionalGroupWithRoot:

+ (NTSpeechGrammarGroup *)optionalGroupWithRoot:(NTSpeechGrammarElement *)root