Table of Contents

Class Voice

Namespace
Android.Speech.Tts
Assembly
MASES.Netdroid.dll
public class Voice : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
Voice
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Voice()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Voice()

Voice(String, Locale, int, int, bool, Set<String>)

public Voice(String arg0, Locale arg1, int arg2, int arg3, bool arg4, Set<String> arg5)

Parameters

arg0 String

String

arg1 Locale

Locale

arg2 int

int

arg3 int

int

arg4 bool

bool

arg5 Set<String>

Set

Voice(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Voice(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LATENCY_HIGH

public static int LATENCY_HIGH { get; }

Property Value

int

LATENCY_LOW

public static int LATENCY_LOW { get; }

Property Value

int

LATENCY_NORMAL

public static int LATENCY_NORMAL { get; }

Property Value

int

LATENCY_VERY_HIGH

public static int LATENCY_VERY_HIGH { get; }

Property Value

int

LATENCY_VERY_LOW

public static int LATENCY_VERY_LOW { get; }

Property Value

int

QUALITY_HIGH

public static int QUALITY_HIGH { get; }

Property Value

int

QUALITY_LOW

public static int QUALITY_LOW { get; }

Property Value

int

QUALITY_NORMAL

public static int QUALITY_NORMAL { get; }

Property Value

int

QUALITY_VERY_HIGH

public static int QUALITY_VERY_HIGH { get; }

Property Value

int

QUALITY_VERY_LOW

public static int QUALITY_VERY_LOW { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetFeatures()

public Set<String> GetFeatures()

Returns

Set<String>

Set

GetLatency()

public int GetLatency()

Returns

int

int

GetLocale()

public Locale GetLocale()

Returns

Locale

Locale

GetName()

public String GetName()

Returns

String

String

GetQuality()

public int GetQuality()

Returns

int

int

IsNetworkConnectionRequired()

public bool IsNetworkConnectionRequired()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int