Uses of Class
com.oracle.bmc.aispeech.model.LocationDetails
-
Packages that use LocationDetails Package Description com.oracle.bmc.aispeech.model -
-
Uses of LocationDetails in com.oracle.bmc.aispeech.model
Subclasses of LocationDetails in com.oracle.bmc.aispeech.model Modifier and Type Class Description class
ObjectListDataset
Data source details for object storage
Note: Objects should always be created or deserialized using theObjectListDataset.Builder
.Methods in com.oracle.bmc.aispeech.model that return LocationDetails Modifier and Type Method Description LocationDetails
Pronunciation. getAudio()
LocationDetails
ObjectStorageDataset. getLocationDetails()
Methods in com.oracle.bmc.aispeech.model with parameters of type LocationDetails Modifier and Type Method Description Pronunciation.Builder
Pronunciation.Builder. audio(LocationDetails audio)
ObjectStorageDataset.Builder
ObjectStorageDataset.Builder. locationDetails(LocationDetails locationDetails)
Constructors in com.oracle.bmc.aispeech.model with parameters of type LocationDetails Constructor Description ObjectStorageDataset(String entityType, LocationDetails locationDetails)
Deprecated.Pronunciation(String soundsLike, LocationDetails audio)
Deprecated.
-