Share via


EntireDetectResponse2 type

Enthält Antwortdaten für den gesamtenDetect-Vorgang.

type EntireDetectResponse2 = EntireDetectResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntireDetectResponse
  }
}