Uses of Class
com.oracle.bmc.aispeech.model.ObjectLocation
-
Packages that use ObjectLocation Package Description com.oracle.bmc.aispeech.model -
-
Uses of ObjectLocation in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return ObjectLocation Modifier and Type Method Description ObjectLocation
ObjectLocation.Builder. build()
ObjectLocation
TranscriptionTask. getInputLocation()
ObjectLocation
ObjectListFileInputLocation. getObjectLocation()
ObjectLocation
TranscriptionTask. getOutputLocation()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type ObjectLocation Modifier and Type Method Description List<ObjectLocation>
ObjectListInlineInputLocation. getObjectLocations()
A list of ObjectLocations.Methods in com.oracle.bmc.aispeech.model with parameters of type ObjectLocation Modifier and Type Method 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)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type ObjectLocation Modifier and Type Method Description ObjectListInlineInputLocation.Builder
ObjectListInlineInputLocation.Builder. objectLocations(List<ObjectLocation> objectLocations)
A list of ObjectLocations.Constructors in com.oracle.bmc.aispeech.model with parameters of type ObjectLocation Constructor 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 parameters in com.oracle.bmc.aispeech.model with type arguments of type ObjectLocation Constructor Description ObjectListInlineInputLocation(List<ObjectLocation> objectLocations)
Deprecated.
-