ClassifyImageWithNoStoreResponse type
Zawiera dane odpowiedzi dla operacji classifyImageWithNoStore.
type ClassifyImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}