Interface AnnotationBatchSaveSuccess

All Superinterfaces:
PositionalResult

public interface AnnotationBatchSaveSuccess extends PositionalResult
Represents the result of processing an AnnotationService.batchSaveAnnotations(AnnotationBatchSaveRequest), indicating that one of the Annotations passed in the batch successfully created at least one resulting annotation.
  • Method Details

    • streamSavedAnnotations

      Stream<String> streamSavedAnnotations()
      Retrieves a Stream of the IDs of the newly created annotations resulting from the associated input annotation.
      Returns:
      the IDs of the newly created annotations