Exemple #1
0
 public SpeechTypeInfo(SpeechType speechType, byte value, AdditionalSpeechData data)
 {
     this.SpeechType           = speechType;
     this.Value                = value;
     this.AdditionalSpeechData = data;
 }
Exemple #2
0
 public SpeechTypeInfo(SpeechType speechType, byte value, AdditionalSpeechData data)
 {
     this.SpeechType = speechType;
     this.Value = value;
     this.AdditionalSpeechData = data;
 }