Uses of Class
com.oracle.bmc.aispeech.model.TranscriptionJob.LifecycleState
-
Packages that use TranscriptionJob.LifecycleState Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.requests -
-
Uses of TranscriptionJob.LifecycleState in com.oracle.bmc.aispeech
-
Uses of TranscriptionJob.LifecycleState in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return TranscriptionJob.LifecycleState Modifier and Type Method Description static TranscriptionJob.LifecycleState
TranscriptionJob.LifecycleState. create(String key)
TranscriptionJob.LifecycleState
TranscriptionJob. getLifecycleState()
The current state of the Job.TranscriptionJob.LifecycleState
TranscriptionJobSummary. getLifecycleState()
The current state of the Speech Job.static TranscriptionJob.LifecycleState
TranscriptionJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranscriptionJob.LifecycleState[]
TranscriptionJob.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 TranscriptionJob.LifecycleState Modifier and Type Method Description TranscriptionJob.Builder
TranscriptionJob.Builder. lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
The current state of the Job.TranscriptionJobSummary.Builder
TranscriptionJobSummary.Builder. lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
The current state of the Speech Job.Constructors in com.oracle.bmc.aispeech.model with parameters of type TranscriptionJob.LifecycleState Constructor Description TranscriptionJob(String id, String displayName, String compartmentId, String description, TranscriptionModelDetails modelDetails, TranscriptionNormalization normalization, Date timeAccepted, Date timeStarted, Date timeFinished, Integer totalTasks, Integer outstandingTasks, Integer successfulTasks, Integer ttlInDays, Integer percentComplete, InputLocation inputLocation, OutputLocation outputLocation, String createdBy, List<TranscriptionJob.AdditionalTranscriptionFormats> additionalTranscriptionFormats, TranscriptionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TranscriptionJobSummary(String id, String displayName, String compartmentId, String createdBy, Integer percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Integer totalTasks, Integer outstandingTasks, Integer successfulTasks, TranscriptionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of TranscriptionJob.LifecycleState in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return TranscriptionJob.LifecycleState Modifier and Type Method Description TranscriptionJob.LifecycleState
ListTranscriptionJobsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.aispeech.requests with parameters of type TranscriptionJob.LifecycleState Modifier and Type Method Description ListTranscriptionJobsRequest.Builder
ListTranscriptionJobsRequest.Builder. lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-