tencentcloud-sdk-nodejs 4.1.224 → 4.1.225

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.
Files changed (27) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/emr/v20190103/emr_client.js +14 -2
  3. package/es/services/ess/v20201111/ess_client.js +10 -4
  4. package/es/services/ioa/v20220601/ioa_client.js +30 -0
  5. package/es/services/ocr/v20181119/ocr_client.js +6 -0
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +12 -23
  10. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +19 -3
  11. package/tencentcloud/services/emr/v20190103/emr_client.js +27 -3
  12. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +894 -302
  13. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +30 -22
  14. package/tencentcloud/services/ess/v20201111/ess_client.js +35 -23
  15. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1175 -1033
  16. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +41 -1
  17. package/tencentcloud/services/ioa/v20220601/ioa_client.js +60 -0
  18. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +944 -126
  19. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +14 -2
  20. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +6 -6
  21. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +78 -1
  22. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -1
  23. package/tencentcloud/services/ocr/v20181119/ocr_client.js +12 -0
  24. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6794 -6572
  25. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
  26. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -16
  27. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +47 -35
@@ -2689,7 +2689,7 @@ export type DescribeFreeCloudStorageNumRequest = null;
2689
2689
  */
2690
2690
  export interface InvokeVideosKeywordsAnalyzerResponse {
2691
2691
  /**
2692
- * 基于搜索结果的总结
2692
+ * 根据视频内容生成的关键词
2693
2693
  */
2694
2694
  Keywords?: Array<string>;
2695
2695
  /**
@@ -4981,6 +4981,14 @@ export interface InvokeAISearchServiceRequest {
4981
4981
  * 指定向量搜索最相似的 Top K;仅当SearchMode为2时支持自定义设置,默认为100
4982
4982
  */
4983
4983
  VectorSearchTopK?: number;
4984
+ /**
4985
+ * 搜索结果的排序方式,可选值:
4986
+
4987
+ - `CORRELATION`:按相关性(默认)
4988
+ - `TIME_ASC`:按时间升序
4989
+ - `TIME_DESC`:按时间降序
4990
+ */
4991
+ Order?: string;
4984
4992
  }
4985
4993
  /**
4986
4994
  * 结构体(PackageInfo)记录了设备拥有的有效套餐信息,包括云存开启状态、云存类型、云存回看时长、云存套餐过期时间
@@ -8893,9 +8901,13 @@ export interface InvokeVideosKeywordsAnalyzerRequest {
8893
8901
  */
8894
8902
  EndTimeMs: number;
8895
8903
  /**
8896
- * 返回的关键字最大数量,默认为5;最大不能超过10
8904
+ * 返回的关键词的最大数量,默认为5;最大不能超过10
8897
8905
  */
8898
8906
  KeywordsMaxNum?: number;
8907
+ /**
8908
+ * 返回的关键词的语言类型,支持的类型有:en-US、zh-CN
8909
+ */
8910
+ KeywordsLang?: string;
8899
8911
  }
8900
8912
  /**
8901
8913
  * DescribeFirmwareTaskDevices请求参数结构体
@@ -5796,12 +5796,12 @@ export interface ListDocResponse {
5796
5796
  */
5797
5797
  export interface CreateAppResponse {
5798
5798
  /**
5799
- * 应用ID
5799
+ * <p>应用ID</p>
5800
5800
  注意:此字段可能返回 null,表示取不到有效值。
5801
5801
  */
5802
5802
  AppBizId?: string;
5803
5803
  /**
5804
- * 判断账户应用列表权限是否是自定义的,用户交互提示
5804
+ * <p>判断账户应用列表权限是否是自定义的,用户交互提示</p>
5805
5805
  注意:此字段可能返回 null,表示取不到有效值。
5806
5806
  */
5807
5807
  IsCustomList?: boolean;
@@ -9315,19 +9315,19 @@ export interface ListReleaseQAPreviewResponse {
9315
9315
  */
9316
9316
  export interface CreateAppRequest {
9317
9317
  /**
9318
- * 应用类型;knowledge_qa-知识问答管理
9318
+ * <p>应用类型;<code>&quot;knowledge_qa&quot;</code> 知识问答应用(包含标准模式 单工作流 Multi-Agent 等模式)</p>
9319
9319
  */
9320
9320
  AppType: string;
9321
9321
  /**
9322
- * 应用基础配置
9322
+ * <p>应用基础配置</p>
9323
9323
  */
9324
9324
  BaseConfig: BaseConfig;
9325
9325
  /**
9326
- * 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
9326
+ * <p>应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式,ClawAgent:Claw模式</p>
9327
9327
  */
9328
9328
  Pattern?: string;
9329
9329
  /**
9330
- * 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
9330
+ * <p>智能体类型,用于区分应用最终以何种智能体形态对外服务(对话(&quot;dialogue&quot;) / 公众号(&quot;wechat&quot;))。当前 ADP 创建页面不区分对话/公众号智能体,ADP 创建页默认走对话智能体。</p>
9331
9331
  */
9332
9332
  AgentType?: string;
9333
9333
  }
@@ -10378,6 +10378,10 @@ export interface DesignVoiceAsyncRequest {
10378
10378
  * <p>音色描述</p>
10379
10379
  */
10380
10380
  Prompt: string;
10381
+ /**
10382
+ * <p>音色属性</p>
10383
+ */
10384
+ VoiceProfile?: VoiceProfile;
10381
10385
  /**
10382
10386
  * <p>扩展参数,json字符串</p>
10383
10387
  */
@@ -10829,10 +10833,18 @@ export interface SyncDubbingRequest {
10829
10833
  * <p>克隆音频语言,默认中文。<br>当前支持语言同TextLang</p>
10830
10834
  */
10831
10835
  AudioLang?: string;
10836
+ /**
10837
+ * <p>音色属性</p>
10838
+ */
10839
+ VoiceProfile?: VoiceProfile;
10832
10840
  /**
10833
10841
  * <p>输出相关参数</p><p>可以指定输出形式等</p>
10834
10842
  */
10835
10843
  Output?: SyncDubbingOutputOption;
10844
+ /**
10845
+ * <p>资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。</p>
10846
+ */
10847
+ ResourceId?: string;
10836
10848
  /**
10837
10849
  * <p>扩展参数,json字符串</p><p>synExt Object 语音合成扩展参数<br> -duration Float 合成音频时长,单位秒,示例:5.2<br> -sampleRate Integer 合成音频采样率,默认16000,支持[8000,16000,22050,32000,44100]<br> -pitch Integer 音调,默认0原音色输出,取值[-12, 12]<br>cloneExt Object 音色克隆扩展参数<br> -timeRanges Float[][] 指定克隆音频时间范围,默认[[0, 20]],示例[[5.2, 10], [45, 59.8]]</p>
10838
10850
  */
@@ -18914,6 +18926,35 @@ export interface ImageResizeConfig {
18914
18926
  */
18915
18927
  ShortSide?: number;
18916
18928
  }
18929
+ /**
18930
+ * 音色属性
18931
+ */
18932
+ export interface VoiceProfile {
18933
+ /**
18934
+ * <p>音色名</p>
18935
+ */
18936
+ Name?: string;
18937
+ /**
18938
+ * <p>音色描述</p>
18939
+ */
18940
+ Description?: string;
18941
+ /**
18942
+ * <p>性别</p><p>枚举值:</p><ul><li>male: 男性</li><li>female: 女性</li><li>unknown: 未知</li></ul>
18943
+ */
18944
+ Gender?: string;
18945
+ /**
18946
+ * <p>年龄</p><p>枚举值:</p><ul><li>child: 儿童</li><li>teenager: 少年</li><li>youth: 青年</li><li>middle_aged: 中年</li><li>senior: 老年</li><li>unknown: 未知</li></ul>
18947
+ */
18948
+ Age?: string;
18949
+ /**
18950
+ * <p>标签</p>
18951
+ */
18952
+ Labels?: Array<string>;
18953
+ /**
18954
+ * <p>使用场景</p>
18955
+ */
18956
+ Scenes?: Array<string>;
18957
+ }
18917
18958
  /**
18918
18959
  * 字幕压制模块文字描边配置
18919
18960
  */
@@ -19695,6 +19736,10 @@ export interface VoiceInfo {
19695
19736
  * <p>性别</p><p>枚举值:</p><ul><li>male: 男</li><li>famale: 女</li></ul>
19696
19737
  */
19697
19738
  Gender?: string;
19739
+ /**
19740
+ * <p>年龄</p><p>枚举值:</p><ul><li>child: 儿童</li><li>teenager: 少年</li><li>youth: 青年</li><li>middle_aged: 中年</li><li>senior: 老年</li><li>unknown: 未知</li></ul>
19741
+ */
19742
+ Age?: string;
19698
19743
  /**
19699
19744
  * <p>支持语种列表</p><p>如:en</p>
19700
19745
  */
@@ -22791,9 +22836,41 @@ export interface AddOnImageInput {
22791
22836
  */
22792
22837
  export interface DescribeVoicesRequest {
22793
22838
  /**
22794
- * <p>音色类别</p><p>枚举值:</p><ul><li>system: 系统音色</li></ul>
22839
+ * <p>音色ID</p>
22840
+ */
22841
+ VoiceId?: string;
22842
+ /**
22843
+ * <p>音色类别</p><p>枚举值:</p><ul><li>system: 系统音色</li><li>clone: 克隆音色</li><li>design: 设计音色</li><li>all: 所有音色(默认)</li></ul>
22795
22844
  */
22796
22845
  VoiceType?: string;
22846
+ /**
22847
+ * <p>音色名</p>
22848
+ */
22849
+ VoiceName?: string;
22850
+ /**
22851
+ * <p>音色描述</p>
22852
+ */
22853
+ Description?: string;
22854
+ /**
22855
+ * <p>性别</p><p>枚举值:</p><ul><li>male: 男</li><li>female: 女</li><li>unknown: 未知</li></ul>
22856
+ */
22857
+ Gender?: string;
22858
+ /**
22859
+ * <p>年龄</p><p>枚举值:</p><ul><li>child: 儿童</li><li>teenager: 少年</li><li>youth: 青年</li><li>middle_aged: 中年</li><li>senior: 老年</li><li>unknown: 未知</li></ul>
22860
+ */
22861
+ Age?: string;
22862
+ /**
22863
+ * <p>语言</p>
22864
+ */
22865
+ Languages?: Array<string>;
22866
+ /**
22867
+ * <p>标签</p>
22868
+ */
22869
+ Labels?: Array<string>;
22870
+ /**
22871
+ * <p>场景</p>
22872
+ */
22873
+ Scenes?: Array<string>;
22797
22874
  /**
22798
22875
  * <p>扩展参数,json字符串</p><p>其他筛选条件voiceName String 音色名,模糊匹配labels Array of String 标签,匹配包含这些标签的音色</p>
22799
22876
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, DriverLicenseOCRRequest, VerifyBizLicenseEnterprise4Response, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
3
+ import { BankSlipOCRRequest, HKIDCardOCRRequest, DescribeQuestionMarkAgentJobResponse, RecognizeTravelCardOCRRequest, EstateCertOCRResponse, RecognizeTableOCRRequest, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, InvoiceGeneralOCRRequest, RecognizeFormulaOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, BizLicenseOCRRequest, RecognizeGeneralInvoiceRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TaxiInvoiceOCRRequest, VerifyScenePhotoRequest, ImageEnhancementResponse, LicensePlateOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, ClassifyStoreNameResponse, HandwritingEssayOCRRequest, VinOCRResponse, MLIDCardOCRRequest, DescribeExtractDocAgentJobResponse, RecognizeFormulaOCRResponse, QuotaInvoiceOCRResponse, ResidenceBookletOCRRequest, InsuranceBillOCRRequest, QrcodeOCRRequest, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, SmartStructuralOCRResponse, IDCardOCRRequest, GetOCRTokenRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, ShipInvoiceOCRRequest, BusinessCardOCRRequest, VerifyBizLicenseEnterprise4Response, GeneralFastOCRResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, MLIDPassportOCRRequest, VehicleLicenseOCRRequest, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, QuestionSplitOCRResponse, TrainTicketOCRResponse, RecognizeGeneralCardWarnRequest, GeneralHandwritingOCRRequest, TaxiInvoiceOCRResponse, VinOCRRequest, QuotaInvoiceOCRRequest, TollInvoiceOCRRequest, VerifyScenePhotoResponse, VatRollInvoiceOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeEncryptedIDCardOCRRequest, SubmitMarkEssayAgentJobRequest, TrainTicketOCRRequest, ExtractDocBasicResponse, EnglishOCRRequest, FlightInvoiceOCRResponse, ArithmeticOCRRequest, MLIDPassportOCRResponse, DescribeExtractDocAgentJobRequest, SealOCRResponse, EduPaperOCRRequest, PassportOCRRequest, RideHailingDriverLicenseOCRRequest, MixedInvoiceOCRRequest, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, VehicleRegCertOCRResponse, RecognizeTableAccurateOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, BusInvoiceOCRRequest, RecognizeContainerOCRResponse, TableOCRResponse, AdvertiseOCRResponse, RecognizeOnlineTaxiItineraryOCRRequest, EstateCertOCRRequest, FinanBillOCRRequest, DescribeMarkEssayAgentJobRequest, RecognizeOnlineTaxiItineraryOCRResponse, ClassifyDetectOCRResponse, CarInvoiceOCRRequest, TextDetectResponse, VatInvoiceVerifyNewRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, RecognizeStoreNameRequest, FormulaOCRResponse, DescribeQuestionMarkAgentJobRequest, GeneralEfficientOCRResponse, HmtResidentPermitOCRRequest, GeneralBasicOCRResponse, PermitOCRRequest, BankCardOCRRequest, ExtractDocAgentResponse, VatInvoiceOCRRequest, IDCardOCRResponse, LicensePlateOCRResponse, ExtractDocBasicRequest, VatInvoiceVerifyNewResponse, ExtractDocMultiResponse, TextDetectRequest, ResidenceBookletOCRResponse, QuestionSplitLayoutOCRResponse, GeneralBasicOCRRequest, TollInvoiceOCRResponse, EnterpriseLicenseOCRRequest, GeneralAccurateOCRRequest, FinanBillSliceOCRRequest, VatRollInvoiceOCRRequest, SmartStructuralOCRRequest, RecognizeMedicalInvoiceOCRRequest, PermitOCRResponse, FormulaOCRRequest, DutyPaidProofOCRRequest, CarInvoiceOCRResponse, GeneralFastOCRRequest, VerifyOfdVatInvoiceOCRResponse, BusInvoiceOCRResponse, ExtractDocMultiProRequest, RideHailingTransportLicenseOCRResponse, GeneralHandwritingOCRResponse, RecognizeAgentRequest, MixedInvoiceDetectRequest, BankCardOCRResponse, RecognizeValidIDCardOCRResponse, BusinessCardOCRResponse, VehicleRegCertOCRRequest, EnglishOCRResponse, AdvertiseOCRRequest, GetOCRTokenResponse, ClassifyStoreNameRequest, DriverLicenseOCRRequest, MainlandPermitOCRRequest, ArithmeticOCRResponse, ExtractDocMultiProResponse, MixedInvoiceDetectResponse, RecognizeAgentResponse, GeneralAccurateOCRResponse, GetOCRResultRequest, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, VehicleLicenseOCRResponse, WaybillOCRResponse, HKIDCardOCRResponse, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, SubmitExtractDocAgentJobResponse, RecognizeContainerOCRRequest, EduPaperOCRResponse, TableOCRRequest, RecognizeTravelCardOCRResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, PassportOCRResponse, VerifyOfdVatInvoiceOCRRequest, RecognizeGeneralCardWarnResponse, RecognizeTableAccurateOCRRequest, FinanBillOCRResponse, RecognizeHealthCodeOCRRequest, BankSlipOCRResponse, QuestionSplitOCRRequest, RecognizeHealthCodeOCRResponse, RecognizeEncryptedIDCardOCRResponse, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, InsuranceBillOCRResponse, SealOCRRequest, SubmitQuestionMarkAgentJobResponse, FlightInvoiceOCRRequest, WaybillOCRRequest, RecognizeStoreNameResponse, RideHailingTransportLicenseOCRRequest, MLIDCardOCRResponse } from "./ocr_models";
4
4
  /**
5
5
  * ocr client
6
6
  * @class
@@ -178,6 +178,10 @@ export declare class Client extends AbstractClient {
178
178
  默认接口请求频率限制:5次/秒。
179
179
  */
180
180
  RecognizeValidIDCardOCR(req: RecognizeValidIDCardOCRRequest, cb?: (error: string, rep: RecognizeValidIDCardOCRResponse) => void): Promise<RecognizeValidIDCardOCRResponse>;
181
+ /**
182
+ * 提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
183
+ */
184
+ VerifyScenePhoto(req: VerifyScenePhotoRequest, cb?: (error: string, rep: VerifyScenePhotoResponse) => void): Promise<VerifyScenePhotoResponse>;
181
185
  /**
182
186
  * <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
183
187
  本接口支持对通用机打发票的发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章、发票名称、购买方地址、电话、销售方地址、电话、购买方开户行及账号、销售方开户行及账号、经办人取票用户、经办人支付信息、经办人商户号、经办人订单号、货物或应税劳务、服务名称、数量、单价、税率、税额、金额、单位、规格型号、合计税额、合计金额、备注、收款人、复核、开票人、密码区、行业分类等字段的识别。
@@ -630,6 +634,10 @@ export declare class Client extends AbstractClient {
630
634
  默认接口请求频率限制:5次/秒。
631
635
  */
632
636
  EduPaperOCR(req: EduPaperOCRRequest, cb?: (error: string, rep: EduPaperOCRResponse) => void): Promise<EduPaperOCRResponse>;
637
+ /**
638
+ * 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
639
+ */
640
+ RecognizeAgent(req: RecognizeAgentRequest, cb?: (error: string, rep: RecognizeAgentResponse) => void): Promise<RecognizeAgentResponse>;
633
641
  /**
634
642
  * 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
635
643
 
@@ -220,6 +220,12 @@ class Client extends abstract_client_1.AbstractClient {
220
220
  async RecognizeValidIDCardOCR(req, cb) {
221
221
  return this.request("RecognizeValidIDCardOCR", req, cb);
222
222
  }
223
+ /**
224
+ * 提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
225
+ */
226
+ async VerifyScenePhoto(req, cb) {
227
+ return this.request("VerifyScenePhoto", req, cb);
228
+ }
223
229
  /**
224
230
  * <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
225
231
  本接口支持对通用机打发票的发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章、发票名称、购买方地址、电话、销售方地址、电话、购买方开户行及账号、销售方开户行及账号、经办人取票用户、经办人支付信息、经办人商户号、经办人订单号、货物或应税劳务、服务名称、数量、单价、税率、税额、金额、单位、规格型号、合计税额、合计金额、备注、收款人、复核、开票人、密码区、行业分类等字段的识别。
@@ -734,6 +740,12 @@ class Client extends abstract_client_1.AbstractClient {
734
740
  async EduPaperOCR(req, cb) {
735
741
  return this.request("EduPaperOCR", req, cb);
736
742
  }
743
+ /**
744
+ * 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
745
+ */
746
+ async RecognizeAgent(req, cb) {
747
+ return this.request("RecognizeAgent", req, cb);
748
+ }
737
749
  /**
738
750
  * 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
739
751