DetectImageWithNoStoreResponse type
Innehåller svarsdata för åtgärden detectImageWithNoStore.
type DetectImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}