Android SDK 100ms
lib
/
live.hms.video.sdk.models
/
OnTranscriptionError
On
Transcription
Error
data
class
OnTranscriptionError
(
val
code
:
Int
?
,
val
message
:
String
?
)
Constructors
Properties
Constructors
On
Transcription
Error
Link copied to clipboard
fun
OnTranscriptionError
(
code
:
Int
?
,
message
:
String
?
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
Int
?
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String
?