ImagesDetailsResponse type

Contains response data for the details operation.

type ImagesDetailsResponse = ImageInsights & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageInsights
  }
}