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.modelMethods in com.merative.acd.v1.model that return Annotator Modifier and Type Method Description AnnotatorAnnotator. annotator()Gets the annotator.AnnotatorFlowEntry. annotator()Gets the annotator.AnnotatorAnnotator.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.BuilderAcdProfile.Builder. addAnnotators(Annotator annotators)Adds an annotators to annotators.CreateProfileOptions.BuilderCreateProfileOptions.Builder. addAnnotators(Annotator annotators)Adds an annotators to annotators.UpdateProfileOptions.BuilderUpdateProfileOptions.Builder. addNewAnnotators(Annotator newAnnotators)Adds an newAnnotators to newAnnotators.Annotator.BuilderAnnotator.Builder. annotator(Annotator annotator)Set the annotator.FlowEntry.BuilderFlowEntry.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.BuilderAcdProfile.Builder. annotators(java.util.List<Annotator> annotators)Set the annotators.CreateProfileOptions.BuilderCreateProfileOptions.Builder. annotators(java.util.List<Annotator> annotators)Set the annotators.UpdateProfileOptions.BuilderUpdateProfileOptions.Builder. newAnnotators(java.util.List<Annotator> newAnnotators)Set the newAnnotators.
 
-