EntireDetectResponse2 type

Berisi data respons untuk operasi entireDetect.

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