Package com.oracle.bmc.aivision.model
Class Word.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.Word.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Word.BuilderboundingPolygon(BoundingPolygon boundingPolygon)Wordbuild()Word.Builderconfidence(Float confidence)the confidence score between 0 and 1.Word.Buildercopy(Word model)Word.Buildertext(String text)The string of text characters in the word.
 
- 
- 
- 
Method Detail- 
textpublic Word.Builder text(String text) The string of text characters in the word.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
confidencepublic Word.Builder confidence(Float confidence) the confidence score between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic Word.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
buildpublic Word build() 
 - 
copypublic Word.Builder copy(Word model) 
 
- 
 
-