ClassifyImageUrlWithNoStoreResponse type
Berisi data respons untuk operasi classifyImageUrlWithNoStore.
type ClassifyImageUrlWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}