Uses of Class
com.oracle.bmc.aispeech.model.Entity
-
Packages that use Entity Package Description com.oracle.bmc.aispeech.model -
-
Uses of Entity in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return Entity Modifier and Type Method Description Entity
Entity.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityList. getEntities()
List of entities such as names, words or phrases matching the given entityType to add recognition support forMethods in com.oracle.bmc.aispeech.model with parameters of type Entity Modifier and Type Method Description Entity.Builder
Entity.Builder. copy(Entity model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type Entity Modifier and Type Method Description EntityList.Builder
EntityList.Builder. entities(List<Entity> entities)
List of entities such as names, words or phrases matching the given entityType to add recognition support forConstructor parameters in com.oracle.bmc.aispeech.model with type arguments of type Entity Constructor Description EntityList(String alias, String id, String entityType, List<Entity> entities)
Deprecated.
-