Uses of Class
video.api.client.api.models.CaptionsUpdatePayload
-
Packages that use CaptionsUpdatePayload Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of CaptionsUpdatePayload in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type CaptionsUpdatePayload Modifier and Type Method Description CaptionCaptionsApi. update(String videoId, String language, CaptionsUpdatePayload captionsUpdatePayload)Update a caption To have the captions on automatically, use this method to set default: true.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.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. -
Uses of CaptionsUpdatePayload in video.api.client.api.models
Methods in video.api.client.api.models that return CaptionsUpdatePayload Modifier and Type Method Description CaptionsUpdatePayloadCaptionsUpdatePayload. _default(Boolean _default)
-