QuerySuggestedImageCountResponse type
包含 querySuggestedImageCount 作業的回應資料。
type QuerySuggestedImageCountResponse = { [propertyName: string]: number } & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: { [propertyName: string]: number }
}
}