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)Retrieve a caption Retrieve a caption for a video in a specific language.CaptionCaptionsApi. update(String videoId, String language, CaptionsUpdatePayload captionsUpdatePayload)Update a caption To have the captions on automatically, use this method 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)Retrieve a caption Retrieve a caption for a video in a specific language.ApiResponse<Caption>CaptionsApi. updateWithHttpInfo(String videoId, String language, CaptionsUpdatePayload captionsUpdatePayload)Update a caption To have the captions on automatically, use this method 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.Method parameters in video.api.client.api.clients with type arguments of type Caption Modifier and Type Method Description okhttp3.CallCaptionsApi.APIlistRequest. executeAsync(ApiCallback<Page<Caption>> _callback)Execute list request (asynchronously)okhttp3.CallCaptionsApi. getAsync(String videoId, String language, ApiCallback<Caption> _callback)Retrieve a caption (asynchronously) Retrieve a caption for a video in a specific language.okhttp3.CallCaptionsApi. updateAsync(String videoId, String language, CaptionsUpdatePayload captionsUpdatePayload, ApiCallback<Caption> _callback)Update a caption (asynchronously) To have the captions on automatically, use this method to set default: true.okhttp3.CallCaptionsApi. uploadAsync(String videoId, String language, File file, ApiCallback<Caption> _callback)Upload a caption (asynchronously) 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. languageName(String languageName)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)
-