Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.TextSpan
-
Packages that use TextSpan Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of TextSpan in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return TextSpan Modifier and Type Method Description TextSpan
TextSpan.Builder. build()
TextSpan
TextSelectionEntity. getTextSpan()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type TextSpan Modifier and Type Method Description TextSpan.Builder
TextSpan.Builder. copy(TextSpan model)
TextSelectionEntity.Builder
TextSelectionEntity.Builder. textSpan(TextSpan textSpan)
Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type TextSpan Constructor Description TextSelectionEntity(List<Label> labels, TextSpan textSpan, Map<String,String> extendedMetadata)
Deprecated.
-