code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ #ifndef _OBJECTDET_H_ #define _OBJECTDET_H_ #include "model/internal.h" #ifdef __cplusplus extern "C" { #endif typedef struct _DetectObjectStruct { char *type; float score; RectStruct box; } DetectObjectStruct; typedef struct _DetectMainBo...
YifuLiu/AliOS-Things
components/ucloud_ai/include/model/objectdet.h
C
apache-2.0
661
/* * Copyright (C) 2021-2023 Alibaba Group Holding Limited */ #ifndef _OCR_H_ #define _OCR_H_ #include "model/internal.h" #ifdef __cplusplus extern "C" { #endif typedef union _RecogIdentityCardStruct { struct { char *address; char *birthDate; char *gender; char *nationality; ...
YifuLiu/AliOS-Things
components/ucloud_ai/include/model/ocr.h
C
apache-2.0
1,963
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_NLP_H_ #define _UCLOUD_AI_NLP_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai recognizing identity card face side api. * * @param[in] InstanceId...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_chatbot.h
C
apache-2.0
613
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_COMMON_H_ #define _UCLOUD_AI_COMMON_H_ #include "model/common.h" #include "oss_app.h" #ifdef __cplusplus extern "C" { #endif #define FACE1_IMAGE "/data/ucloud_ai_image/face1.png" #define FACE2_IMAGE "/data/ucloud_ai_image/face2.png"...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_common.h
C
apache-2.0
6,783
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_FACEBODY_H_ #define _UCLOUD_AI_FACEBODY_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai facebody comparing face api. * * @param[in] path fac...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_facebody.h
C
apache-2.0
1,460
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_IMAGEENHAN_H_ #define _UCLOUD_AI_IMAGEENHAN_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai imageenhan erasing person api. * * @param[in] image_p...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_imageenhan.h
C
apache-2.0
1,058
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_IMAGERECOG_H_ #define _UCLOUD_AI_IMAGERECOG_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai cassifying rubbish api. * * @param[in] path ...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_imagerecog.h
C
apache-2.0
863
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_IMAGESEG_H_ #define _UCLOUD_AI_IMAGESEG_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai segmenting face api. * * @param[in] path f...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_imageseg.h
C
apache-2.0
856
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_OBJECTDET_H_ #define _UCLOUD_AI_OBJECTDET_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai detecting object api. * * @param[in] path ...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_objectdet.h
C
apache-2.0
846
/* * Copyright (C) 2020-2023 Alibaba Group Holding Limited */ #ifndef _UCLOUD_AI_OCR_H_ #define _UCLOUD_AI_OCR_H_ #include "ucloud_ai_common.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup ucloud_ai_aos_api * @{ */ /** * Ucloud ai recognizing identity card face side api. * * @param[in] path ...
YifuLiu/AliOS-Things
components/ucloud_ai/include/ucloud_ai_ocr.h
C
apache-2.0
1,739
# # Copyright 1999-2019 Alibaba Cloud All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/CMakeLists.txt
CMake
apache-2.0
6,686
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/AlibabaCloud.h
C++
apache-2.0
1,182
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/AsyncCallerContext.h
C++
apache-2.0
1,184
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ClientConfiguration.h
C++
apache-2.0
1,907
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CommonClient.h
C++
apache-2.0
3,468
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CommonRequest.h
C++
apache-2.0
2,264
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CommonResponse.h
C++
apache-2.0
1,116
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Config.h
C
apache-2.0
892
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CoreClient.h
C++
apache-2.0
2,084
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CoreExport.h
C
apache-2.0
1,056
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Credentials.h
C++
apache-2.0
1,495
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/CredentialsProvider.h
C++
apache-2.0
1,114
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/EndpointProvider.h
C++
apache-2.0
2,289
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Error.h
C++
apache-2.0
1,540
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Global.h
C
apache-2.0
1,330
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/HmacSha1Signer.h
C++
apache-2.0
1,122
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/HttpClient.h
C++
apache-2.0
1,488
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/HttpMessage.h
C++
apache-2.0
2,443
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/HttpRequest.h
C++
apache-2.0
1,501
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/HttpResponse.h
C++
apache-2.0
1,251
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/InstanceProfileCredentials.h
C++
apache-2.0
1,080
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/InstanceProfileCredentialsProvider.h
C++
apache-2.0
1,792
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/NetworkProxy.h
C++
apache-2.0
1,635
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Outcome.h
C++
apache-2.0
1,738
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/RoaServiceClient.h
C++
apache-2.0
2,172
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/RoaServiceRequest.h
C++
apache-2.0
1,323
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/RpcServiceClient.h
C++
apache-2.0
2,398
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/RpcServiceRequest.h
C++
apache-2.0
1,314
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Runnable.h
C++
apache-2.0
1,044
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ServiceRequest.h
C++
apache-2.0
3,670
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ServiceResult.h
C++
apache-2.0
1,151
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Signer.h
C++
apache-2.0
1,353
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/SimpleCredentialsProvider.h
C++
apache-2.0
1,347
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/StsAssumeRoleCredentialsProvider.h
C++
apache-2.0
1,994
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Url.h
C++
apache-2.0
2,314
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/Utils.h
C++
apache-2.0
1,598
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/location/LocationClient.h
C++
apache-2.0
2,783
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/location/LocationRequest.h
C++
apache-2.0
1,178
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/location/model/DescribeEndpointsRequest.h
C++
apache-2.0
1,468
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/location/model/DescribeEndpointsResult.h
C++
apache-2.0
1,801
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/StsClient.h
C++
apache-2.0
3,419
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/StsRequest.h
C++
apache-2.0
1,123
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/model/AssumeRoleRequest.h
C++
apache-2.0
1,456
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/model/AssumeRoleResult.h
C++
apache-2.0
1,586
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/model/GetCallerIdentityRequest.h
C++
apache-2.0
1,173
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/model/GetCallerIdentityResult.h
C++
apache-2.0
1,413
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/AlibabaCloud.cc
C++
apache-2.0
1,084
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/AsyncCallerContext.cc
C++
apache-2.0
1,105
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/ClientConfiguration.cc
C++
apache-2.0
2,176
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CommonClient.cc
C++
apache-2.0
11,820
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CommonRequest.cc
C++
apache-2.0
2,549
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CommonResponse.cc
C++
apache-2.0
967
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CoreClient.cc
C++
apache-2.0
2,995
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Credentials.cc
C++
apache-2.0
1,580
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CredentialsProvider.cc
C++
apache-2.0
676
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CurlHttpClient.cc
C++
apache-2.0
7,105
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/CurlHttpClient.h
C++
apache-2.0
1,052
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/EcsMetadataFetcher.cc
C++
apache-2.0
1,789
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/EcsMetadataFetcher.h
C++
apache-2.0
1,364
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/EndpointProvider.cc
C++
apache-2.0
8,049
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Error.cc
C++
apache-2.0
1,507
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Executor.cc
C++
apache-2.0
2,349
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Executor.h
C++
apache-2.0
1,317
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/HmacSha1Signer.cc
C++
apache-2.0
3,814
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/HttpClient.cc
C++
apache-2.0
1,178
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/HttpMessage.cc
C++
apache-2.0
4,007
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/HttpRequest.cc
C++
apache-2.0
1,565
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/HttpResponse.cc
C++
apache-2.0
1,242
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/InstanceProfileCredentialsProvider.cc
C++
apache-2.0
3,003
#include <string.h> const std::string LOCAL_ENDPOINTS_CONFIG = "{" " \"products\": [" " \"domain\"," " \"chatbot\"," " \"iot\"," " \"rtc\"," " \"nlp\"," " \"oss\"," " \"imagesearch\"" " ]," " \"regions\": [" " \"cn-shanghai\"," " \"cn-ha...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/LocalEndpoints.h
C++
apache-2.0
3,607
#include <string.h> const std::string WIN_LOCAL_ENDPOINTS_CONFIG_1 = "{" " \"products\": [" " \"domain\"," " \"cdn\"," " \"ram\"," " \"cbn\"," " \"drds\"," " \"emr\"," " \"sts\"," " \"cs\"," " \"cr\"," " \"hbase\"," " ...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/LocalEndpointsForWindows.h
C++
apache-2.0
144,050
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/NetworkProxy.cc
C++
apache-2.0
1,735
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Outcome.cc
C++
apache-2.0
664
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/RoaServiceClient.cc
C++
apache-2.0
6,998
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/RoaServiceRequest.cc
C++
apache-2.0
1,042
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/RpcServiceClient.cc
C++
apache-2.0
6,097
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/RpcServiceRequest.cc
C++
apache-2.0
1,271
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Runnable.cc
C++
apache-2.0
820
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/ServiceRequest.cc
C++
apache-2.0
6,072
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/ServiceResult.cc
C++
apache-2.0
974
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Signer.cc
C++
apache-2.0
1,036
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/SimpleCredentialsProvider.cc
C++
apache-2.0
1,230
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/StsAssumeRoleCredentialsProvider.cc
C++
apache-2.0
2,908
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Url.cc
C++
apache-2.0
6,062
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/Utils.cc
C++
apache-2.0
8,253
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/location/LocationClient.cc
C++
apache-2.0
3,264
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/location/LocationRequest.cc
C++
apache-2.0
884
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/location/model/DescribeEndpointsRequest.cc
C++
apache-2.0
1,517
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/location/model/DescribeEndpointsResult.cc
C++
apache-2.0
2,276
/* * Copyright 1999-2019 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
YifuLiu/AliOS-Things
components/ucloud_ai/src/model/aliyun-openapi/core/src/sts/StsClient.cc
C++
apache-2.0
3,965