Uses of Class
video.api.client.api.models.Subtitle
| Package | Description |
|---|---|
| video.api.client.api.clients | |
| video.api.client.api.models |
-
Uses of Subtitle in video.api.client.api.clients
Methods in video.api.client.api.clients that return Subtitle Modifier and Type Method Description SubtitleCaptionsApi. get(java.lang.String videoId, java.lang.String language)Show a caption Display a caption for a video in a specific language.SubtitleCaptionsApi. update(java.lang.String videoId, java.lang.String language, CaptionsUpdatePayload captionsUpdatePayload)Update caption To have the captions on automatically, use this PATCH to set default: true.SubtitleCaptionsApi. upload(java.lang.String videoId, java.lang.String language, java.io.File file)Upload a caption Upload a VTT file to add captions to your video.Methods in video.api.client.api.clients that return types with arguments of type Subtitle Modifier and Type Method Description Page<Subtitle>CaptionsApi.APIlistRequest. execute()Execute list requestApiResponse<Subtitle>CaptionsApi. getWithHttpInfo(java.lang.String videoId, java.lang.String language)Show a caption Display a caption for a video in a specific language.ApiResponse<Subtitle>CaptionsApi. updateWithHttpInfo(java.lang.String videoId, java.lang.String language, CaptionsUpdatePayload captionsUpdatePayload)Update caption To have the captions on automatically, use this PATCH to set default: true.ApiResponse<Subtitle>CaptionsApi. uploadWithHttpInfo(java.lang.String videoId, java.lang.String language, java.io.File file)Upload a caption Upload a VTT file to add captions to your video. -
Uses of Subtitle in video.api.client.api.models
Methods in video.api.client.api.models that return Subtitle Modifier and Type Method Description SubtitleSubtitle. _default(java.lang.Boolean _default)SubtitleSubtitle. src(java.lang.String src)SubtitleSubtitle. srclang(java.lang.String srclang)SubtitleSubtitle. uri(java.lang.String uri)Methods in video.api.client.api.models that return types with arguments of type Subtitle Modifier and Type Method Description java.util.List<Subtitle>CaptionsListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type Subtitle Modifier and Type Method Description CaptionsListResponseCaptionsListResponse. addDataItem(Subtitle dataItem)Method parameters in video.api.client.api.models with type arguments of type Subtitle Modifier and Type Method Description CaptionsListResponseCaptionsListResponse. data(java.util.List<Subtitle> data)voidCaptionsListResponse. setData(java.util.List<Subtitle> data)