Android SDK 100ms
lib
/
live.hms.video.sdk.transcripts
/
HmsTranscript
Hms
Transcript
data
class
HmsTranscript
(
val
start
:
Int
,
val
end
:
Int
,
val
transcript
:
String
,
val
peerId
:
String
,
val
isFinal
:
Boolean
)
Constructors
Properties
Constructors
Hms
Transcript
Link copied to clipboard
fun
HmsTranscript
(
start
:
Int
,
end
:
Int
,
transcript
:
String
,
peerId
:
String
,
isFinal
:
Boolean
)
Properties
end
Link copied to clipboard
@
SerializedName
(
value
=
"end"
)
val
end
:
Int
is
Final
Link copied to clipboard
@
SerializedName
(
value
=
"final"
)
val
isFinal
:
Boolean
peer
Link copied to clipboard
val
peer
:
HMSPeer
?
peer
Id
Link copied to clipboard
@
SerializedName
(
value
=
"peer_id"
)
val
peerId
:
String
start
Link copied to clipboard
@
SerializedName
(
value
=
"start"
)
val
start
:
Int
transcript
Link copied to clipboard
@
SerializedName
(
value
=
"transcript"
)
val
transcript
:
String