Uses of Class
ai.rev.speechtotext.models.asynchronous.Element
-
Packages that use Element Package Description ai.rev.speechtotext.models.asynchronous ai.rev.speechtotext.models.streaming -
-
Uses of Element in ai.rev.speechtotext.models.asynchronous
Methods in ai.rev.speechtotext.models.asynchronous that return types with arguments of type Element Modifier and Type Method Description List<Element>Monologue. getElements()Returns a list ofElementobjects.Method parameters in ai.rev.speechtotext.models.asynchronous with type arguments of type Element Modifier and Type Method Description voidMonologue. setElements(List<Element> elements)Sets elements to the list ofElementobjects provided. -
Uses of Element in ai.rev.speechtotext.models.streaming
Methods in ai.rev.speechtotext.models.streaming that return Element Modifier and Type Method Description Element[]Hypothesis. getElements()Returns a list ofElementobjects.Methods in ai.rev.speechtotext.models.streaming with parameters of type Element Modifier and Type Method Description voidHypothesis. setElements(Element[] elements)Sets elements to the list ofElementobjects provided.
-