Package io.rong.imlib.model
Class SpeechToTextInfo
-
- All Implemented Interfaces:
public class SpeechToTextInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
SpeechToTextInfo.SpeechToTextStatus
-
Field Summary
Fields Modifier and Type Field Description public SpeechToTextInfo.SpeechToTextStatus
status
public String
text
public boolean
isVisible
public final static Creator<SpeechToTextInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description SpeechToTextInfo()
SpeechToTextInfo(SpeechToTextInfo.SpeechToTextStatus status, String text, boolean visible)
-
Method Summary
Modifier and Type Method Description SpeechToTextInfo.SpeechToTextStatus
getStatus()
void
setStatus(SpeechToTextInfo.SpeechToTextStatus status)
String
getText()
void
setText(String text)
boolean
isVisible()
void
setVisible(boolean visible)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
toString()
-
-
Constructor Detail
-
SpeechToTextInfo
SpeechToTextInfo()
-
SpeechToTextInfo
SpeechToTextInfo(SpeechToTextInfo.SpeechToTextStatus status, String text, boolean visible)
-
-
Method Detail
-
getStatus
SpeechToTextInfo.SpeechToTextStatus getStatus()
-
setStatus
void setStatus(SpeechToTextInfo.SpeechToTextStatus status)
-
getText
String getText()
-
setText
void setText(String text)
-
isVisible
boolean isVisible()
-
setVisible
void setVisible(boolean visible)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
toString
String toString()
-
-
-
-