CustomEntityRecognitionBatchResult type

The result of a custom entity recognition batch action.

type CustomEntityRecognitionBatchResult = CustomActionMetadata &
  BatchActionResult<CustomEntityRecognitionResult, "CustomEntityRecognition">