Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiCaptionType
-
Packages that use RevAiCaptionType Package Description ai.rev.speechtotext ai.rev.speechtotext.models.asynchronous -
-
Uses of RevAiCaptionType in ai.rev.speechtotext
Methods in ai.rev.speechtotext with parameters of type RevAiCaptionType Modifier and Type Method Description InputStreamApiClient. getCaptions(String id, RevAiCaptionType captionType)An overload ofApiClient.getCaptions(String, RevAiCaptionType, Integer)without the optional channel ID.InputStreamApiClient. getCaptions(String id, RevAiCaptionType captionType, Integer channelId)The method sends a GET request to the /jobs/{id}/captions endpoint and returns captions for the provided job ID in the form of anInputStream.InputStreamApiClient. getTranslatedCaptions(String id, String language, RevAiCaptionType captionType)The method sends a GET request to the /jobs/{id}/captions/translation/{language} endpoint and returns translated captions for the provided job ID in the form of anInputStream. -
Uses of RevAiCaptionType in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return RevAiCaptionType Modifier and Type Method Description static RevAiCaptionTypeRevAiCaptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RevAiCaptionType[]RevAiCaptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-