ConferenceTranscriptionSegment
Call transcription segment
memberIdstring
Member (membership) ID, if known
Example:
ADK5NyCqIKparticipantNamestring
Participant name
Example:
John Smithtextstringrequired
Text spoken by the participant
Example:
Let's start by discussing the planstartTimeMsinteger<int64>required
Segment start time from the beginning of the recording (milliseconds)
Example:
5000endTimeMsinteger<int64>required
Segment end time from the beginning of the recording (milliseconds)
Example:
8500ConferenceTranscriptionSegment
{
"memberId": "ADK5NyCqIK",
"participantName": "John Smith",
"text": "Let's start by discussing the plan",
"startTimeMs": 5000,
"endTimeMs": 8500
}