tencentcloud-sdk-nodejs-iotexplorer 4.1.137 → 4.1.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -14
- package/package.json +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +33 -19
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +48 -26
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +573 -148
|
@@ -39,9 +39,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
async DirectBindDeviceInFamily(req, cb) {
|
|
40
40
|
return this.request("DirectBindDeviceInFamily", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async DescribeDeviceLocationSolve(req, cb) {
|
|
43
|
-
return this.request("DescribeDeviceLocationSolve", req, cb);
|
|
44
|
-
}
|
|
45
42
|
async GenerateSignedVideoURL(req, cb) {
|
|
46
43
|
return this.request("GenerateSignedVideoURL", req, cb);
|
|
47
44
|
}
|
|
@@ -108,8 +105,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
108
105
|
async ModifyLoRaGateway(req, cb) {
|
|
109
106
|
return this.request("ModifyLoRaGateway", req, cb);
|
|
110
107
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
108
|
+
async DescribeDevice(req, cb) {
|
|
109
|
+
return this.request("DescribeDevice", req, cb);
|
|
110
|
+
}
|
|
111
|
+
async BatchInvokeTWeSeeRecognitionTask(req, cb) {
|
|
112
|
+
return this.request("BatchInvokeTWeSeeRecognitionTask", req, cb);
|
|
113
113
|
}
|
|
114
114
|
async DescribeFenceEventList(req, cb) {
|
|
115
115
|
return this.request("DescribeFenceEventList", req, cb);
|
|
@@ -189,8 +189,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
189
189
|
async ListOtaModules(req, cb) {
|
|
190
190
|
return this.request("ListOtaModules", req, cb);
|
|
191
191
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
192
|
+
async DescribeFirmwareTasks(req, cb) {
|
|
193
|
+
return this.request("DescribeFirmwareTasks", req, cb);
|
|
194
194
|
}
|
|
195
195
|
async ModifyTWeTalkProductConfig(req, cb) {
|
|
196
196
|
return this.request("ModifyTWeTalkProductConfig", req, cb);
|
|
@@ -213,6 +213,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
213
213
|
async DeleteFenceBind(req, cb) {
|
|
214
214
|
return this.request("DeleteFenceBind", req, cb);
|
|
215
215
|
}
|
|
216
|
+
async DeleteTWeTalkProductConfigV2(req, cb) {
|
|
217
|
+
return this.request("DeleteTWeTalkProductConfigV2", req, cb);
|
|
218
|
+
}
|
|
216
219
|
async ControlDeviceData(req, cb) {
|
|
217
220
|
return this.request("ControlDeviceData", req, cb);
|
|
218
221
|
}
|
|
@@ -324,8 +327,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
327
|
async UploadFirmware(req, cb) {
|
|
325
328
|
return this.request("UploadFirmware", req, cb);
|
|
326
329
|
}
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
330
|
+
async GetWechatDeviceTicket(req, cb) {
|
|
331
|
+
return this.request("GetWechatDeviceTicket", req, cb);
|
|
329
332
|
}
|
|
330
333
|
async DescribeActivateLicenseService(req, cb) {
|
|
331
334
|
return this.request("DescribeActivateLicenseService", req, cb);
|
|
@@ -339,6 +342,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
339
342
|
async UpdateDevicesEnableState(req, cb) {
|
|
340
343
|
return this.request("UpdateDevicesEnableState", req, cb);
|
|
341
344
|
}
|
|
345
|
+
async InvokeCloudStorageAIServiceTask(req, cb) {
|
|
346
|
+
return this.request("InvokeCloudStorageAIServiceTask", req, cb);
|
|
347
|
+
}
|
|
342
348
|
async ModifyProject(req, cb) {
|
|
343
349
|
return this.request("ModifyProject", req, cb);
|
|
344
350
|
}
|
|
@@ -426,9 +432,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
426
432
|
async DescribeTWeSeeRecognitionTask(req, cb) {
|
|
427
433
|
return this.request("DescribeTWeSeeRecognitionTask", req, cb);
|
|
428
434
|
}
|
|
429
|
-
async DescribeDevice(req, cb) {
|
|
430
|
-
return this.request("DescribeDevice", req, cb);
|
|
431
|
-
}
|
|
432
435
|
async DescribeBatchProduction(req, cb) {
|
|
433
436
|
return this.request("DescribeBatchProduction", req, cb);
|
|
434
437
|
}
|
|
@@ -480,8 +483,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
480
483
|
async GetDeviceSumStatistics(req, cb) {
|
|
481
484
|
return this.request("GetDeviceSumStatistics", req, cb);
|
|
482
485
|
}
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
486
|
+
async CreateTWeSeeRecognitionTaskWithFile(req, cb) {
|
|
487
|
+
return this.request("CreateTWeSeeRecognitionTaskWithFile", req, cb);
|
|
485
488
|
}
|
|
486
489
|
async DeleteLoRaFrequency(req, cb) {
|
|
487
490
|
return this.request("DeleteLoRaFrequency", req, cb);
|
|
@@ -489,6 +492,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
489
492
|
async DescribePackageConsumeTask(req, cb) {
|
|
490
493
|
return this.request("DescribePackageConsumeTask", req, cb);
|
|
491
494
|
}
|
|
495
|
+
async BatchCreateTWeSeeRecognitionTask(req, cb) {
|
|
496
|
+
return this.request("BatchCreateTWeSeeRecognitionTask", req, cb);
|
|
497
|
+
}
|
|
492
498
|
async ResetCloudStorageEvent(req, cb) {
|
|
493
499
|
return this.request("ResetCloudStorageEvent", req, cb);
|
|
494
500
|
}
|
|
@@ -531,6 +537,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
531
537
|
async ModifyCloudStorageAIServiceCallback(req, cb) {
|
|
532
538
|
return this.request("ModifyCloudStorageAIServiceCallback", req, cb);
|
|
533
539
|
}
|
|
540
|
+
async DescribePositionFenceList(req, cb) {
|
|
541
|
+
return this.request("DescribePositionFenceList", req, cb);
|
|
542
|
+
}
|
|
534
543
|
async DescribeCloudStorageAIServiceTasks(req, cb) {
|
|
535
544
|
return this.request("DescribeCloudStorageAIServiceTasks", req, cb);
|
|
536
545
|
}
|
|
@@ -567,6 +576,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
567
576
|
async CreateFenceBind(req, cb) {
|
|
568
577
|
return this.request("CreateFenceBind", req, cb);
|
|
569
578
|
}
|
|
579
|
+
async InvokeTWeSeeRecognitionTaskWithFile(req, cb) {
|
|
580
|
+
return this.request("InvokeTWeSeeRecognitionTaskWithFile", req, cb);
|
|
581
|
+
}
|
|
570
582
|
async DescribeCloudStoragePackageConsumeDetails(req, cb) {
|
|
571
583
|
return this.request("DescribeCloudStoragePackageConsumeDetails", req, cb);
|
|
572
584
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, DescribeTWeTalkProductConfigResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, BatchUpdateFirmwareResponse, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, GetTWeTalkProductConfigListRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CallDeviceActionAsyncRequest, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeFirmwareTasksRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, GetTWeTalkProductConfigListV2Response, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeDeviceDataHistoryResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, UpdateFirmwareResponse, DescribeCloudStorageDateRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, BindProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, InvokeVideosKeywordsAnalyzerResponse, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, CreateTWeSeeServiceRequest, UploadFirmwareRequest, DescribeFirmwareRequest, ModifyTWeTalkProductConfigV2Response, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, SearchStudioProductResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, ModifyTWeTalkProductConfigResponse, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, ModifyLoRaGatewayResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateTWeSeeServiceResponse, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, GetTWeTalkProductConfigListV2Request, CreateCloudStorageAIServiceRequest, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, CreateTWeTalkProductConfigV2Request, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, CreateTWeTalkProductConfigResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, DirectBindDeviceInFamilyRequest, PublishMessageResponse, DescribeTWeTalkProductConfigRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, GetTWeTalkProductConfigListResponse, DescribeSubscribedTopicPolicyResponse, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeDeviceLocationSolveRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, UpdateOtaTaskStatusRequest, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateOtaModuleResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, DescribeSubscribedTopicPolicyRequest, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeCloudStorageAIServiceTaskResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, DescribeFirmwareTaskDevicesResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, ModifySpacePropertyRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CreateTopicPolicyResponse, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, ListOtaModulesResponse, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, CreateOtaModuleRequest, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, ChangeP2PRouteRequest, UpdateOtaModuleRequest, ModifyLoRaFrequencyRequest, DescribeTWeTalkProductConfigV2Request, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, ListProductOtaModulesResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, CreateTWeTalkProductConfigRequest, BindDevicesResponse, DeleteOtaModuleRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, DescribeTWeTalkProductConfigV2Response, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DescribeTWeSeeConfigResponse, ActivateTWeCallLicenseRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, DeleteOtaModuleResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListProductOtaModulesRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, CreateTWeTalkProductConfigV2Response, PublishRRPCMessageRequest, ListTopicPolicyRequest, DeleteLoRaFrequencyRequest, InvokeVideosKeywordsAnalyzerRequest, DescribeFirmwareTaskDevicesRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, DescribeTWeSeeRecognitionTaskResponse, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, DescribeModelDefinitionRequest, DescribeFirmwareTasksResponse, ModifyTWeTalkProductConfigRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, DescribeTWeSeeRecognitionTaskRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateOtaModuleResponse, CreateBatchProductionResponse, BatchUpdateFirmwareRequest, GetTopicRuleListRequest, ListOtaModulesRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, GenerateSignedVideoURLResponse, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, UpdateOtaTaskStatusResponse, ModifyModelDefinitionResponse, ModifyTWeTalkProductConfigV2Request, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
2
|
+
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, DescribeTWeTalkProductConfigResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, BatchUpdateFirmwareResponse, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, GetTWeTalkProductConfigListRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CallDeviceActionAsyncRequest, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeFirmwareTasksRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, GetTWeTalkProductConfigListV2Response, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeTWeSeeConfigResponse, DescribeDeviceDataHistoryResponse, CreateTWeSeeRecognitionTaskWithFileResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ActivateTWeCallLicenseRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, UpdateFirmwareResponse, DescribeCloudStorageDateRequest, CreateTWeSeeRecognitionTaskWithFileRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, BindProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, InvokeVideosKeywordsAnalyzerResponse, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, CreateTWeSeeServiceRequest, UploadFirmwareRequest, DescribeFirmwareRequest, ModifyTWeTalkProductConfigV2Response, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, DeleteTWeTalkProductConfigV2Request, SearchStudioProductResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, ModifyTWeTalkProductConfigResponse, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, ModifyLoRaGatewayResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateTWeSeeServiceResponse, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, GetTWeTalkProductConfigListV2Request, CreateCloudStorageAIServiceRequest, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DirectBindDeviceInFamilyRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, CreateTWeTalkProductConfigV2Request, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, CreateTWeTalkProductConfigResponse, ListProductOtaModulesResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, InvokeTWeSeeRecognitionTaskWithFileResponse, BatchCreateTWeSeeRecognitionTaskRequest, PublishMessageResponse, DescribeTWeTalkProductConfigRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, GetTWeTalkProductConfigListResponse, DescribeSubscribedTopicPolicyResponse, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, UpdateOtaTaskStatusRequest, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateOtaModuleResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, DescribeSubscribedTopicPolicyRequest, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeCloudStorageAIServiceTaskResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, DescribeFirmwareTaskDevicesResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, ModifySpacePropertyRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CreateTopicPolicyResponse, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, InvokeTWeSeeRecognitionTaskWithFileRequest, DescribeDeviceRequest, ListOtaModulesResponse, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, CreateOtaModuleRequest, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, ChangeP2PRouteRequest, UpdateOtaModuleRequest, ModifyLoRaFrequencyRequest, DescribeTWeTalkProductConfigV2Request, BatchInvokeTWeSeeRecognitionTaskRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BatchCreateTWeSeeRecognitionTaskResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, CreateTWeTalkProductConfigRequest, BindDevicesResponse, DeleteOtaModuleRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, DescribeTWeTalkProductConfigV2Response, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DeleteTWeTalkProductConfigV2Response, BatchInvokeTWeSeeRecognitionTaskResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, DeleteOtaModuleResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListProductOtaModulesRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, CreateTWeTalkProductConfigV2Response, PublishRRPCMessageRequest, ListTopicPolicyRequest, GenerateSignedVideoURLResponse, InvokeVideosKeywordsAnalyzerRequest, DescribeFirmwareTaskDevicesRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, DescribeTWeSeeRecognitionTaskResponse, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, DescribeModelDefinitionRequest, DescribeFirmwareTasksResponse, ModifyTWeTalkProductConfigRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, DescribeTWeSeeRecognitionTaskRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateOtaModuleResponse, CreateBatchProductionResponse, BatchUpdateFirmwareRequest, GetTopicRuleListRequest, ListOtaModulesRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, DeleteLoRaFrequencyRequest, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, UpdateOtaTaskStatusResponse, ModifyModelDefinitionResponse, ModifyTWeTalkProductConfigV2Request, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
3
3
|
/**
|
|
4
4
|
* iotexplorer client
|
|
5
5
|
* @class
|
|
@@ -54,12 +54,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
54
54
|
* 直接绑定设备和家庭
|
|
55
55
|
*/
|
|
56
56
|
DirectBindDeviceInFamily(req: DirectBindDeviceInFamilyRequest, cb?: (error: string, rep: DirectBindDeviceInFamilyResponse) => void): Promise<DirectBindDeviceInFamilyResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* 获取实时位置解析依赖于teg位置服务,近30天调用只有2个个人账号调用,产品推下线
|
|
59
|
-
|
|
60
|
-
获取实时位置解析
|
|
61
|
-
*/
|
|
62
|
-
DescribeDeviceLocationSolve(req: DescribeDeviceLocationSolveRequest, cb?: (error: string, rep: DescribeDeviceLocationSolveResponse) => void): Promise<DescribeDeviceLocationSolveResponse>;
|
|
63
57
|
/**
|
|
64
58
|
* 获取视频防盗链播放URL
|
|
65
59
|
*/
|
|
@@ -149,9 +143,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
149
143
|
*/
|
|
150
144
|
ModifyLoRaGateway(req: ModifyLoRaGatewayRequest, cb?: (error: string, rep: ModifyLoRaGatewayResponse) => void): Promise<ModifyLoRaGatewayResponse>;
|
|
151
145
|
/**
|
|
152
|
-
*
|
|
146
|
+
* 用于查看某个设备的详细信息
|
|
153
147
|
*/
|
|
154
|
-
|
|
148
|
+
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* 批量同步执行 TWeSee 语义理解任务
|
|
151
|
+
*/
|
|
152
|
+
BatchInvokeTWeSeeRecognitionTask(req: BatchInvokeTWeSeeRecognitionTaskRequest, cb?: (error: string, rep: BatchInvokeTWeSeeRecognitionTaskResponse) => void): Promise<BatchInvokeTWeSeeRecognitionTaskResponse>;
|
|
155
153
|
/**
|
|
156
154
|
* 获取围栏告警事件列表。
|
|
157
155
|
*/
|
|
@@ -259,9 +257,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
259
257
|
*/
|
|
260
258
|
ListOtaModules(req: ListOtaModulesRequest, cb?: (error: string, rep: ListOtaModulesResponse) => void): Promise<ListOtaModulesResponse>;
|
|
261
259
|
/**
|
|
262
|
-
*
|
|
260
|
+
* 搜索固件升级任务列表
|
|
263
261
|
*/
|
|
264
|
-
|
|
262
|
+
DescribeFirmwareTasks(req: DescribeFirmwareTasksRequest, cb?: (error: string, rep: DescribeFirmwareTasksResponse) => void): Promise<DescribeFirmwareTasksResponse>;
|
|
265
263
|
/**
|
|
266
264
|
* 用于修改TWeTalk服务连接产品配置信息。
|
|
267
265
|
*/
|
|
@@ -290,6 +288,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
290
288
|
* 删除围栏绑定信息。
|
|
291
289
|
*/
|
|
292
290
|
DeleteFenceBind(req: DeleteFenceBindRequest, cb?: (error: string, rep: DeleteFenceBindResponse) => void): Promise<DeleteFenceBindResponse>;
|
|
291
|
+
/**
|
|
292
|
+
* 用于删除配置TWeTalk服务连接产品配置信息。
|
|
293
|
+
*/
|
|
294
|
+
DeleteTWeTalkProductConfigV2(req: DeleteTWeTalkProductConfigV2Request, cb?: (error: string, rep: DeleteTWeTalkProductConfigV2Response) => void): Promise<DeleteTWeTalkProductConfigV2Response>;
|
|
293
295
|
/**
|
|
294
296
|
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
295
297
|
*/
|
|
@@ -443,9 +445,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
443
445
|
*/
|
|
444
446
|
UploadFirmware(req: UploadFirmwareRequest, cb?: (error: string, rep: UploadFirmwareResponse) => void): Promise<UploadFirmwareResponse>;
|
|
445
447
|
/**
|
|
446
|
-
*
|
|
448
|
+
* 查询微信设备授权票据
|
|
447
449
|
*/
|
|
448
|
-
|
|
450
|
+
GetWechatDeviceTicket(req: GetWechatDeviceTicketRequest, cb?: (error: string, rep: GetWechatDeviceTicketResponse) => void): Promise<GetWechatDeviceTicketResponse>;
|
|
449
451
|
/**
|
|
450
452
|
* 获取增值服务激活码详情
|
|
451
453
|
*/
|
|
@@ -462,6 +464,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
462
464
|
* 批量禁用启用设备
|
|
463
465
|
*/
|
|
464
466
|
UpdateDevicesEnableState(req: UpdateDevicesEnableStateRequest, cb?: (error: string, rep: UpdateDevicesEnableStateResponse) => void): Promise<UpdateDevicesEnableStateResponse>;
|
|
467
|
+
/**
|
|
468
|
+
* 同步执行设备云存 AI 分析任务
|
|
469
|
+
*/
|
|
470
|
+
InvokeCloudStorageAIServiceTask(req: InvokeCloudStorageAIServiceTaskRequest, cb?: (error: string, rep: InvokeCloudStorageAIServiceTaskResponse) => void): Promise<InvokeCloudStorageAIServiceTaskResponse>;
|
|
465
471
|
/**
|
|
466
472
|
* 修改项目。
|
|
467
473
|
*/
|
|
@@ -578,10 +584,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
578
584
|
* 查询 TWeSee 语义理解任务
|
|
579
585
|
*/
|
|
580
586
|
DescribeTWeSeeRecognitionTask(req: DescribeTWeSeeRecognitionTaskRequest, cb?: (error: string, rep: DescribeTWeSeeRecognitionTaskResponse) => void): Promise<DescribeTWeSeeRecognitionTaskResponse>;
|
|
581
|
-
/**
|
|
582
|
-
* 用于查看某个设备的详细信息
|
|
583
|
-
*/
|
|
584
|
-
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
585
587
|
/**
|
|
586
588
|
* 获取量产详情信息。
|
|
587
589
|
*/
|
|
@@ -651,9 +653,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
651
653
|
*/
|
|
652
654
|
GetDeviceSumStatistics(req: GetDeviceSumStatisticsRequest, cb?: (error: string, rep: GetDeviceSumStatisticsResponse) => void): Promise<GetDeviceSumStatisticsResponse>;
|
|
653
655
|
/**
|
|
654
|
-
*
|
|
656
|
+
* 同步执行 TWeSee 语义理解任务
|
|
655
657
|
*/
|
|
656
|
-
|
|
658
|
+
CreateTWeSeeRecognitionTaskWithFile(req: CreateTWeSeeRecognitionTaskWithFileRequest, cb?: (error: string, rep: CreateTWeSeeRecognitionTaskWithFileResponse) => void): Promise<CreateTWeSeeRecognitionTaskWithFileResponse>;
|
|
657
659
|
/**
|
|
658
660
|
* 提供删除LoRa自定义频点的能力
|
|
659
661
|
*/
|
|
@@ -662,6 +664,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
662
664
|
* 查询套餐消耗记录详情
|
|
663
665
|
*/
|
|
664
666
|
DescribePackageConsumeTask(req: DescribePackageConsumeTaskRequest, cb?: (error: string, rep: DescribePackageConsumeTaskResponse) => void): Promise<DescribePackageConsumeTaskResponse>;
|
|
667
|
+
/**
|
|
668
|
+
* 批量同步执行 TWeSee 语义理解任务
|
|
669
|
+
*/
|
|
670
|
+
BatchCreateTWeSeeRecognitionTask(req: BatchCreateTWeSeeRecognitionTaskRequest, cb?: (error: string, rep: BatchCreateTWeSeeRecognitionTaskResponse) => void): Promise<BatchCreateTWeSeeRecognitionTaskResponse>;
|
|
665
671
|
/**
|
|
666
672
|
* 重置云存事件
|
|
667
673
|
*/
|
|
@@ -718,6 +724,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
718
724
|
* 修改云存AI分析回调配置
|
|
719
725
|
*/
|
|
720
726
|
ModifyCloudStorageAIServiceCallback(req: ModifyCloudStorageAIServiceCallbackRequest, cb?: (error: string, rep: ModifyCloudStorageAIServiceCallbackResponse) => void): Promise<ModifyCloudStorageAIServiceCallbackResponse>;
|
|
727
|
+
/**
|
|
728
|
+
* 获取围栏列表
|
|
729
|
+
*/
|
|
730
|
+
DescribePositionFenceList(req: DescribePositionFenceListRequest, cb?: (error: string, rep: DescribePositionFenceListResponse) => void): Promise<DescribePositionFenceListResponse>;
|
|
721
731
|
/**
|
|
722
732
|
* 查询指定设备的云存 AI 分析任务列表
|
|
723
733
|
*/
|
|
@@ -766,6 +776,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
766
776
|
* > 创建围栏绑定信息。
|
|
767
777
|
*/
|
|
768
778
|
CreateFenceBind(req: CreateFenceBindRequest, cb?: (error: string, rep: CreateFenceBindResponse) => void): Promise<CreateFenceBindResponse>;
|
|
779
|
+
/**
|
|
780
|
+
* 同步执行 TWeSee 语义理解任务
|
|
781
|
+
*/
|
|
782
|
+
InvokeTWeSeeRecognitionTaskWithFile(req: InvokeTWeSeeRecognitionTaskWithFileRequest, cb?: (error: string, rep: InvokeTWeSeeRecognitionTaskWithFileResponse) => void): Promise<InvokeTWeSeeRecognitionTaskWithFileResponse>;
|
|
769
783
|
/**
|
|
770
784
|
* 获取云存套餐包消耗详细记录
|
|
771
785
|
*/
|
|
@@ -100,14 +100,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
100
100
|
async DirectBindDeviceInFamily(req, cb) {
|
|
101
101
|
return this.request("DirectBindDeviceInFamily", req, cb);
|
|
102
102
|
}
|
|
103
|
-
/**
|
|
104
|
-
* 获取实时位置解析依赖于teg位置服务,近30天调用只有2个个人账号调用,产品推下线
|
|
105
|
-
|
|
106
|
-
获取实时位置解析
|
|
107
|
-
*/
|
|
108
|
-
async DescribeDeviceLocationSolve(req, cb) {
|
|
109
|
-
return this.request("DescribeDeviceLocationSolve", req, cb);
|
|
110
|
-
}
|
|
111
103
|
/**
|
|
112
104
|
* 获取视频防盗链播放URL
|
|
113
105
|
*/
|
|
@@ -241,10 +233,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
241
233
|
return this.request("ModifyLoRaGateway", req, cb);
|
|
242
234
|
}
|
|
243
235
|
/**
|
|
244
|
-
*
|
|
236
|
+
* 用于查看某个设备的详细信息
|
|
245
237
|
*/
|
|
246
|
-
async
|
|
247
|
-
return this.request("
|
|
238
|
+
async DescribeDevice(req, cb) {
|
|
239
|
+
return this.request("DescribeDevice", req, cb);
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* 批量同步执行 TWeSee 语义理解任务
|
|
243
|
+
*/
|
|
244
|
+
async BatchInvokeTWeSeeRecognitionTask(req, cb) {
|
|
245
|
+
return this.request("BatchInvokeTWeSeeRecognitionTask", req, cb);
|
|
248
246
|
}
|
|
249
247
|
/**
|
|
250
248
|
* 获取围栏告警事件列表。
|
|
@@ -405,10 +403,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
405
403
|
return this.request("ListOtaModules", req, cb);
|
|
406
404
|
}
|
|
407
405
|
/**
|
|
408
|
-
*
|
|
406
|
+
* 搜索固件升级任务列表
|
|
409
407
|
*/
|
|
410
|
-
async
|
|
411
|
-
return this.request("
|
|
408
|
+
async DescribeFirmwareTasks(req, cb) {
|
|
409
|
+
return this.request("DescribeFirmwareTasks", req, cb);
|
|
412
410
|
}
|
|
413
411
|
/**
|
|
414
412
|
* 用于修改TWeTalk服务连接产品配置信息。
|
|
@@ -452,6 +450,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
452
450
|
async DeleteFenceBind(req, cb) {
|
|
453
451
|
return this.request("DeleteFenceBind", req, cb);
|
|
454
452
|
}
|
|
453
|
+
/**
|
|
454
|
+
* 用于删除配置TWeTalk服务连接产品配置信息。
|
|
455
|
+
*/
|
|
456
|
+
async DeleteTWeTalkProductConfigV2(req, cb) {
|
|
457
|
+
return this.request("DeleteTWeTalkProductConfigV2", req, cb);
|
|
458
|
+
}
|
|
455
459
|
/**
|
|
456
460
|
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
457
461
|
*/
|
|
@@ -679,10 +683,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
679
683
|
return this.request("UploadFirmware", req, cb);
|
|
680
684
|
}
|
|
681
685
|
/**
|
|
682
|
-
*
|
|
686
|
+
* 查询微信设备授权票据
|
|
683
687
|
*/
|
|
684
|
-
async
|
|
685
|
-
return this.request("
|
|
688
|
+
async GetWechatDeviceTicket(req, cb) {
|
|
689
|
+
return this.request("GetWechatDeviceTicket", req, cb);
|
|
686
690
|
}
|
|
687
691
|
/**
|
|
688
692
|
* 获取增值服务激活码详情
|
|
@@ -708,6 +712,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
708
712
|
async UpdateDevicesEnableState(req, cb) {
|
|
709
713
|
return this.request("UpdateDevicesEnableState", req, cb);
|
|
710
714
|
}
|
|
715
|
+
/**
|
|
716
|
+
* 同步执行设备云存 AI 分析任务
|
|
717
|
+
*/
|
|
718
|
+
async InvokeCloudStorageAIServiceTask(req, cb) {
|
|
719
|
+
return this.request("InvokeCloudStorageAIServiceTask", req, cb);
|
|
720
|
+
}
|
|
711
721
|
/**
|
|
712
722
|
* 修改项目。
|
|
713
723
|
*/
|
|
@@ -882,12 +892,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
882
892
|
async DescribeTWeSeeRecognitionTask(req, cb) {
|
|
883
893
|
return this.request("DescribeTWeSeeRecognitionTask", req, cb);
|
|
884
894
|
}
|
|
885
|
-
/**
|
|
886
|
-
* 用于查看某个设备的详细信息
|
|
887
|
-
*/
|
|
888
|
-
async DescribeDevice(req, cb) {
|
|
889
|
-
return this.request("DescribeDevice", req, cb);
|
|
890
|
-
}
|
|
891
895
|
/**
|
|
892
896
|
* 获取量产详情信息。
|
|
893
897
|
*/
|
|
@@ -991,10 +995,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
991
995
|
return this.request("GetDeviceSumStatistics", req, cb);
|
|
992
996
|
}
|
|
993
997
|
/**
|
|
994
|
-
*
|
|
998
|
+
* 同步执行 TWeSee 语义理解任务
|
|
995
999
|
*/
|
|
996
|
-
async
|
|
997
|
-
return this.request("
|
|
1000
|
+
async CreateTWeSeeRecognitionTaskWithFile(req, cb) {
|
|
1001
|
+
return this.request("CreateTWeSeeRecognitionTaskWithFile", req, cb);
|
|
998
1002
|
}
|
|
999
1003
|
/**
|
|
1000
1004
|
* 提供删除LoRa自定义频点的能力
|
|
@@ -1008,6 +1012,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1008
1012
|
async DescribePackageConsumeTask(req, cb) {
|
|
1009
1013
|
return this.request("DescribePackageConsumeTask", req, cb);
|
|
1010
1014
|
}
|
|
1015
|
+
/**
|
|
1016
|
+
* 批量同步执行 TWeSee 语义理解任务
|
|
1017
|
+
*/
|
|
1018
|
+
async BatchCreateTWeSeeRecognitionTask(req, cb) {
|
|
1019
|
+
return this.request("BatchCreateTWeSeeRecognitionTask", req, cb);
|
|
1020
|
+
}
|
|
1011
1021
|
/**
|
|
1012
1022
|
* 重置云存事件
|
|
1013
1023
|
*/
|
|
@@ -1092,6 +1102,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1092
1102
|
async ModifyCloudStorageAIServiceCallback(req, cb) {
|
|
1093
1103
|
return this.request("ModifyCloudStorageAIServiceCallback", req, cb);
|
|
1094
1104
|
}
|
|
1105
|
+
/**
|
|
1106
|
+
* 获取围栏列表
|
|
1107
|
+
*/
|
|
1108
|
+
async DescribePositionFenceList(req, cb) {
|
|
1109
|
+
return this.request("DescribePositionFenceList", req, cb);
|
|
1110
|
+
}
|
|
1095
1111
|
/**
|
|
1096
1112
|
* 查询指定设备的云存 AI 分析任务列表
|
|
1097
1113
|
*/
|
|
@@ -1164,6 +1180,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1164
1180
|
async CreateFenceBind(req, cb) {
|
|
1165
1181
|
return this.request("CreateFenceBind", req, cb);
|
|
1166
1182
|
}
|
|
1183
|
+
/**
|
|
1184
|
+
* 同步执行 TWeSee 语义理解任务
|
|
1185
|
+
*/
|
|
1186
|
+
async InvokeTWeSeeRecognitionTaskWithFile(req, cb) {
|
|
1187
|
+
return this.request("InvokeTWeSeeRecognitionTaskWithFile", req, cb);
|
|
1188
|
+
}
|
|
1167
1189
|
/**
|
|
1168
1190
|
* 获取云存套餐包消耗详细记录
|
|
1169
1191
|
*/
|
|
@@ -460,19 +460,6 @@ export interface DescribeActivateLicenseServiceResponse {
|
|
|
460
460
|
*/
|
|
461
461
|
RequestId?: string;
|
|
462
462
|
}
|
|
463
|
-
/**
|
|
464
|
-
* wifi定位信息
|
|
465
|
-
*/
|
|
466
|
-
export interface WifiInfo {
|
|
467
|
-
/**
|
|
468
|
-
* mac地址
|
|
469
|
-
*/
|
|
470
|
-
MAC: string;
|
|
471
|
-
/**
|
|
472
|
-
* 信号强度
|
|
473
|
-
*/
|
|
474
|
-
RSSI: number;
|
|
475
|
-
}
|
|
476
463
|
/**
|
|
477
464
|
* CreateCloudStorageAIServiceTask请求参数结构体
|
|
478
465
|
*/
|
|
@@ -1493,6 +1480,31 @@ export interface GetTWeTalkProductConfigListV2Response {
|
|
|
1493
1480
|
*/
|
|
1494
1481
|
RequestId?: string;
|
|
1495
1482
|
}
|
|
1483
|
+
/**
|
|
1484
|
+
* 批量同步执行 TWeSee 语义理解任务的响应
|
|
1485
|
+
*/
|
|
1486
|
+
export interface InvokeVisionRecognitionTaskOutput {
|
|
1487
|
+
/**
|
|
1488
|
+
* 任务是否已完成
|
|
1489
|
+
*/
|
|
1490
|
+
Completed?: boolean;
|
|
1491
|
+
/**
|
|
1492
|
+
* 任务 ID
|
|
1493
|
+
*/
|
|
1494
|
+
TaskId?: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* 错误码
|
|
1497
|
+
*/
|
|
1498
|
+
ErrorCode?: string;
|
|
1499
|
+
/**
|
|
1500
|
+
* 错误消息
|
|
1501
|
+
*/
|
|
1502
|
+
ErrorMessage?: string;
|
|
1503
|
+
/**
|
|
1504
|
+
* 任务结果
|
|
1505
|
+
*/
|
|
1506
|
+
Result?: VisionRecognitionResult;
|
|
1507
|
+
}
|
|
1496
1508
|
/**
|
|
1497
1509
|
* DeleteDevices请求参数结构体
|
|
1498
1510
|
*/
|
|
@@ -1674,6 +1686,27 @@ export interface PauseTWeCallDeviceRequest {
|
|
|
1674
1686
|
*/
|
|
1675
1687
|
DeviceList?: Array<TWeCallInfo>;
|
|
1676
1688
|
}
|
|
1689
|
+
/**
|
|
1690
|
+
* DescribeTWeSeeConfig返回参数结构体
|
|
1691
|
+
*/
|
|
1692
|
+
export interface DescribeTWeSeeConfigResponse {
|
|
1693
|
+
/**
|
|
1694
|
+
* 是否开启视频摘要
|
|
1695
|
+
*/
|
|
1696
|
+
EnableSummary?: boolean;
|
|
1697
|
+
/**
|
|
1698
|
+
* 是否开启视频搜索
|
|
1699
|
+
*/
|
|
1700
|
+
EnableSearch?: boolean;
|
|
1701
|
+
/**
|
|
1702
|
+
* 配置参数
|
|
1703
|
+
*/
|
|
1704
|
+
Config?: string;
|
|
1705
|
+
/**
|
|
1706
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1707
|
+
*/
|
|
1708
|
+
RequestId?: string;
|
|
1709
|
+
}
|
|
1677
1710
|
/**
|
|
1678
1711
|
* DescribeDeviceDataHistory返回参数结构体
|
|
1679
1712
|
*/
|
|
@@ -1699,6 +1732,19 @@ export interface DescribeDeviceDataHistoryResponse {
|
|
|
1699
1732
|
*/
|
|
1700
1733
|
RequestId?: string;
|
|
1701
1734
|
}
|
|
1735
|
+
/**
|
|
1736
|
+
* CreateTWeSeeRecognitionTaskWithFile返回参数结构体
|
|
1737
|
+
*/
|
|
1738
|
+
export interface CreateTWeSeeRecognitionTaskWithFileResponse {
|
|
1739
|
+
/**
|
|
1740
|
+
* 任务 ID
|
|
1741
|
+
*/
|
|
1742
|
+
TaskId?: string;
|
|
1743
|
+
/**
|
|
1744
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1745
|
+
*/
|
|
1746
|
+
RequestId?: string;
|
|
1747
|
+
}
|
|
1702
1748
|
/**
|
|
1703
1749
|
* 设备的用户
|
|
1704
1750
|
*/
|
|
@@ -1796,6 +1842,24 @@ export interface ModifyLoRaFrequencyResponse {
|
|
|
1796
1842
|
*/
|
|
1797
1843
|
RequestId?: string;
|
|
1798
1844
|
}
|
|
1845
|
+
/**
|
|
1846
|
+
* ActivateTWeCallLicense请求参数结构体
|
|
1847
|
+
*/
|
|
1848
|
+
export interface ActivateTWeCallLicenseRequest {
|
|
1849
|
+
/**
|
|
1850
|
+
* TWecall类型:0-体验套餐;1-基础版;3-高级版;
|
|
1851
|
+
*/
|
|
1852
|
+
PkgType: number;
|
|
1853
|
+
/**
|
|
1854
|
+
* 参数已弃用,不用传参
|
|
1855
|
+
* @deprecated
|
|
1856
|
+
*/
|
|
1857
|
+
MiniProgramAppId?: string;
|
|
1858
|
+
/**
|
|
1859
|
+
* 设备列表
|
|
1860
|
+
*/
|
|
1861
|
+
DeviceList?: Array<TWeCallInfo>;
|
|
1862
|
+
}
|
|
1799
1863
|
/**
|
|
1800
1864
|
* 实例信息
|
|
1801
1865
|
公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
|
|
@@ -2018,6 +2082,79 @@ export interface DescribeCloudStorageDateRequest {
|
|
|
2018
2082
|
*/
|
|
2019
2083
|
ChannelId?: number;
|
|
2020
2084
|
}
|
|
2085
|
+
/**
|
|
2086
|
+
* CreateTWeSeeRecognitionTaskWithFile请求参数结构体
|
|
2087
|
+
*/
|
|
2088
|
+
export interface CreateTWeSeeRecognitionTaskWithFileRequest {
|
|
2089
|
+
/**
|
|
2090
|
+
* 产品ID
|
|
2091
|
+
*/
|
|
2092
|
+
ProductId: string;
|
|
2093
|
+
/**
|
|
2094
|
+
* 设备名称
|
|
2095
|
+
*/
|
|
2096
|
+
DeviceName: string;
|
|
2097
|
+
/**
|
|
2098
|
+
* 视频 / 图片文件的 Base64 编码字符串
|
|
2099
|
+
*/
|
|
2100
|
+
InputBase64: string;
|
|
2101
|
+
/**
|
|
2102
|
+
* 通道 ID
|
|
2103
|
+
*/
|
|
2104
|
+
ChannelId?: number;
|
|
2105
|
+
/**
|
|
2106
|
+
* 自定义事件 ID
|
|
2107
|
+
*/
|
|
2108
|
+
CustomId?: string;
|
|
2109
|
+
/**
|
|
2110
|
+
* 是否保存该事件使其可被搜索
|
|
2111
|
+
*/
|
|
2112
|
+
EnableSearch?: boolean;
|
|
2113
|
+
/**
|
|
2114
|
+
* 事件起始时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
2115
|
+
*/
|
|
2116
|
+
StartTimeMs?: number;
|
|
2117
|
+
/**
|
|
2118
|
+
* 事件结束时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
2119
|
+
*/
|
|
2120
|
+
EndTimeMs?: number;
|
|
2121
|
+
/**
|
|
2122
|
+
* 算法配置
|
|
2123
|
+
*/
|
|
2124
|
+
Config?: string;
|
|
2125
|
+
/**
|
|
2126
|
+
* 是否自定义设备,为 true 时不检查设备存在性,默认为 false
|
|
2127
|
+
*/
|
|
2128
|
+
IsCustomDevice?: boolean;
|
|
2129
|
+
/**
|
|
2130
|
+
* 输入类型。可选值:
|
|
2131
|
+
|
|
2132
|
+
- `video`:视频(默认值)
|
|
2133
|
+
- `image`:图片
|
|
2134
|
+
*/
|
|
2135
|
+
InputType?: string;
|
|
2136
|
+
/**
|
|
2137
|
+
* 摘要服务质量。可选值:
|
|
2138
|
+
|
|
2139
|
+
- `minutely`:分钟级(默认值)
|
|
2140
|
+
- `immediate`:立即
|
|
2141
|
+
*/
|
|
2142
|
+
SummaryQOS?: string;
|
|
2143
|
+
/**
|
|
2144
|
+
* 摘要输出配置
|
|
2145
|
+
*/
|
|
2146
|
+
SummaryConfig?: VisionSummaryConfig;
|
|
2147
|
+
/**
|
|
2148
|
+
* 算法类型,可能取值:
|
|
2149
|
+
- `Summary`:视频/图片摘要
|
|
2150
|
+
- `ObjectDetect`:目标检测
|
|
2151
|
+
*/
|
|
2152
|
+
ServiceType?: string;
|
|
2153
|
+
/**
|
|
2154
|
+
* 目标检测配置
|
|
2155
|
+
*/
|
|
2156
|
+
ObjectDetectConfig?: VisionObjectDetectConfig;
|
|
2157
|
+
}
|
|
2021
2158
|
/**
|
|
2022
2159
|
* DescribeTopicPolicy请求参数结构体
|
|
2023
2160
|
*/
|
|
@@ -2069,6 +2206,83 @@ export interface ProjectEntry {
|
|
|
2069
2206
|
*/
|
|
2070
2207
|
UpdateTime?: number;
|
|
2071
2208
|
}
|
|
2209
|
+
/**
|
|
2210
|
+
* 批量创建的 TWeSee 语义理解任务
|
|
2211
|
+
*/
|
|
2212
|
+
export interface CreateVisionRecognitionTaskInput {
|
|
2213
|
+
/**
|
|
2214
|
+
* 产品ID
|
|
2215
|
+
*/
|
|
2216
|
+
ProductId: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* 设备名称
|
|
2219
|
+
*/
|
|
2220
|
+
DeviceName: string;
|
|
2221
|
+
/**
|
|
2222
|
+
* 输入视频 / 图片的 URL
|
|
2223
|
+
*/
|
|
2224
|
+
InputURL?: string;
|
|
2225
|
+
/**
|
|
2226
|
+
* 视频 / 图片文件的 Base64 编码字符串
|
|
2227
|
+
*/
|
|
2228
|
+
InputBase64?: string;
|
|
2229
|
+
/**
|
|
2230
|
+
* 通道 ID
|
|
2231
|
+
*/
|
|
2232
|
+
ChannelId?: number;
|
|
2233
|
+
/**
|
|
2234
|
+
* 自定义事件 ID
|
|
2235
|
+
*/
|
|
2236
|
+
CustomId?: string;
|
|
2237
|
+
/**
|
|
2238
|
+
* 是否保存该事件使其可被搜索
|
|
2239
|
+
*/
|
|
2240
|
+
EnableSearch?: boolean;
|
|
2241
|
+
/**
|
|
2242
|
+
* 事件起始时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
2243
|
+
*/
|
|
2244
|
+
StartTimeMs?: number;
|
|
2245
|
+
/**
|
|
2246
|
+
* 事件结束时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
2247
|
+
*/
|
|
2248
|
+
EndTimeMs?: number;
|
|
2249
|
+
/**
|
|
2250
|
+
* 算法配置
|
|
2251
|
+
*/
|
|
2252
|
+
Config?: string;
|
|
2253
|
+
/**
|
|
2254
|
+
* 是否自定义设备,为 true 时不检查设备存在性,默认为 false
|
|
2255
|
+
*/
|
|
2256
|
+
IsCustomDevice?: boolean;
|
|
2257
|
+
/**
|
|
2258
|
+
* 输入类型。可选值:
|
|
2259
|
+
|
|
2260
|
+
- `video`:视频(默认值)
|
|
2261
|
+
- `image`:图片
|
|
2262
|
+
*/
|
|
2263
|
+
InputType?: string;
|
|
2264
|
+
/**
|
|
2265
|
+
* 摘要服务质量。可选值:
|
|
2266
|
+
|
|
2267
|
+
- `minutely`:分钟级(默认值)
|
|
2268
|
+
- `immediate`:立即
|
|
2269
|
+
*/
|
|
2270
|
+
SummaryQOS?: string;
|
|
2271
|
+
/**
|
|
2272
|
+
* 摘要输出配置
|
|
2273
|
+
*/
|
|
2274
|
+
SummaryConfig?: VisionSummaryConfig;
|
|
2275
|
+
/**
|
|
2276
|
+
* 算法类型,可能取值:
|
|
2277
|
+
- `Summary`:视频/图片摘要
|
|
2278
|
+
- `ObjectDetect`:目标检测
|
|
2279
|
+
*/
|
|
2280
|
+
ServiceType?: string;
|
|
2281
|
+
/**
|
|
2282
|
+
* 目标检测配置
|
|
2283
|
+
*/
|
|
2284
|
+
ObjectDetectConfig?: VisionObjectDetectConfig;
|
|
2285
|
+
}
|
|
2072
2286
|
/**
|
|
2073
2287
|
* UnbindDevices请求参数结构体
|
|
2074
2288
|
*/
|
|
@@ -2527,6 +2741,23 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
|
|
|
2527
2741
|
*/
|
|
2528
2742
|
RequestId?: string;
|
|
2529
2743
|
}
|
|
2744
|
+
/**
|
|
2745
|
+
* DeleteTWeTalkProductConfigV2请求参数结构体
|
|
2746
|
+
*/
|
|
2747
|
+
export interface DeleteTWeTalkProductConfigV2Request {
|
|
2748
|
+
/**
|
|
2749
|
+
* 产品ID
|
|
2750
|
+
*/
|
|
2751
|
+
ProductId: string;
|
|
2752
|
+
/**
|
|
2753
|
+
* 设备名称
|
|
2754
|
+
*/
|
|
2755
|
+
DeviceName?: string;
|
|
2756
|
+
/**
|
|
2757
|
+
* 支持的语言,zh-中文;en-英文;默认zh
|
|
2758
|
+
*/
|
|
2759
|
+
TargetLanguage?: string;
|
|
2760
|
+
}
|
|
2530
2761
|
/**
|
|
2531
2762
|
* SearchStudioProduct返回参数结构体
|
|
2532
2763
|
*/
|
|
@@ -2966,31 +3197,6 @@ export interface CreateCloudStorageAIServiceRequest {
|
|
|
2966
3197
|
*/
|
|
2967
3198
|
OrderId?: string;
|
|
2968
3199
|
}
|
|
2969
|
-
/**
|
|
2970
|
-
* DescribeDeviceLocationSolve返回参数结构体
|
|
2971
|
-
*/
|
|
2972
|
-
export interface DescribeDeviceLocationSolveResponse {
|
|
2973
|
-
/**
|
|
2974
|
-
* 经度
|
|
2975
|
-
*/
|
|
2976
|
-
Longitude?: number;
|
|
2977
|
-
/**
|
|
2978
|
-
* 纬度
|
|
2979
|
-
*/
|
|
2980
|
-
Latitude?: number;
|
|
2981
|
-
/**
|
|
2982
|
-
* 类型
|
|
2983
|
-
*/
|
|
2984
|
-
LocationType?: string;
|
|
2985
|
-
/**
|
|
2986
|
-
* 误差精度预估,单位为米
|
|
2987
|
-
*/
|
|
2988
|
-
Accuracy?: number;
|
|
2989
|
-
/**
|
|
2990
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2991
|
-
*/
|
|
2992
|
-
RequestId?: string;
|
|
2993
|
-
}
|
|
2994
3200
|
/**
|
|
2995
3201
|
* DescribeStudioProduct返回参数结构体
|
|
2996
3202
|
*/
|
|
@@ -3040,6 +3246,10 @@ export interface VisionRecognitionResult {
|
|
|
3040
3246
|
- `ReadFailed`:读取视频/图片文件失败
|
|
3041
3247
|
*/
|
|
3042
3248
|
ErrorCode?: string;
|
|
3249
|
+
/**
|
|
3250
|
+
* 目标检测算法检测到的目标列表
|
|
3251
|
+
*/
|
|
3252
|
+
DetectedObjects?: Array<VisionDetectedObject>;
|
|
3043
3253
|
}
|
|
3044
3254
|
/**
|
|
3045
3255
|
* CreateIotVideoCloudStorage返回参数结构体
|
|
@@ -3224,20 +3434,49 @@ export interface ModifyTopicRuleResponse {
|
|
|
3224
3434
|
/**
|
|
3225
3435
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3226
3436
|
*/
|
|
3227
|
-
RequestId?: string;
|
|
3228
|
-
}
|
|
3229
|
-
/**
|
|
3230
|
-
* DescribeBatchProduction请求参数结构体
|
|
3231
|
-
*/
|
|
3232
|
-
export interface DescribeBatchProductionRequest {
|
|
3437
|
+
RequestId?: string;
|
|
3438
|
+
}
|
|
3439
|
+
/**
|
|
3440
|
+
* DescribeBatchProduction请求参数结构体
|
|
3441
|
+
*/
|
|
3442
|
+
export interface DescribeBatchProductionRequest {
|
|
3443
|
+
/**
|
|
3444
|
+
* 产品ID
|
|
3445
|
+
*/
|
|
3446
|
+
ProductId: string;
|
|
3447
|
+
/**
|
|
3448
|
+
* 量产ID
|
|
3449
|
+
*/
|
|
3450
|
+
BatchProductionId: string;
|
|
3451
|
+
}
|
|
3452
|
+
/**
|
|
3453
|
+
* DirectBindDeviceInFamily请求参数结构体
|
|
3454
|
+
*/
|
|
3455
|
+
export interface DirectBindDeviceInFamilyRequest {
|
|
3456
|
+
/**
|
|
3457
|
+
* 小程序appid
|
|
3458
|
+
*/
|
|
3459
|
+
IotAppID: string;
|
|
3460
|
+
/**
|
|
3461
|
+
* 用户ID
|
|
3462
|
+
*/
|
|
3463
|
+
UserID: string;
|
|
3464
|
+
/**
|
|
3465
|
+
* 家庭ID
|
|
3466
|
+
*/
|
|
3467
|
+
FamilyId: string;
|
|
3233
3468
|
/**
|
|
3234
3469
|
* 产品ID
|
|
3235
3470
|
*/
|
|
3236
3471
|
ProductId: string;
|
|
3237
3472
|
/**
|
|
3238
|
-
*
|
|
3473
|
+
* 设备名
|
|
3239
3474
|
*/
|
|
3240
|
-
|
|
3475
|
+
DeviceName: string;
|
|
3476
|
+
/**
|
|
3477
|
+
* 房间ID
|
|
3478
|
+
*/
|
|
3479
|
+
RoomId?: string;
|
|
3241
3480
|
}
|
|
3242
3481
|
/**
|
|
3243
3482
|
* DescribeCloudStorageAIServiceTask返回参数结构体
|
|
@@ -3645,6 +3884,19 @@ export interface CreateTWeTalkProductConfigResponse {
|
|
|
3645
3884
|
*/
|
|
3646
3885
|
RequestId?: string;
|
|
3647
3886
|
}
|
|
3887
|
+
/**
|
|
3888
|
+
* ListProductOtaModules返回参数结构体
|
|
3889
|
+
*/
|
|
3890
|
+
export interface ListProductOtaModulesResponse {
|
|
3891
|
+
/**
|
|
3892
|
+
* 固件列表
|
|
3893
|
+
*/
|
|
3894
|
+
Modules?: Array<OtaModuleInfo>;
|
|
3895
|
+
/**
|
|
3896
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3897
|
+
*/
|
|
3898
|
+
RequestId?: string;
|
|
3899
|
+
}
|
|
3648
3900
|
/**
|
|
3649
3901
|
* AI视频搜索结果结构体。
|
|
3650
3902
|
*/
|
|
@@ -3811,33 +4063,34 @@ export interface DescribeCloudStorageStreamDataRequest {
|
|
|
3811
4063
|
StartTime: number;
|
|
3812
4064
|
}
|
|
3813
4065
|
/**
|
|
3814
|
-
*
|
|
4066
|
+
* InvokeTWeSeeRecognitionTaskWithFile返回参数结构体
|
|
3815
4067
|
*/
|
|
3816
|
-
export interface
|
|
3817
|
-
/**
|
|
3818
|
-
* 小程序appid
|
|
3819
|
-
*/
|
|
3820
|
-
IotAppID: string;
|
|
4068
|
+
export interface InvokeTWeSeeRecognitionTaskWithFileResponse {
|
|
3821
4069
|
/**
|
|
3822
|
-
*
|
|
4070
|
+
* 任务 ID
|
|
3823
4071
|
*/
|
|
3824
|
-
|
|
4072
|
+
TaskId?: string;
|
|
3825
4073
|
/**
|
|
3826
|
-
*
|
|
4074
|
+
* 任务是否执行完成
|
|
3827
4075
|
*/
|
|
3828
|
-
|
|
4076
|
+
Completed?: boolean;
|
|
3829
4077
|
/**
|
|
3830
|
-
*
|
|
4078
|
+
* 语义理解任务结果(仅当 Completed 为 true 时包含该出参)
|
|
3831
4079
|
*/
|
|
3832
|
-
|
|
4080
|
+
Result?: VisionRecognitionResult;
|
|
3833
4081
|
/**
|
|
3834
|
-
*
|
|
4082
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3835
4083
|
*/
|
|
3836
|
-
|
|
4084
|
+
RequestId?: string;
|
|
4085
|
+
}
|
|
4086
|
+
/**
|
|
4087
|
+
* BatchCreateTWeSeeRecognitionTask请求参数结构体
|
|
4088
|
+
*/
|
|
4089
|
+
export interface BatchCreateTWeSeeRecognitionTaskRequest {
|
|
3837
4090
|
/**
|
|
3838
|
-
*
|
|
4091
|
+
* 待创建的 TWeSee 语义理解任务列表
|
|
3839
4092
|
*/
|
|
3840
|
-
|
|
4093
|
+
Inputs: Array<CreateVisionRecognitionTaskInput>;
|
|
3841
4094
|
}
|
|
3842
4095
|
/**
|
|
3843
4096
|
* 项目详情
|
|
@@ -4183,31 +4436,6 @@ export interface CloudStorageTimeData {
|
|
|
4183
4436
|
*/
|
|
4184
4437
|
VideoURL?: string;
|
|
4185
4438
|
}
|
|
4186
|
-
/**
|
|
4187
|
-
* DescribeDeviceLocationSolve请求参数结构体
|
|
4188
|
-
*/
|
|
4189
|
-
export interface DescribeDeviceLocationSolveRequest {
|
|
4190
|
-
/**
|
|
4191
|
-
* 产品ID
|
|
4192
|
-
*/
|
|
4193
|
-
ProductId: string;
|
|
4194
|
-
/**
|
|
4195
|
-
* 设备名称
|
|
4196
|
-
*/
|
|
4197
|
-
DeviceName: string;
|
|
4198
|
-
/**
|
|
4199
|
-
* 定位解析类型,wifi或GNSSNavigation
|
|
4200
|
-
*/
|
|
4201
|
-
LocationType: string;
|
|
4202
|
-
/**
|
|
4203
|
-
* LoRaEdge卫星导航电文
|
|
4204
|
-
*/
|
|
4205
|
-
GNSSNavigation?: string;
|
|
4206
|
-
/**
|
|
4207
|
-
* wifi信息
|
|
4208
|
-
*/
|
|
4209
|
-
WiFiInfo?: Array<WifiInfo>;
|
|
4210
|
-
}
|
|
4211
4439
|
/**
|
|
4212
4440
|
* DescribeVideoLicense请求参数结构体
|
|
4213
4441
|
*/
|
|
@@ -5009,6 +5237,19 @@ export interface CreateCloudStorageAIServiceResponse {
|
|
|
5009
5237
|
*/
|
|
5010
5238
|
RequestId?: string;
|
|
5011
5239
|
}
|
|
5240
|
+
/**
|
|
5241
|
+
* TWeSee 语义理解自定义标签请求
|
|
5242
|
+
*/
|
|
5243
|
+
export interface VisionCustomDetectQuery {
|
|
5244
|
+
/**
|
|
5245
|
+
* 自定义标签的标识符
|
|
5246
|
+
*/
|
|
5247
|
+
Key: string;
|
|
5248
|
+
/**
|
|
5249
|
+
* 自定义标签的描述文本
|
|
5250
|
+
*/
|
|
5251
|
+
Query: string;
|
|
5252
|
+
}
|
|
5012
5253
|
/**
|
|
5013
5254
|
* 设备历史数据结构
|
|
5014
5255
|
*/
|
|
@@ -6091,6 +6332,79 @@ export interface DeviceSignatureInfo {
|
|
|
6091
6332
|
*/
|
|
6092
6333
|
DeviceSignature?: string;
|
|
6093
6334
|
}
|
|
6335
|
+
/**
|
|
6336
|
+
* InvokeTWeSeeRecognitionTaskWithFile请求参数结构体
|
|
6337
|
+
*/
|
|
6338
|
+
export interface InvokeTWeSeeRecognitionTaskWithFileRequest {
|
|
6339
|
+
/**
|
|
6340
|
+
* 产品ID
|
|
6341
|
+
*/
|
|
6342
|
+
ProductId: string;
|
|
6343
|
+
/**
|
|
6344
|
+
* 设备名称
|
|
6345
|
+
*/
|
|
6346
|
+
DeviceName: string;
|
|
6347
|
+
/**
|
|
6348
|
+
* 视频 / 图片文件的 Base64 编码字符串
|
|
6349
|
+
*/
|
|
6350
|
+
InputBase64: string;
|
|
6351
|
+
/**
|
|
6352
|
+
* 通道 ID
|
|
6353
|
+
*/
|
|
6354
|
+
ChannelId?: number;
|
|
6355
|
+
/**
|
|
6356
|
+
* 自定义事件 ID
|
|
6357
|
+
*/
|
|
6358
|
+
CustomId?: string;
|
|
6359
|
+
/**
|
|
6360
|
+
* 是否保存该事件使其可被搜索
|
|
6361
|
+
*/
|
|
6362
|
+
EnableSearch?: boolean;
|
|
6363
|
+
/**
|
|
6364
|
+
* 事件起始时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
6365
|
+
*/
|
|
6366
|
+
StartTimeMs?: number;
|
|
6367
|
+
/**
|
|
6368
|
+
* 事件结束时间事件起始时间(毫秒级 UNIX 时间戳,若不传则默认为接口调用时间)
|
|
6369
|
+
*/
|
|
6370
|
+
EndTimeMs?: number;
|
|
6371
|
+
/**
|
|
6372
|
+
* 算法配置
|
|
6373
|
+
*/
|
|
6374
|
+
Config?: string;
|
|
6375
|
+
/**
|
|
6376
|
+
* 是否自定义设备,为 true 时不检查设备存在性,默认为 false
|
|
6377
|
+
*/
|
|
6378
|
+
IsCustomDevice?: boolean;
|
|
6379
|
+
/**
|
|
6380
|
+
* 输入类型。可选值:
|
|
6381
|
+
|
|
6382
|
+
- `video`:视频(默认值)
|
|
6383
|
+
- `image`:图片
|
|
6384
|
+
*/
|
|
6385
|
+
InputType?: string;
|
|
6386
|
+
/**
|
|
6387
|
+
* 摘要服务质量。可选值:
|
|
6388
|
+
|
|
6389
|
+
- `minutely`:分钟级(默认值)
|
|
6390
|
+
- `immediate`:立即
|
|
6391
|
+
*/
|
|
6392
|
+
SummaryQOS?: string;
|
|
6393
|
+
/**
|
|
6394
|
+
* 摘要输出配置
|
|
6395
|
+
*/
|
|
6396
|
+
SummaryConfig?: VisionSummaryConfig;
|
|
6397
|
+
/**
|
|
6398
|
+
* 算法类型,可能取值:
|
|
6399
|
+
- `Summary`:视频/图片摘要
|
|
6400
|
+
- `ObjectDetect`:目标检测
|
|
6401
|
+
*/
|
|
6402
|
+
ServiceType?: string;
|
|
6403
|
+
/**
|
|
6404
|
+
* 目标检测配置
|
|
6405
|
+
*/
|
|
6406
|
+
ObjectDetectConfig?: VisionObjectDetectConfig;
|
|
6407
|
+
}
|
|
6094
6408
|
/**
|
|
6095
6409
|
* TWeCall信息
|
|
6096
6410
|
*/
|
|
@@ -6488,6 +6802,15 @@ export interface DescribeTWeTalkProductConfigV2Request {
|
|
|
6488
6802
|
*/
|
|
6489
6803
|
IncludeCredentials?: boolean;
|
|
6490
6804
|
}
|
|
6805
|
+
/**
|
|
6806
|
+
* BatchInvokeTWeSeeRecognitionTask请求参数结构体
|
|
6807
|
+
*/
|
|
6808
|
+
export interface BatchInvokeTWeSeeRecognitionTaskRequest {
|
|
6809
|
+
/**
|
|
6810
|
+
* 待执行的 TWeSee 语义理解任务列表
|
|
6811
|
+
*/
|
|
6812
|
+
Inputs: Array<CreateVisionRecognitionTaskInput>;
|
|
6813
|
+
}
|
|
6491
6814
|
/**
|
|
6492
6815
|
* TWeSee 语义理解任务信息
|
|
6493
6816
|
*/
|
|
@@ -6647,13 +6970,34 @@ export interface GenSingleDeviceSignatureOfPublicRequest {
|
|
|
6647
6970
|
Expire: number;
|
|
6648
6971
|
}
|
|
6649
6972
|
/**
|
|
6650
|
-
*
|
|
6973
|
+
* 批量创建 TWeSee 语义理解任务的响应
|
|
6651
6974
|
*/
|
|
6652
|
-
export interface
|
|
6975
|
+
export interface CreateVisionRecognitionTaskOutput {
|
|
6653
6976
|
/**
|
|
6654
|
-
*
|
|
6977
|
+
* 创建任务成功
|
|
6655
6978
|
*/
|
|
6656
|
-
|
|
6979
|
+
Created?: boolean;
|
|
6980
|
+
/**
|
|
6981
|
+
* 任务 ID
|
|
6982
|
+
*/
|
|
6983
|
+
TaskId?: string;
|
|
6984
|
+
/**
|
|
6985
|
+
* 错误码
|
|
6986
|
+
*/
|
|
6987
|
+
ErrorCode?: string;
|
|
6988
|
+
/**
|
|
6989
|
+
* 错误消息
|
|
6990
|
+
*/
|
|
6991
|
+
ErrorMessage?: string;
|
|
6992
|
+
}
|
|
6993
|
+
/**
|
|
6994
|
+
* BatchCreateTWeSeeRecognitionTask返回参数结构体
|
|
6995
|
+
*/
|
|
6996
|
+
export interface BatchCreateTWeSeeRecognitionTaskResponse {
|
|
6997
|
+
/**
|
|
6998
|
+
* TWeSee 语义理解任务的创建结果。与入参 Inputs 一一对应。
|
|
6999
|
+
*/
|
|
7000
|
+
Outputs?: Array<CreateVisionRecognitionTaskOutput>;
|
|
6657
7001
|
/**
|
|
6658
7002
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6659
7003
|
*/
|
|
@@ -7239,21 +7583,9 @@ export interface CloudStorageAIServiceTaskFileInfo {
|
|
|
7239
7583
|
Labels?: Array<CloudStorageAIServiceTaskFileLabel>;
|
|
7240
7584
|
}
|
|
7241
7585
|
/**
|
|
7242
|
-
*
|
|
7586
|
+
* DeleteTWeTalkProductConfigV2返回参数结构体
|
|
7243
7587
|
*/
|
|
7244
|
-
export interface
|
|
7245
|
-
/**
|
|
7246
|
-
* 是否开启视频摘要
|
|
7247
|
-
*/
|
|
7248
|
-
EnableSummary?: boolean;
|
|
7249
|
-
/**
|
|
7250
|
-
* 是否开启视频搜索
|
|
7251
|
-
*/
|
|
7252
|
-
EnableSearch?: boolean;
|
|
7253
|
-
/**
|
|
7254
|
-
* 配置参数
|
|
7255
|
-
*/
|
|
7256
|
-
Config?: string;
|
|
7588
|
+
export interface DeleteTWeTalkProductConfigV2Response {
|
|
7257
7589
|
/**
|
|
7258
7590
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7259
7591
|
*/
|
|
@@ -7264,33 +7596,30 @@ export interface DescribeTWeSeeConfigResponse {
|
|
|
7264
7596
|
*/
|
|
7265
7597
|
export interface VisionSummaryConfig {
|
|
7266
7598
|
/**
|
|
7267
|
-
*
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
th 泰语
|
|
7276
|
-
|
|
7599
|
+
* 主输出语言,可选值包括:
|
|
7600
|
+
- `zh` 中文(默认值)
|
|
7601
|
+
- `en` 英语
|
|
7602
|
+
- `ja` 日语
|
|
7603
|
+
- `ko` 韩文
|
|
7604
|
+
- `pt-BR` 葡萄牙语(巴西)
|
|
7605
|
+
- `th` 泰语
|
|
7606
|
+
- `ms` 马来语
|
|
7277
7607
|
*/
|
|
7278
7608
|
OutputLang?: string;
|
|
7279
7609
|
/**
|
|
7280
|
-
*
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
th 泰语
|
|
7610
|
+
* 次选输出语言,可选值包括:
|
|
7611
|
+
- `zh` 中文
|
|
7612
|
+
- `en` 英语
|
|
7613
|
+
- `ja` 日语
|
|
7614
|
+
- `ko` 韩文
|
|
7615
|
+
- `pt-BR` 葡萄牙语(巴西)
|
|
7616
|
+
- `th` 泰语
|
|
7617
|
+
- `ms` 马来语
|
|
7289
7618
|
|
|
7290
7619
|
*/
|
|
7291
7620
|
AlternativeOutputLang?: string;
|
|
7292
7621
|
/**
|
|
7293
|
-
*
|
|
7622
|
+
* 多摄像头布局定义。可选值包括:
|
|
7294
7623
|
|
|
7295
7624
|
- 单摄(默认值):`Single`
|
|
7296
7625
|
|
|
@@ -7307,24 +7636,99 @@ export interface VisionSummaryConfig {
|
|
|
7307
7636
|
- 三摄(纵向排列)- 画面2+3:`Vertical,Num=3,Index=1;2`
|
|
7308
7637
|
*/
|
|
7309
7638
|
MultiCameraLayout?: string;
|
|
7639
|
+
/**
|
|
7640
|
+
* 拓展的目标及事件检测类别。可选值包括:
|
|
7641
|
+
|
|
7642
|
+
**通用事件标签**
|
|
7643
|
+
- `person_enter` 有人进入
|
|
7644
|
+
- `vehicle_entering` 车辆进入
|
|
7645
|
+
- `vehicle_parking` 车辆停靠
|
|
7646
|
+
- `pet` 有宠物
|
|
7647
|
+
- `no_signal` 视频画面异常(无信号等)
|
|
7648
|
+
|
|
7649
|
+
**看家护院**
|
|
7650
|
+
- `person_climbing_fence` 有人翻围墙
|
|
7651
|
+
- `door_window_open` 门窗被开启
|
|
7652
|
+
- `person_carrying_object` 有人搬运物品
|
|
7653
|
+
|
|
7654
|
+
**商铺看管**
|
|
7655
|
+
- `person_at_cashier` 有人在收银台
|
|
7656
|
+
- `person_taking_goods` 有人拿商品
|
|
7657
|
+
- `person_night_moving` 夜间有人移动
|
|
7658
|
+
|
|
7659
|
+
**公共及防火安全**
|
|
7660
|
+
- `person_stealing` 有人偷盗
|
|
7661
|
+
- `crowd` 多人聚集
|
|
7662
|
+
- `smoking` 有人吸烟
|
|
7663
|
+
- `safety_fire` 明火
|
|
7664
|
+
- `safety_smoke` 浓烟
|
|
7665
|
+
- `fireworks` 有人燃放烟花爆竹
|
|
7666
|
+
- `knife` 有人持刀
|
|
7667
|
+
- `gun` 有人持枪
|
|
7668
|
+
- `fight` 有人打架
|
|
7669
|
+
- `hurt` 有人受伤流血
|
|
7670
|
+
|
|
7671
|
+
**养殖看护**
|
|
7672
|
+
- `person_feeding_animal` 有人投喂牲畜
|
|
7673
|
+
- `animal_lying` 有动物躺地上
|
|
7674
|
+
- `animal_wild_intrusion` 野生动物入侵
|
|
7675
|
+
|
|
7676
|
+
**果园农田**
|
|
7677
|
+
- `person_picking_fruit` 有人采摘果实
|
|
7678
|
+
- `person_carrying_bag` 有人携带包裹
|
|
7679
|
+
|
|
7680
|
+
**鱼塘看管**
|
|
7681
|
+
- `fishing` 有人钓鱼
|
|
7682
|
+
- `net_fishing` 有人撒网
|
|
7683
|
+
- `person_carrying_fishing_gear` 有人携带渔具
|
|
7684
|
+
- `loitering_near_water` 有人岸边逗留
|
|
7685
|
+
- `throwing_into_water` 有人投掷物品
|
|
7686
|
+
|
|
7687
|
+
**婴儿看护**
|
|
7688
|
+
- `baby` 有婴儿
|
|
7689
|
+
- `baby_dropping` 婴儿跌落床铺
|
|
7690
|
+
- `person_holding_baby` 有人抱起婴儿
|
|
7691
|
+
- `baby_rolling` 婴儿翻滚
|
|
7692
|
+
- `baby_crying` 婴儿哭闹
|
|
7693
|
+
|
|
7694
|
+
**儿童看护**
|
|
7695
|
+
- `child` 有小孩
|
|
7696
|
+
- `child_falling` 小孩摔倒
|
|
7697
|
+
- `child_entering_kitchen` 小孩进入厨房
|
|
7698
|
+
- `child_climbing_window` 小孩攀爬室内窗户
|
|
7699
|
+
- `child_near_water` 小孩靠近水域
|
|
7700
|
+
|
|
7701
|
+
**老人看护**
|
|
7702
|
+
- `elderly` 有老人
|
|
7703
|
+
- `elderly_falling` 老人摔倒
|
|
7704
|
+
- `elderly_eating` 老人用餐
|
|
7705
|
+
- `elderly_using_stove` 老人使用灶具
|
|
7706
|
+
|
|
7707
|
+
**宠物看护**
|
|
7708
|
+
- `pet_eating` 宠物进食
|
|
7709
|
+
- `pet_damaging` 宠物损坏家具
|
|
7710
|
+
- `pet_barking` 宠物吠叫
|
|
7711
|
+
- `pet_scratching_door` 宠物挠门
|
|
7712
|
+
|
|
7713
|
+
*/
|
|
7714
|
+
DetectTypes?: Array<string>;
|
|
7715
|
+
/**
|
|
7716
|
+
* 自定义检测标签
|
|
7717
|
+
*/
|
|
7718
|
+
CustomDetectQueries?: Array<VisionCustomDetectQuery>;
|
|
7310
7719
|
}
|
|
7311
7720
|
/**
|
|
7312
|
-
*
|
|
7721
|
+
* BatchInvokeTWeSeeRecognitionTask返回参数结构体
|
|
7313
7722
|
*/
|
|
7314
|
-
export interface
|
|
7315
|
-
/**
|
|
7316
|
-
* TWecall类型:0-体验套餐;1-基础版;3-高级版;
|
|
7317
|
-
*/
|
|
7318
|
-
PkgType: number;
|
|
7723
|
+
export interface BatchInvokeTWeSeeRecognitionTaskResponse {
|
|
7319
7724
|
/**
|
|
7320
|
-
*
|
|
7321
|
-
* @deprecated
|
|
7725
|
+
* TWeSee 语义理解任务的执行结果。与入参 Inputs 一一对应。
|
|
7322
7726
|
*/
|
|
7323
|
-
|
|
7727
|
+
Outputs?: Array<InvokeVisionRecognitionTaskOutput>;
|
|
7324
7728
|
/**
|
|
7325
|
-
*
|
|
7729
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7326
7730
|
*/
|
|
7327
|
-
|
|
7731
|
+
RequestId?: string;
|
|
7328
7732
|
}
|
|
7329
7733
|
/**
|
|
7330
7734
|
* ModifyPositionFence请求参数结构体
|
|
@@ -7701,6 +8105,27 @@ export interface DescribeProjectResponse {
|
|
|
7701
8105
|
*/
|
|
7702
8106
|
RequestId?: string;
|
|
7703
8107
|
}
|
|
8108
|
+
/**
|
|
8109
|
+
* 目标检测算法检测到的目标详情
|
|
8110
|
+
*/
|
|
8111
|
+
export interface VisionDetectedObject {
|
|
8112
|
+
/**
|
|
8113
|
+
* 目标出现的媒体时间戳(以图片为输入时始终取值 0)
|
|
8114
|
+
*/
|
|
8115
|
+
Time?: number;
|
|
8116
|
+
/**
|
|
8117
|
+
* 目标类别名
|
|
8118
|
+
*/
|
|
8119
|
+
ClassName?: string;
|
|
8120
|
+
/**
|
|
8121
|
+
* 目标边界框(坐标顺序为 x1, y1, x2, y2)
|
|
8122
|
+
*/
|
|
8123
|
+
BoundingBox?: Array<number>;
|
|
8124
|
+
/**
|
|
8125
|
+
* 置信度(取值范围 0.0 至 1.0)
|
|
8126
|
+
*/
|
|
8127
|
+
Confidence?: number;
|
|
8128
|
+
}
|
|
7704
8129
|
/**
|
|
7705
8130
|
* CreateTWeTalkProductConfigV2返回参数结构体
|
|
7706
8131
|
*/
|
|
@@ -7917,13 +8342,17 @@ export interface ListTopicPolicyRequest {
|
|
|
7917
8342
|
ProductId: string;
|
|
7918
8343
|
}
|
|
7919
8344
|
/**
|
|
7920
|
-
*
|
|
8345
|
+
* GenerateSignedVideoURL返回参数结构体
|
|
7921
8346
|
*/
|
|
7922
|
-
export interface
|
|
8347
|
+
export interface GenerateSignedVideoURLResponse {
|
|
7923
8348
|
/**
|
|
7924
|
-
*
|
|
8349
|
+
* 视频防盗链播放URL
|
|
7925
8350
|
*/
|
|
7926
|
-
|
|
8351
|
+
SignedVideoURL?: string;
|
|
8352
|
+
/**
|
|
8353
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8354
|
+
*/
|
|
8355
|
+
RequestId?: string;
|
|
7927
8356
|
}
|
|
7928
8357
|
/**
|
|
7929
8358
|
* InvokeVideosKeywordsAnalyzer请求参数结构体
|
|
@@ -9537,17 +9966,13 @@ export interface DescribeCloudStorageRequest {
|
|
|
9537
9966
|
ChannelId?: number;
|
|
9538
9967
|
}
|
|
9539
9968
|
/**
|
|
9540
|
-
*
|
|
9969
|
+
* DeleteLoRaFrequency请求参数结构体
|
|
9541
9970
|
*/
|
|
9542
|
-
export interface
|
|
9543
|
-
/**
|
|
9544
|
-
* 视频防盗链播放URL
|
|
9545
|
-
*/
|
|
9546
|
-
SignedVideoURL?: string;
|
|
9971
|
+
export interface DeleteLoRaFrequencyRequest {
|
|
9547
9972
|
/**
|
|
9548
|
-
*
|
|
9973
|
+
* 频点唯一ID
|
|
9549
9974
|
*/
|
|
9550
|
-
|
|
9975
|
+
FreqId?: string;
|
|
9551
9976
|
}
|
|
9552
9977
|
/**
|
|
9553
9978
|
* CreatePositionFence请求参数结构体
|