Uses of Class
com.vonage.client.video.CaptionsRequest.Builder
Packages that use CaptionsRequest.Builder
-
Uses of CaptionsRequest.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return CaptionsRequest.BuilderModifier and TypeMethodDescriptionstatic CaptionsRequest.BuilderCaptionsRequest.builder()Entry point for constructing an instance of this class.CaptionsRequest.Builder.languageCode(Language languageCode) BCP-47 code for a spoken language used on this call.CaptionsRequest.Builder.maxDuration(int maxDuration) The maximum duration for the audio captioning, in seconds.CaptionsRequest.Builder.partialCaptions(boolean partialCaptions) Whether to enable this to faster captioning at the cost of some degree of inaccuracies.CaptionsRequest.Builder.statusCallbackUrl(String statusCallbackUrl) A publicly reachable URL controlled by the customer and capable of generating the content to be rendered without user intervention.