Package com.oracle.bmc.aivision.model
Class Word.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.Word.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Word.Builder
boundingPolygon(BoundingPolygon boundingPolygon)
Word
build()
Word.Builder
confidence(Float confidence)
the confidence score between 0 and 1.Word.Builder
copy(Word model)
Word.Builder
text(String text)
The string of text characters in the word.
-
-
-
Method Detail
-
text
public Word.Builder text(String text)
The string of text characters in the word.- Parameters:
text
- the value to set- Returns:
- this builder
-
confidence
public Word.Builder confidence(Float confidence)
the confidence score between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
boundingPolygon
public Word.Builder boundingPolygon(BoundingPolygon boundingPolygon)
-
build
public Word build()
-
copy
public Word.Builder copy(Word model)
-
-