Uses of Class
ai.rev.speechtotext.models.asynchronous.SegmentToTranscribe
-
Packages that use SegmentToTranscribe Package Description ai.rev.speechtotext.models.asynchronous -
-
Uses of SegmentToTranscribe in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type SegmentToTranscribe Modifier and Type Method Description List<SegmentToTranscribe>RevAiJob. getSegmentsToTranscribe()Returns segments to transcribe for job transcribed by humanList<SegmentToTranscribe>RevAiJobOptions. getSegmentsToTranscribe()Returns the segments in media to transcribeMethod parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type SegmentToTranscribe Modifier and Type Method Description voidRevAiJob. setSegmentsToTranscribe(List<SegmentToTranscribe> segmentsToTranscribe)Sets segments to be transcribed for job transcribed by humanvoidRevAiJobOptions. setSegmentsToTranscribe(List<SegmentToTranscribe> segmentsToTranscribe)Specifies specific segments of the media to transcribe.
-