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