| IVideoCatalogServiceSearchSubtitlesFromString Method |
Search subtitle for the search string
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax long[] SearchSubtitlesFromString(
string search_string,
long video_id
)
Parameters
- search_string String
- Text to search for in transcripts
- video_id Int64
- limit result to a specific vidoe, -1 to search all videos
Return Value
Int64array of subtitle ids or null
See Also