Searched refs:SpeechRule (Results 1 – 1 of 1) sorted by relevance
620 …SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return sre.SpeechRule.Type.NODE;case "…621 …SpeechRule.Type.toString=function(a){switch(a){case sre.SpeechRule.Type.NODE:return"[n]";case sre.…622 …SpeechRule.Component.fromString=function(a){var b={};b.type=sre.SpeechRule.Type.fromString(a.subst…623 …SpeechRule.Component.attributesFromString(a),a.grammar&&(b.grammar=a.grammar,delete a.grammar),Obj…624 …SpeechRule.Component.grammarFromString=function(a){return sre.Grammar.parseInput(a)};sre.SpeechRul…625 …SpeechRule.Component.attributesFromString=function(a){if("("!=a[0]||")"!=a.slice(-1))throw new sre…626 …SpeechRule.Component.prototype.attributesToString=function(){var a=this.getAttributes(),b=this.gra…627 …SpeechRule.Action.fromString=function(a){a=sre.SpeechRule.splitString_(a,";").filter(function(f){r…628 sre.SpeechRule.Precondition.prototype.toString=function(){var a=this.constraints.join(", ");return …650 …SpeechRule.Action.fromString(c),g=Array.prototype.slice.call(arguments,4),h=new sre.SpeechRule.Pre…[all …]