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