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