Sdílet prostřednictvím


ClassifyImageUrlResponse type

Obsahuje data odpovědi pro operaci classifyImageUrl.

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