Uses of Class
ai.rev.speechtotext.models.asynchronous.Monologue
-
Packages that use Monologue Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of Monologue in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type Monologue Modifier and Type Method Description List<Monologue>RevAiTranscript. getMonologues()Returns a list onMonologueobjects.Method parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type Monologue Modifier and Type Method Description voidRevAiTranscript. setMonologues(List<Monologue> monologues)Sets the monologues to the list of monologues provided.
-