Uses of Class
ai.rev.speechtotext.models.asynchronous.SpeakerName
-
Packages that use SpeakerName Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of SpeakerName in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type SpeakerName Modifier and Type Method Description List<SpeakerName>RevAiJobOptions. getSpeakerNames()Returns the list of speaker namesMethod parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type SpeakerName Modifier and Type Method Description voidRevAiJobOptions. setSpeakerNames(List<SpeakerName> speakerNames)Specifies the list of speaker names in an audio file This property is optional but can only be used with "human" transcriber.
-