Share via


AnomalyDetectorGetDetectionResultResponse type

Bevat antwoordgegevens voor de bewerking getDetectionResult.

type AnomalyDetectorGetDetectionResultResponse = DetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectionResult
  }
}