Transcripts Object ​
id
string
The unique identifier for transcript
meeting
object
The transcript's meeting
id
string
The unique identifier for a meeting
entries
object[]
List of sentences in the transcript of the meeting
id
string
The unique identifier for an entry
speaker_id
string
The unique identifier for a speaker
speaker_type
string
The type of the speaker. Can be either user
or guest
.
speaker_name
string
The speaker of the sentence
text
string
The text of the sentence
raw_text
string
The raw text of the sentence
start_time
number
The start of the sentence in the number of seconds from the start of the meeting
end_time
number
The end of the sentence in the number of seconds from the start of the meeting
start_time
number
The start time of the transcript
end_time
number
The end time of the transcript
remote_data
object
Raw data returned from the remote API call.