Compartir a través de


ClassifyImageUrlWithNoStoreResponse type

Contiene datos de respuesta para la operación classifyImageUrlWithNoStore.

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