|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmobi.voiceassistant.base.content.SpeechTextUtils
public final class SpeechTextUtils
| Method Summary | |
|---|---|
static CharSequence |
parseSpeech(CharSequence textWithSpeech)
|
static CharSequence |
parseSpeech(Spanned textWithSpeech)
|
static String |
randomSpeech(Resources res,
int id,
Object... formatArgs)
|
static CharSequence |
textWithoutSpeech(CharSequence text)
|
static CharSequence |
textWithoutSpeech(Context res,
int textId)
|
static CharSequence |
textWithSpeech(CharSequence text,
CharSequence speech)
|
static CharSequence |
textWithSpeech(CharSequence text,
int start,
int end,
CharSequence speech)
|
static CharSequence |
textWithSpeech(Context res,
int textId,
int speechId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CharSequence textWithoutSpeech(Context res,
int textId)
public static CharSequence textWithoutSpeech(CharSequence text)
public static CharSequence textWithSpeech(Context res,
int textId,
int speechId)
public static CharSequence textWithSpeech(CharSequence text,
CharSequence speech)
public static CharSequence textWithSpeech(CharSequence text,
int start,
int end,
CharSequence speech)
public static CharSequence parseSpeech(CharSequence textWithSpeech)
public static CharSequence parseSpeech(Spanned textWithSpeech)
public static String randomSpeech(Resources res,
int id,
Object... formatArgs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||