public int GetSpeechNodeIndex(string name) { if (data == null) { return(-1); } return(data.GetSpeechNodeIndex(name)); }