Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
ObjectLocation |
ObjectLocation.Builder.build() |
ObjectLocation |
TranscriptionTask.getInputLocation() |
ObjectLocation |
ObjectListFileInputLocation.getObjectLocation() |
ObjectLocation |
TranscriptionTask.getOutputLocation() |
Modifier and Type | Method and Description |
---|---|
List<ObjectLocation> |
ObjectListInlineInputLocation.getObjectLocations()
A list of ObjectLocations.
|
Modifier and Type | Method and Description |
---|---|
ObjectLocation.Builder |
ObjectLocation.Builder.copy(ObjectLocation model) |
TranscriptionTask.Builder |
TranscriptionTask.Builder.inputLocation(ObjectLocation inputLocation) |
ObjectListFileInputLocation.Builder |
ObjectListFileInputLocation.Builder.objectLocation(ObjectLocation objectLocation) |
TranscriptionTask.Builder |
TranscriptionTask.Builder.outputLocation(ObjectLocation outputLocation) |
Modifier and Type | Method and Description |
---|---|
ObjectListInlineInputLocation.Builder |
ObjectListInlineInputLocation.Builder.objectLocations(List<ObjectLocation> objectLocations)
A list of ObjectLocations.
|
Constructor and Description |
---|
ObjectListFileInputLocation(ObjectLocation objectLocation)
Deprecated.
|
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.
|
Constructor and Description |
---|
ObjectListInlineInputLocation(List<ObjectLocation> objectLocations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.