Class RecognitionService.Callback
public class RecognitionService.Callback : JVMBridgeBase<RecognitionService.Callback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
RecognitionService.Callback
- Implements
- Extension Methods
Constructors
Callback(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Callback(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
BeginningOfSpeech()
public void BeginningOfSpeech()
Exceptions
BufferReceived(byte[])
public void BufferReceived(byte[] arg0)
Parameters
Exceptions
EndOfSegmentedSession()
public void EndOfSegmentedSession()
Exceptions
EndOfSpeech()
public void EndOfSpeech()
Exceptions
Error(int)
public void Error(int arg0)
Parameters
Exceptions
GetCallingAttributionSource()
public AttributionSource GetCallingAttributionSource()
Returns
GetCallingUid()
public int GetCallingUid()
Returns
LanguageDetection(Bundle)
public void LanguageDetection(Bundle arg0)
Parameters
PartialResults(Bundle)
public void PartialResults(Bundle arg0)
Parameters
Exceptions
ReadyForSpeech(Bundle)
public void ReadyForSpeech(Bundle arg0)
Parameters
Exceptions
Results(Bundle)
public void Results(Bundle arg0)
Parameters
Exceptions
RmsChanged(float)
public void RmsChanged(float arg0)
Parameters
Exceptions
SegmentResults(Bundle)
public void SegmentResults(Bundle arg0)