TranscriptFormat#
- class langchain_community.document_loaders.youtube.TranscriptFormat(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Output formats of transcripts from YoutubeLoader.
- TEXT = 'text'#
- LINES = 'lines'#
- CHUNKS = 'chunks'#
Examples using TranscriptFormat