Table of Contents

Class Voice

Namespace
Android.Speech.Tts
Assembly
MASES.Netdroid.dll
public class Voice : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
Voice
Implements
Inherited Members
Extension Methods

Constructors

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(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 Voice(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

LATENCY_HIGH

public static int LATENCY_HIGH { get; set; }

Property Value

int

LATENCY_LOW

public static int LATENCY_LOW { get; set; }

Property Value

int

LATENCY_NORMAL

public static int LATENCY_NORMAL { get; set; }

Property Value

int

LATENCY_VERY_HIGH

public static int LATENCY_VERY_HIGH { get; set; }

Property Value

int

LATENCY_VERY_LOW

public static int LATENCY_VERY_LOW { get; set; }

Property Value

int

QUALITY_HIGH

public static int QUALITY_HIGH { get; set; }

Property Value

int

QUALITY_LOW

public static int QUALITY_LOW { get; set; }

Property Value

int

QUALITY_NORMAL

public static int QUALITY_NORMAL { get; set; }

Property Value

int

QUALITY_VERY_HIGH

public static int QUALITY_VERY_HIGH { get; set; }

Property Value

int

QUALITY_VERY_LOW

public static int QUALITY_VERY_LOW { get; set; }

Property Value

int

Methods

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

HPA initializer for Voice(Java.Lang.String arg0, Java.Util.Locale arg1, int arg2, int arg3, bool arg4, Java.Util.Set%3CJava.Lang.String%3E arg5)

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

Parameters

arg0 String
arg1 Locale
arg2 int
arg3 int
arg4 bool
arg5 Set<String>

Returns

Voice

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