Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiTranscript
-
Packages that use RevAiTranscript Package Description ai.rev.sentimentanalysis ai.rev.sentimentanalysis.models ai.rev.speechtotext ai.rev.topicextraction ai.rev.topicextraction.models -
-
Uses of RevAiTranscript in ai.rev.sentimentanalysis
Methods in ai.rev.sentimentanalysis with parameters of type RevAiTranscript Modifier and Type Method Description SentimentAnalysisJobSentimentAnalysisClient. submitJobJson(RevAiTranscript json)An overload ofSentimentAnalysisClient.submitJobText(String, SentimentAnalysisJobOptions)without the additional sentiment analysis options.SentimentAnalysisJobSentimentAnalysisClient. submitJobJson(RevAiTranscript json, SentimentAnalysisJobOptions options)The method sends a POST request to the /jobs endpoint, starts a sentiment analysis job for the provided RevAiTranscript and returns aSentimentAnalysisJobobject. -
Uses of RevAiTranscript in ai.rev.sentimentanalysis.models
Methods in ai.rev.sentimentanalysis.models that return RevAiTranscript Modifier and Type Method Description RevAiTranscriptSentimentAnalysisJobOptions. getJson()Returns the json.Methods in ai.rev.sentimentanalysis.models with parameters of type RevAiTranscript Modifier and Type Method Description voidSentimentAnalysisJobOptions. setJson(RevAiTranscript json)Specifies a RevAiTranscript from the async api that will have sentiment analysis run on it -
Uses of RevAiTranscript in ai.rev.speechtotext
Methods in ai.rev.speechtotext that return RevAiTranscript Modifier and Type Method Description RevAiTranscriptApiClient. getTranscriptObject(String id)The method sends a GET request to the /jobs/{id}/transcript endpoint and returns aRevAiTranscriptobject.Methods in ai.rev.speechtotext that return types with arguments of type RevAiTranscript Modifier and Type Method Description retrofit2.Call<RevAiTranscript>ApiInterface. getTranscriptObject(String jobID) -
Uses of RevAiTranscript in ai.rev.topicextraction
Methods in ai.rev.topicextraction with parameters of type RevAiTranscript Modifier and Type Method Description TopicExtractionJobTopicExtractionClient. submitJobJson(RevAiTranscript json)An overload ofTopicExtractionClient.submitJobText(String, TopicExtractionJobOptions)without the additional topic extraction options.TopicExtractionJobTopicExtractionClient. submitJobJson(RevAiTranscript json, TopicExtractionJobOptions options)The method sends a POST request to the /jobs endpoint, starts a topic extraction job for the provided RevAiTranscript and returns aTopicExtractionJobobject. -
Uses of RevAiTranscript in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return RevAiTranscript Modifier and Type Method Description RevAiTranscriptTopicExtractionJobOptions. getJson()Returns the json.Methods in ai.rev.topicextraction.models with parameters of type RevAiTranscript Modifier and Type Method Description voidTopicExtractionJobOptions. setJson(RevAiTranscript json)Specifies a RevAiTranscript from the async api that will have topic extraction run on it
-