Dela via


ClassifyImageResponse type

Innehåller svarsdata för åtgärden classifyImage.

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