Partilhar via


DetectImageWithNoStoreResponse type

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

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