GetExtractedKeysResponse type
包含 getExtractedKeys 作業的回應資料。
type GetExtractedKeysResponse = KeysResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeysResult
}
}
包含 getExtractedKeys 作業的回應資料。
type GetExtractedKeysResponse = KeysResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeysResult
}
}