Name of the decoding graph (created via createDecodingGraphFromPhrases).
If true, compute Goodness of Pronunciation (GoP) scores
for each phone. GoP scores are available in ASRWord.phones on the
final response. Adds some processing overhead. Defaults to false.
true if preparation succeeded.
Prepare the recognizer to listen using a decoding graph.
This loads the decoding graph and configures the recognizer. After this call, the recognizer state transitions to RecognizerState.ReadyToListen.