search Video
Validates and executes request. This method blocks.
fun searchVideo(queryText: String = "", queryMetadata: Map<String, Any?>? = null, imageQuery: String? = null, mode: String = "vid_file", groupName: String = "agroup", streamName: String = "astream", searchSources: List<String> = listOf("ocr", "asr", "image"), searchCombineMode: String = "union", startDate: String? = null, endDate: String? = null, offset: Int = 0, limit: Int = 50, textEmbScoreMin: Double = 0.9, imageEmbScoreMin: Double = 1.5, versionLancedb: Int? = null): SearchResponse
Convenience overload that constructs and validates a SearchRequest.