toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.types
/
Transcript
Transcript
@
Serializable
data
class
Transcript
(
val
text
:
String
,
val
final
:
Boolean
,
val
timestamp
:
String
,
val
userId
:
String
)
A written transcript of some spoken words.
Members
Constructors
Transcript
Link copied to clipboard
constructor
(
text
:
String
,
final
:
Boolean
,
timestamp
:
String
,
userId
:
String
)
Properties
final
Link copied to clipboard
val
final
:
Boolean
text
Link copied to clipboard
val
text
:
String
timestamp
Link copied to clipboard
val
timestamp
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String