Package com.oracle.bmc.aidocument.model
Class ValueDate.Builder
- java.lang.Object
- 
- com.oracle.bmc.aidocument.model.ValueDate.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueDate.BuilderboundingPolygon(BoundingPolygon boundingPolygon)ValueDatebuild()ValueDate.Builderconfidence(Float confidence)ValueDate.Buildercopy(ValueDate model)ValueDate.BuildernormalizedConfidence(Float normalizedConfidence)ValueDate.BuildernormalizedValue(String normalizedValue)ValueDate.Buildertext(String text)ValueDate.Buildervalue(Date value)The date field value as yyyy-mm-dd.ValueDate.BuilderwordIndexes(List<Integer> wordIndexes)
 
- 
- 
- 
Method Detail- 
textpublic ValueDate.Builder text(String text) 
 - 
confidencepublic ValueDate.Builder confidence(Float confidence) 
 - 
boundingPolygonpublic ValueDate.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
wordIndexespublic ValueDate.Builder wordIndexes(List<Integer> wordIndexes) 
 - 
normalizedValuepublic ValueDate.Builder normalizedValue(String normalizedValue) 
 - 
normalizedConfidencepublic ValueDate.Builder normalizedConfidence(Float normalizedConfidence) 
 - 
valuepublic ValueDate.Builder value(Date value) The date field value as yyyy-mm-dd.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic ValueDate build() 
 - 
copypublic ValueDate.Builder copy(ValueDate model) 
 
- 
 
-