toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
RCTranslationResult
RCTranslation
Result
io.rong.imlib
public
class
RCTranslationResult
Author
gusd
Members
Constructors
RCTranslation
Result
Link copied to clipboard
io.rong.imlib
public
void
RCTranslationResult
(
int messageId
,
String
srcText
,
String
translatedText
,
String
srcLanguage
,
String
targetLanguage
)
public
void
RCTranslationResult
(
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<RCTranslationResult>
CREATOR
message
Id
Link copied to clipboard
io.rong.imlib
public
int
messageId
Message ID
src
Language
Link copied to clipboard
io.rong.imlib
public
String
srcLanguage
Original language type
src
Text
Link copied to clipboard
io.rong.imlib
public
String
srcText
Original text
target
Language
Link copied to clipboard
io.rong.imlib
public
String
targetLanguage
Target language type
translated
Text
Link copied to clipboard
io.rong.imlib
public
String
translatedText
IMClient 是 SDK 的核心类,负责与 IM 服务器建立连接、维护连接状态
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Message
Id
Link copied to clipboard
io.rong.imlib
public
int
getMessageId
(
)
get
Src
Language
Link copied to clipboard
io.rong.imlib
public
String
getSrcLanguage
(
)
get
Src
Text
Link copied to clipboard
io.rong.imlib
public
String
getSrcText
(
)
get
Target
Language
Link copied to clipboard
io.rong.imlib
public
String
getTargetLanguage
(
)
get
Translated
Text
Link copied to clipboard
io.rong.imlib
public
String
getTranslatedText
(
)
read
From
Parcel
Link copied to clipboard
io.rong.imlib
public
void
readFromParcel
(
Parcel source
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)