The interpreter module

The interpreter module contains a class which provides the ability to find the recognized speech from a given object.

The Interpreter class

Inheritance diagram of pysiriproxy.interpreter.Interpreter

class pysiriproxy.interpreter.Interpreter[source]

The Interpreter class provides the ability for determining if an object indicates that speech was recognized.

classmethod speechRecognized(obj)[source]

Determine if this object contains recognized speech.

This function returns the speech that was recognized if there was recognized speech, otherwise it returns None.

  • obj – The object to check

Table Of Contents

Previous topic

The constants module

Next topic

The objects module

This Page