Click or drag to resize

IVideoCatalogServiceSearchSubtitlesFromString Method

Search subtitle for the search string

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
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

Int64
array of subtitle ids or null
See Also