SearchOccurrence
A search query match in the recording
phrasestringrequired
Original text
Example:
transcription textoccurrencestringrequired
Match text with highlighting
Example:
==transcription== textfromStartstring
Offset from the start of the recording in ISO 8601 Duration format
Example:
PT1M30SmembershipIdstring
MembershipId of the speaker
Example:
AIQffAsGi8guestIdstring
Conference guest ID
Example:
AIQffAsGi8typeOccurrenceType (string)required
Type of content in which the match was found
Possible values: [TRANSCRIPTION, SUMMARY, TITLE]
Example:
TRANSCRIPTIONSearchOccurrence
{
"phrase": "transcription text",
"occurrence": "==transcription== text",
"fromStart": "PT1M30S",
"membershipId": "AIQffAsGi8",
"guestId": "AIQffAsGi8",
"type": "TRANSCRIPTION"
}