Uses of Class
com.oracle.bmc.aispeech.model.TranscriptionTask.LifecycleState
-
Packages that use TranscriptionTask.LifecycleState Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.requests -
-
Uses of TranscriptionTask.LifecycleState in com.oracle.bmc.aispeech
-
Uses of TranscriptionTask.LifecycleState in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TranscriptionTask.LifecycleState Modifier and Type Method Description static TranscriptionTask.LifecycleState
TranscriptionTask.LifecycleState. create(String key)
TranscriptionTask.LifecycleState
TranscriptionTask. getLifecycleState()
The current state of the Task.TranscriptionTask.LifecycleState
TranscriptionTaskSummary. getLifecycleState()
The current state of the Speech Job.static TranscriptionTask.LifecycleState
TranscriptionTask.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranscriptionTask.LifecycleState[]
TranscriptionTask.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type TranscriptionTask.LifecycleState Modifier and Type Method Description TranscriptionTask.Builder
TranscriptionTask.Builder. lifecycleState(TranscriptionTask.LifecycleState lifecycleState)
The current state of the Task.TranscriptionTaskSummary.Builder
TranscriptionTaskSummary.Builder. lifecycleState(TranscriptionTask.LifecycleState lifecycleState)
The current state of the Speech Job.Constructors in com.oracle.bmc.aispeech.model with parameters of type TranscriptionTask.LifecycleState Constructor Description TranscriptionTask(String id, String displayName, Date timeStarted, Date timeFinished, Integer percentComplete, Integer ttlInDays, TranscriptionModelDetails modelDetails, AudioFormatDetails audioFormatDetails, Integer fileSizeInBytes, Integer fileDurationInSeconds, Integer processingDurationInSeconds, ObjectLocation inputLocation, ObjectLocation outputLocation, TranscriptionTask.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.TranscriptionTaskSummary(String id, String displayName, Integer percentComplete, Integer fileSizeInBytes, Integer fileDurationInSeconds, Integer processingDurationInSeconds, Date timeStarted, Date timeFinished, TranscriptionTask.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated. -
Uses of TranscriptionTask.LifecycleState in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return TranscriptionTask.LifecycleState Modifier and Type Method Description TranscriptionTask.LifecycleState
ListTranscriptionTasksRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.aispeech.requests with parameters of type TranscriptionTask.LifecycleState Modifier and Type Method Description ListTranscriptionTasksRequest.Builder
ListTranscriptionTasksRequest.Builder. lifecycleState(TranscriptionTask.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-