CustomEntityRecognitionResult type

The result of the custom recognize entities operation on a single document.

type CustomEntityRecognitionResult =
  | CustomEntityRecognitionSuccessResult
  | CustomEntityRecognitionErrorResult