Uses of Class
com.oracle.bmc.aispeech.model.InputLocation
-
Packages that use InputLocation Package Description com.oracle.bmc.aispeech.model -
-
Uses of InputLocation in com.oracle.bmc.aispeech.model
Subclasses of InputLocation in com.oracle.bmc.aispeech.model Modifier and Type Class Description class
ObjectListFileInputLocation
Use this locationType when passing the location of the object storage in the request (where the WAV file is stored).class
ObjectListInlineInputLocation
Use this locationType when passing the WAV file name in the request.Methods in com.oracle.bmc.aispeech.model that return InputLocation Modifier and Type Method Description InputLocation
CreateTranscriptionJobDetails. getInputLocation()
InputLocation
TranscriptionJob. getInputLocation()
Methods in com.oracle.bmc.aispeech.model with parameters of type InputLocation Modifier and Type Method Description CreateTranscriptionJobDetails.Builder
CreateTranscriptionJobDetails.Builder. inputLocation(InputLocation inputLocation)
TranscriptionJob.Builder
TranscriptionJob.Builder. inputLocation(InputLocation inputLocation)
Constructors in com.oracle.bmc.aispeech.model with parameters of type InputLocation Constructor Description CreateTranscriptionJobDetails(String displayName, String compartmentId, String description, List<CreateTranscriptionJobDetails.AdditionalTranscriptionFormats> additionalTranscriptionFormats, TranscriptionModelDetails modelDetails, TranscriptionNormalization normalization, InputLocation inputLocation, OutputLocation outputLocation, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.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.
-