FileDocCategorySizeDatePackage
Voice.javaAPI DocAndroid 5.1 API1734Sat Mar 14 14:09:36 GMT 2015android.speech.tts

Voice

public class Voice extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
LATENCY_HIGH
public static final int
LATENCY_LOW
public static final int
LATENCY_NORMAL
public static final int
LATENCY_VERY_HIGH
public static final int
LATENCY_VERY_LOW
public static final int
QUALITY_HIGH
public static final int
QUALITY_LOW
public static final int
QUALITY_NORMAL
public static final int
QUALITY_VERY_HIGH
public static final int
QUALITY_VERY_LOW
Constructors Summary
public Voice(String name, Locale locale, int quality, int latency, boolean requiresNetworkConnection, Set features)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public java.util.SetgetFeatures()

 throw new RuntimeException("Stub!"); 
public intgetLatency()

 throw new RuntimeException("Stub!"); 
public java.util.LocalegetLocale()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public intgetQuality()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public booleanisNetworkConnectionRequired()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");