Package | Description |
---|---|
com.oracle.bmc.aispeech | |
com.oracle.bmc.aispeech.model | |
com.oracle.bmc.aispeech.requests |
Modifier and Type | Method and Description |
---|---|
static TranscriptionJob.LifecycleState |
TranscriptionJob.LifecycleState.create(String key) |
TranscriptionJob.LifecycleState |
TranscriptionJobSummary.getLifecycleState()
The current state of the Speech Job.
|
TranscriptionJob.LifecycleState |
TranscriptionJob.getLifecycleState()
The current state of the 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.
|
Modifier and Type | Method and Description |
---|---|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
The current state of the Speech Job.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
The current state of the Job.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
TranscriptionJob.LifecycleState |
ListTranscriptionJobsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListTranscriptionJobsRequest.Builder |
ListTranscriptionJobsRequest.Builder.lifecycleState(TranscriptionJob.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.