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