Compartir a través de


DetectImageWithNoStoreResponse type

Contiene datos de respuesta para la operación detectImageWithNoStore.

type DetectImageWithNoStoreResponse = ImagePrediction & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePrediction
  }
}