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 caption To have the captions on automatically, use this PATCH to set default: true.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. -
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)
-