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