Table of Contents

Class RecognitionService.Callback

Namespace
Android.Speech
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

BeginningOfSpeech()

public void BeginningOfSpeech()

Exceptions

RemoteException

BufferReceived(byte[])

public void BufferReceived(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RemoteException

EndOfSegmentedSession()

public void EndOfSegmentedSession()

Exceptions

RemoteException

EndOfSpeech()

public void EndOfSpeech()

Exceptions

RemoteException

Error(int)

public void Error(int arg0)

Parameters

arg0 int

int

Exceptions

RemoteException

GetCallingAttributionSource()

public AttributionSource GetCallingAttributionSource()

Returns

AttributionSource

AttributionSource

GetCallingUid()

public int GetCallingUid()

Returns

int

int

LanguageDetection(Bundle)

public void LanguageDetection(Bundle arg0)

Parameters

arg0 Bundle

Bundle

PartialResults(Bundle)

public void PartialResults(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Exceptions

RemoteException

ReadyForSpeech(Bundle)

public void ReadyForSpeech(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Exceptions

RemoteException

Results(Bundle)

public void Results(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Exceptions

RemoteException

RmsChanged(float)

public void RmsChanged(float arg0)

Parameters

arg0 float

float

Exceptions

RemoteException

SegmentResults(Bundle)

public void SegmentResults(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Exceptions

RemoteException