This is a legacy site. Please use the latest v0.2 and v0.3 API references instead.
langchain_experimental.video_captioning.models
VideoModel
VideoModel.__init__()
VideoModel.from_srt()
VideoModel.similarity_score()
Attributes
end_time
image_description
start_time
Methods
__init__(start_time, end_time, image_description)
__init__
from_srt(start_time, end_time, *args)
from_srt
similarity_score(other)
similarity_score
start_time (int) –
end_time (int) –
image_description (str) –
None
start_time (str) –
end_time (str) –
args (Any) –
BaseModel
other (VideoModel) –
float