Conversation option
When making a search request, use the conversation_option
parameter to specify the type of search the API service should perform. This parameter can take the following values:
semantic
: When using this value, the API service determines the meaning of a search query, rather than just matching the keywords you've specified to the content of your videos. Use this value when understanding the meaning of language and the relationships between different concepts and entities is required.transcription
: When using this value, the API service identifies the moments in your videos when the keywords or phrases you've specified are present. Use this value when the API service should return only the exact matches.
Updated 27 days ago