Class TextSpan.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.TextSpan.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TextSpanbuild()TextSpan.Buildercopy(TextSpan model)TextSpan.Builderlength(BigDecimal length)The length of the selected text.TextSpan.Builderoffset(BigDecimal offset)The offset of the selected text within the entire text.
 
- 
- 
- 
Method Detail- 
offsetpublic TextSpan.Builder offset(BigDecimal offset) The offset of the selected text within the entire text.- Parameters:
- offset- the value to set
- Returns:
- this builder
 
 - 
lengthpublic TextSpan.Builder length(BigDecimal length) The length of the selected text.- Parameters:
- length- the value to set
- Returns:
- this builder
 
 - 
buildpublic TextSpan build() 
 - 
copypublic TextSpan.Builder copy(TextSpan model) 
 
- 
 
-