DetectImageUrlWithNoStoreResponse type
detectImageUrlWithNoStore işlemi için yanıt verilerini içerir.
type DetectImageUrlWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}