Beispiel #1
0
 public HRESULT get_Confidence(SpeechEngineConfidence *ActualConfidence)
 {
     return(((delegate * unmanaged <ISpeechPhraseRule *, SpeechEngineConfidence *, int>)(lpVtbl[13]))((ISpeechPhraseRule *)Unsafe.AsPointer(ref this), ActualConfidence));
 }
 public int get_Confidence([NativeTypeName("SpeechEngineConfidence *")] SpeechEngineConfidence *Confidence)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, SpeechEngineConfidence *, int>)(lpVtbl[13]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), Confidence));
 }
 public int get_ActualConfidence([NativeTypeName("SpeechEngineConfidence *")] SpeechEngineConfidence *ActualConfidence)
 {
     return(((delegate * unmanaged <ISpeechPhraseElement *, SpeechEngineConfidence *, int>)(lpVtbl[18]))((ISpeechPhraseElement *)Unsafe.AsPointer(ref this), ActualConfidence));
 }
 public int get_RequiredConfidence(SpeechEngineConfidence *RequiredConfidence)
 {
     return(((delegate * unmanaged <ISpeechPhraseElement *, SpeechEngineConfidence *, int>)(lpVtbl[17]))((ISpeechPhraseElement *)Unsafe.AsPointer(ref this), RequiredConfidence));
 }