Uses of Class
com.oracle.bmc.aispeech.model.TranscriptionJobSummary
-
Packages that use TranscriptionJobSummary Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.model -
-
Uses of TranscriptionJobSummary in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return types with arguments of type TranscriptionJobSummary Modifier and Type Method Description Iterable<TranscriptionJobSummary>
AIServiceSpeechPaginators. listTranscriptionJobsRecordIterator(ListTranscriptionJobsRequest request)
Creates a new iterable which will iterate over theTranscriptionJobSummary
objects contained in responses from the listTranscriptionJobs operation. -
Uses of TranscriptionJobSummary in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TranscriptionJobSummary Modifier and Type Method Description TranscriptionJobSummary
TranscriptionJobSummary.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type TranscriptionJobSummary Modifier and Type Method Description List<TranscriptionJobSummary>
TranscriptionJobCollection. getItems()
List of transcription jobs.Methods in com.oracle.bmc.aispeech.model with parameters of type TranscriptionJobSummary Modifier and Type Method Description TranscriptionJobSummary.Builder
TranscriptionJobSummary.Builder. copy(TranscriptionJobSummary model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type TranscriptionJobSummary Modifier and Type Method Description TranscriptionJobCollection.Builder
TranscriptionJobCollection.Builder. items(List<TranscriptionJobSummary> items)
List of transcription jobs.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type TranscriptionJobSummary Constructor Description TranscriptionJobCollection(List<TranscriptionJobSummary> items)
Deprecated.
-