ClassifyImageWithNoStoreResponse type
Enthält Antwortdaten für den KlassifikationImageWithNoStore-Vorgang.
type ClassifyImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}