Package | Description |
---|---|
com.oracle.bmc.aispeech | |
com.oracle.bmc.aispeech.model | |
com.oracle.bmc.aispeech.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
TranscriptionTask.LifecycleState |
ListTranscriptionTasksRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListTranscriptionTasksRequest.Builder |
ListTranscriptionTasksRequest.Builder.lifecycleState(TranscriptionTask.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.