Click or drag to resize

IVideoIndexerSetTranscription Method

Set transcription from an srt file. If there already is a transcription for the video it will be replaced.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void SetTranscription(
	long video_id,
	string path
)

Parameters

video_id  Int64
Id of video that will get the loaded transcript.
path  String
Path to the srt file to be used for transcription. Please use windows paths and remember you need to use // to get a / in a C# string.
See Also