Share via


ClassifyImageUrlResponse type

classifyImageUrl 操作の応答データが含まれます。

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