Package com.oracle.bmc.aispeech.model
Class Entity.Builder
- java.lang.Object
-
- com.oracle.bmc.aispeech.model.Entity.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entity
build()
Entity.Builder
copy(Entity model)
Entity.Builder
entityValue(String entityValue)
Entity valueEntity.Builder
pronunciations(List<Pronunciation> pronunciations)
List of pronunciations (minimum 1, maximum 255)Entity.Builder
weight(Float weight)
Entity weight
-
-
-
Method Detail
-
entityValue
public Entity.Builder entityValue(String entityValue)
Entity value- Parameters:
entityValue
- the value to set- Returns:
- this builder
-
pronunciations
public Entity.Builder pronunciations(List<Pronunciation> pronunciations)
List of pronunciations (minimum 1, maximum 255)- Parameters:
pronunciations
- the value to set- Returns:
- this builder
-
weight
public Entity.Builder weight(Float weight)
Entity weight- Parameters:
weight
- the value to set- Returns:
- this builder
-
build
public Entity build()
-
copy
public Entity.Builder copy(Entity model)
-
-