Uses of Class
com.oracle.bmc.aispeech.model.TranscriptionJobCollection
-
Packages that use TranscriptionJobCollection Package Description com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.responses -
-
Uses of TranscriptionJobCollection in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TranscriptionJobCollection Modifier and Type Method Description TranscriptionJobCollection
TranscriptionJobCollection.Builder. build()
Methods in com.oracle.bmc.aispeech.model with parameters of type TranscriptionJobCollection Modifier and Type Method Description TranscriptionJobCollection.Builder
TranscriptionJobCollection.Builder. copy(TranscriptionJobCollection model)
-
Uses of TranscriptionJobCollection in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return TranscriptionJobCollection Modifier and Type Method Description TranscriptionJobCollection
ListTranscriptionJobsResponse. getTranscriptionJobCollection()
The returned TranscriptionJobCollection instance.Methods in com.oracle.bmc.aispeech.responses with parameters of type TranscriptionJobCollection Modifier and Type Method Description ListTranscriptionJobsResponse.Builder
ListTranscriptionJobsResponse.Builder. transcriptionJobCollection(TranscriptionJobCollection transcriptionJobCollection)
The returned TranscriptionJobCollection instance.
-