CustomEntityRecognitionResult type

The result of the custom entity recognition action on a single document.

type CustomEntityRecognitionResult =
  | CustomEntityRecognitionSuccessResult
  | CustomEntityRecognitionErrorResult