Captions
List captions or subtitles
stream.captions.get(stridentifier, CaptionGetParams**kwargs) -> SyncSinglePage[Caption]
GET/accounts/{account_id}/stream/{identifier}/captions
CaptionsLanguage
List captions or subtitles for a provided language
stream.captions.language.get(strlanguage, LanguageGetParams**kwargs) -> Caption
GET/accounts/{account_id}/stream/{identifier}/captions/{language}
Generate captions or subtitles for a provided language via AI
stream.captions.language.create(strlanguage, LanguageCreateParams**kwargs) -> Caption
POST/accounts/{account_id}/stream/{identifier}/captions/{language}/generate
Upload captions or subtitles
stream.captions.language.update(strlanguage, LanguageUpdateParams**kwargs) -> Caption
PUT/accounts/{account_id}/stream/{identifier}/captions/{language}
Delete captions or subtitles
stream.captions.language.delete(strlanguage, LanguageDeleteParams**kwargs) -> LanguageDeleteResponse
DELETE/accounts/{account_id}/stream/{identifier}/captions/{language}
CaptionsLanguageVtt
Return WebVTT captions for a provided language
stream.captions.language.vtt.get(strlanguage, VttGetParams**kwargs) -> VttGetResponse
GET/accounts/{account_id}/stream/{identifier}/captions/{language}/vtt