Package com.oracle.bmc.aispeech.model
Class Entity.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.Entity.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Entitybuild()Entity.Buildercopy(Entity model)Entity.BuilderentityValue(String entityValue)Entity valueEntity.Builderpronunciations(List<Pronunciation> pronunciations)List of pronunciations (minimum 1, maximum 255)Entity.Builderweight(Float weight)Entity weight
 
- 
- 
- 
Method Detail- 
entityValuepublic Entity.Builder entityValue(String entityValue) Entity value- Parameters:
- entityValue- the value to set
- Returns:
- this builder
 
 - 
pronunciationspublic Entity.Builder pronunciations(List<Pronunciation> pronunciations) List of pronunciations (minimum 1, maximum 255)- Parameters:
- pronunciations- the value to set
- Returns:
- this builder
 
 - 
weightpublic Entity.Builder weight(Float weight) Entity weight- Parameters:
- weight- the value to set
- Returns:
- this builder
 
 - 
buildpublic Entity build() 
 - 
copypublic Entity.Builder copy(Entity model) 
 
- 
 
-