Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiTranscript
-
Packages that use RevAiTranscript Package Description ai.rev.speechtotext -
-
Uses of RevAiTranscript in ai.rev.speechtotext
Methods in ai.rev.speechtotext that return RevAiTranscript Modifier and Type Method Description RevAiTranscriptApiClient. getTranscriptObject(String id)The method sends a GET request to the /jobs/{id}/transcript endpoint and returns aRevAiTranscriptobject.Methods in ai.rev.speechtotext that return types with arguments of type RevAiTranscript Modifier and Type Method Description retrofit2.Call<RevAiTranscript>ApiInterface. getTranscriptObject(String jobID)
-