ClassifyImageWithNoStoreResponse type
classifyImageWithNoStore işleminin yanıt verilerini içerir.
type ClassifyImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}