Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home 🦜🔗 LangChain  documentation - Home
  • Reference
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
Docs
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental
    • agents
    • autonomous_agents
    • chat_models
    • comprehend_moderation
    • cpal
    • data_anonymizer
    • fallacy_removal
    • generative_agents
    • graph_transformers
    • llm_bash
    • llm_symbolic_math
    • llms
    • open_clip
    • pal_chain
    • plan_and_execute
    • prompt_injection_identifier
    • recommenders
    • retrievers
    • rl_chain
    • smart_llm
    • sql
    • tabular_synthetic_data
    • text_splitter
    • tools
    • tot
    • utilities
    • video_captioning
      • VideoCaptioningChain
      • AudioModel
      • BaseModel
      • CaptionModel
      • VideoModel
      • AudioProcessor
      • CaptionProcessor
      • CombineProcessor
      • ImageProcessor
      • SRTProcessor

Integrations

  • AI21
  • Anthropic
  • AstraDB
  • AWS
  • Azure Ai
  • Azure Dynamic Sessions
  • Cerebras
  • Chroma
  • Cohere
  • Deepseek
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • IBM
  • Milvus
  • MistralAI
  • MongoDB
  • Neo4J
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Perplexity
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
  • Redis
  • Sema4
  • Snowflake
  • Sqlserver
  • Standard Tests
  • Tavily
  • Together
  • Unstructured
  • Upstage
  • Weaviate
  • XAI
  • LangChain Python API Reference
  • langchain-experimental: 0.3.5rc1
  • video_captioning

video_captioning#

Classes

video_captioning.base.VideoCaptioningChain

Video Captioning Chain.

video_captioning.models.AudioModel(...)

video_captioning.models.BaseModel(...)

video_captioning.models.CaptionModel(...)

video_captioning.models.VideoModel(...)

video_captioning.services.audio_service.AudioProcessor(api_key)

video_captioning.services.caption_service.CaptionProcessor(llm)

video_captioning.services.combine_service.CombineProcessor(llm)

video_captioning.services.image_service.ImageProcessor([...])

video_captioning.services.srt_service.SRTProcessor()

© Copyright 2025, LangChain Inc.