Skip to main content
Version: v2

SearchOccurrence

A search query match in the recording

phrasestringrequired

Original text

Example: transcription text
occurrencestringrequired

Match text with highlighting

Example: ==transcription== text
fromStartstring

Offset from the start of the recording in ISO 8601 Duration format

Example: PT1M30S
membershipIdstring

MembershipId of the speaker

Example: AIQffAsGi8
guestIdstring

Conference guest ID

Example: AIQffAsGi8
typeOccurrenceType (string)required

Type of content in which the match was found

Possible values: [TRANSCRIPTION, SUMMARY, TITLE]

Example: TRANSCRIPTION
SearchOccurrence
{
"phrase": "transcription text",
"occurrence": "==transcription== text",
"fromStart": "PT1M30S",
"membershipId": "AIQffAsGi8",
"guestId": "AIQffAsGi8",
"type": "TRANSCRIPTION"
}