Share via


ClassifyImageWithNoStoreResponse type

Contém dados de resposta para a operação classifyImageWithNoStore.

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