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