52 lines
1.6 KiB
C#
52 lines
1.6 KiB
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine.Windows.Speech
|
|
{
|
|
// Token: 0x02000155 RID: 341
|
|
[Token(Token = "0x2000155")]
|
|
public static class PhraseRecognitionSystem
|
|
{
|
|
// Token: 0x06000CEE RID: 3310 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000CEE")]
|
|
[Address(RVA = "0x300B6B0", Offset = "0x300A4B0", VA = "0x18300B6B0")]
|
|
[RequiredByNativeCode]
|
|
private static void PhraseRecognitionSystem_InvokeErrorEvent(SpeechError errorCode)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000CEF RID: 3311 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000CEF")]
|
|
[Address(RVA = "0x300B700", Offset = "0x300A500", VA = "0x18300B700")]
|
|
[RequiredByNativeCode]
|
|
private static void PhraseRecognitionSystem_InvokeStatusChangedEvent(SpeechSystemStatus status)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000501 RID: 1281
|
|
[Token(Token = "0x4000501")]
|
|
[CompilerGenerated]
|
|
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
private static PhraseRecognitionSystem.ErrorDelegate OnError;
|
|
|
|
// Token: 0x04000502 RID: 1282
|
|
[Token(Token = "0x4000502")]
|
|
[CompilerGenerated]
|
|
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
private static PhraseRecognitionSystem.StatusDelegate OnStatusChanged;
|
|
|
|
// Token: 0x02000156 RID: 342
|
|
// (Invoke) Token: 0x06000CF1 RID: 3313
|
|
[Token(Token = "0x2000156")]
|
|
public delegate void ErrorDelegate(SpeechError errorCode);
|
|
|
|
// Token: 0x02000157 RID: 343
|
|
// (Invoke) Token: 0x06000CF5 RID: 3317
|
|
[Token(Token = "0x2000157")]
|
|
public delegate void StatusDelegate(SpeechSystemStatus status);
|
|
}
|
|
}
|