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