Uses of Class
com.merative.acd.v1.model.Annotator
-
Packages that use Annotator Package Description com.merative.acd.v1.model -
-
Uses of Annotator in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return Annotator Modifier and Type Method Description Annotator
Annotator. annotator()
Gets the annotator.Annotator
FlowEntry. annotator()
Gets the annotator.Annotator
Annotator.Builder. build()
Builds a Annotator.Methods in com.merative.acd.v1.model that return types with arguments of type Annotator Modifier and Type Method Description java.util.List<Annotator>
AcdProfile. annotators()
Gets the annotators.java.util.List<Annotator>
CreateProfileOptions. annotators()
Gets the annotators.java.util.List<Annotator>
UpdateProfileOptions. newAnnotators()
Gets the newAnnotators.Methods in com.merative.acd.v1.model with parameters of type Annotator Modifier and Type Method Description AcdProfile.Builder
AcdProfile.Builder. addAnnotators(Annotator annotators)
Adds an annotators to annotators.CreateProfileOptions.Builder
CreateProfileOptions.Builder. addAnnotators(Annotator annotators)
Adds an annotators to annotators.UpdateProfileOptions.Builder
UpdateProfileOptions.Builder. addNewAnnotators(Annotator newAnnotators)
Adds an newAnnotators to newAnnotators.Annotator.Builder
Annotator.Builder. annotator(Annotator annotator)
Set the annotator.FlowEntry.Builder
FlowEntry.Builder. annotator(Annotator annotator)
Set the annotator.Method parameters in com.merative.acd.v1.model with type arguments of type Annotator Modifier and Type Method Description AcdProfile.Builder
AcdProfile.Builder. annotators(java.util.List<Annotator> annotators)
Set the annotators.CreateProfileOptions.Builder
CreateProfileOptions.Builder. annotators(java.util.List<Annotator> annotators)
Set the annotators.UpdateProfileOptions.Builder
UpdateProfileOptions.Builder. newAnnotators(java.util.List<Annotator> newAnnotators)
Set the newAnnotators.
-