tencentcloud-sdk-nodejs-ocr 4.1.295 → 4.1.299
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/package.json
CHANGED
|
@@ -589,23 +589,23 @@ export interface QuestionSplitLayoutOCRRequest {
|
|
|
589
589
|
*/
|
|
590
590
|
export interface DescribeMarkEssayAgentJobResponse {
|
|
591
591
|
/**
|
|
592
|
-
*
|
|
592
|
+
* <p>图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负。</p>
|
|
593
593
|
*/
|
|
594
594
|
Angle?: number;
|
|
595
595
|
/**
|
|
596
|
-
*
|
|
596
|
+
* <p>配置结构化文本信息。</p>
|
|
597
597
|
*/
|
|
598
598
|
SentenceSuggests?: Array<MarkEssaySuggestions>;
|
|
599
599
|
/**
|
|
600
|
-
*
|
|
600
|
+
* <p>任务执行错误码。当任务状态不为 FAIL 时,该值为""。</p>
|
|
601
601
|
*/
|
|
602
602
|
ErrorCode?: string;
|
|
603
603
|
/**
|
|
604
|
-
*
|
|
604
|
+
* <p>任务执行错误信息。当任务状态不为 FAIL 时,该值为""。</p>
|
|
605
605
|
*/
|
|
606
606
|
ErrorMessage?: string;
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* <p>任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功</p>
|
|
609
609
|
*/
|
|
610
610
|
JobStatus?: string;
|
|
611
611
|
/**
|
|
@@ -1979,89 +1979,97 @@ export interface MainlandPermitOCRRequest {
|
|
|
1979
1979
|
*/
|
|
1980
1980
|
export interface VatElectronicItemInfo {
|
|
1981
1981
|
/**
|
|
1982
|
-
*
|
|
1982
|
+
* <p>项目名称</p>
|
|
1983
1983
|
*/
|
|
1984
1984
|
Name?: string;
|
|
1985
1985
|
/**
|
|
1986
|
-
*
|
|
1986
|
+
* <p>数量</p>
|
|
1987
1987
|
*/
|
|
1988
1988
|
Quantity?: string;
|
|
1989
1989
|
/**
|
|
1990
|
-
*
|
|
1990
|
+
* <p>规格型号</p>
|
|
1991
1991
|
*/
|
|
1992
1992
|
Specification?: string;
|
|
1993
1993
|
/**
|
|
1994
|
-
*
|
|
1994
|
+
* <p>单价</p>
|
|
1995
1995
|
*/
|
|
1996
1996
|
Price?: string;
|
|
1997
1997
|
/**
|
|
1998
|
-
*
|
|
1998
|
+
* <p>金额</p>
|
|
1999
1999
|
*/
|
|
2000
2000
|
Total?: string;
|
|
2001
2001
|
/**
|
|
2002
|
-
*
|
|
2002
|
+
* <p>税率</p>
|
|
2003
2003
|
*/
|
|
2004
2004
|
TaxRate?: string;
|
|
2005
2005
|
/**
|
|
2006
|
-
*
|
|
2006
|
+
* <p>税额</p>
|
|
2007
2007
|
*/
|
|
2008
2008
|
Tax?: string;
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* <p>单位</p>
|
|
2011
2011
|
*/
|
|
2012
2012
|
Unit?: string;
|
|
2013
2013
|
/**
|
|
2014
|
-
*
|
|
2014
|
+
* <p>运输工具类型</p>
|
|
2015
2015
|
*/
|
|
2016
2016
|
VehicleType?: string;
|
|
2017
2017
|
/**
|
|
2018
|
-
*
|
|
2018
|
+
* <p>运输工具牌号</p>
|
|
2019
2019
|
*/
|
|
2020
2020
|
VehicleBrand?: string;
|
|
2021
2021
|
/**
|
|
2022
|
-
*
|
|
2022
|
+
* <p>起始地</p>
|
|
2023
2023
|
*/
|
|
2024
2024
|
DeparturePlace?: string;
|
|
2025
2025
|
/**
|
|
2026
|
-
*
|
|
2026
|
+
* <p>到达地</p>
|
|
2027
2027
|
*/
|
|
2028
2028
|
ArrivalPlace?: string;
|
|
2029
2029
|
/**
|
|
2030
|
-
*
|
|
2030
|
+
* <p>运输货物名称,仅货物运输服务发票返回</p>
|
|
2031
2031
|
*/
|
|
2032
2032
|
TransportItemsName?: string;
|
|
2033
2033
|
/**
|
|
2034
|
-
*
|
|
2034
|
+
* <p>建筑服务发生地,仅建筑发票返回</p>
|
|
2035
2035
|
*/
|
|
2036
2036
|
PlaceOfBuildingService?: string;
|
|
2037
2037
|
/**
|
|
2038
|
-
*
|
|
2038
|
+
* <p>建筑项目名称,仅建筑发票返回</p>
|
|
2039
2039
|
*/
|
|
2040
2040
|
BuildingName?: string;
|
|
2041
2041
|
/**
|
|
2042
|
-
*
|
|
2042
|
+
* <p>产权证书/不动产权证号,仅不动产经营租赁服务发票返回</p>
|
|
2043
2043
|
*/
|
|
2044
2044
|
EstateNumber?: string;
|
|
2045
2045
|
/**
|
|
2046
|
-
*
|
|
2046
|
+
* <p>面积单位,仅不动产经营租赁服务发票返回</p>
|
|
2047
2047
|
*/
|
|
2048
2048
|
AreaUnit?: string;
|
|
2049
2049
|
/**
|
|
2050
|
-
*
|
|
2050
|
+
* <p>出行人,仅旅客运输服务发票返回</p>
|
|
2051
2051
|
*/
|
|
2052
2052
|
Traveler?: string;
|
|
2053
2053
|
/**
|
|
2054
|
-
*
|
|
2054
|
+
* <p>有效身份证件号,仅旅客运输服务发票返回</p>
|
|
2055
2055
|
*/
|
|
2056
2056
|
TravelerID?: string;
|
|
2057
2057
|
/**
|
|
2058
|
-
*
|
|
2058
|
+
* <p>出行日期,仅旅客运输服务发票返回</p>
|
|
2059
2059
|
*/
|
|
2060
2060
|
TravelDate?: string;
|
|
2061
2061
|
/**
|
|
2062
|
-
*
|
|
2062
|
+
* <p>等级,仅旅客运输服务发票返回</p>
|
|
2063
2063
|
*/
|
|
2064
2064
|
TravelLevel?: string;
|
|
2065
|
+
/**
|
|
2066
|
+
* <p>通行日期起</p>
|
|
2067
|
+
*/
|
|
2068
|
+
DateStart?: string;
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>通行日期止</p>
|
|
2071
|
+
*/
|
|
2072
|
+
DateEnd?: string;
|
|
2065
2073
|
}
|
|
2066
2074
|
/**
|
|
2067
2075
|
* 单词坐标信息
|
|
@@ -5661,19 +5669,19 @@ export interface FinancialBill {
|
|
|
5661
5669
|
*/
|
|
5662
5670
|
export interface SubmitMarkEssayAgentJobRequest {
|
|
5663
5671
|
/**
|
|
5664
|
-
*
|
|
5672
|
+
* <p>图片/PDF的 Base64 值。要求Base64不超过10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 示例值:/9j/4AAQSkZJRg.....s97n//2Q==</p>
|
|
5665
5673
|
*/
|
|
5666
5674
|
ImageBase64List?: Array<string>;
|
|
5667
5675
|
/**
|
|
5668
|
-
*
|
|
5676
|
+
* <p>图片/PDF的 Url 地址。要求图片经Base64编码后不超过10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。 示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/GeneralAccurateOCR/GeneralAccurateOCR1.jpg</p>
|
|
5669
5677
|
*/
|
|
5670
5678
|
ImageUrlList?: Array<string>;
|
|
5671
5679
|
/**
|
|
5672
|
-
*
|
|
5680
|
+
* <p>需要识别的PDF页面的对应页码,仅支持PDF单页识别,默认值为1。 示例值:1</p>
|
|
5673
5681
|
*/
|
|
5674
5682
|
PdfPageNumber?: number;
|
|
5675
5683
|
/**
|
|
5676
|
-
*
|
|
5684
|
+
* <p>批改信息输出配置,当key对应为1表示开启配置开关。 当key为StructureAndContent value为1 表示SentenceSuggest返回篇章结构和内容信息,默认只返回词汇、语句</p>
|
|
5677
5685
|
*/
|
|
5678
5686
|
QuestionConfigMap?: string;
|
|
5679
5687
|
}
|
|
@@ -5831,7 +5839,7 @@ export interface TextVehicleBack {
|
|
|
5831
5839
|
*/
|
|
5832
5840
|
export interface SubmitMarkEssayAgentJobResponse {
|
|
5833
5841
|
/**
|
|
5834
|
-
*
|
|
5842
|
+
* <p>任务唯一ID。由服务端生成。 示例值:1334797167793684480</p>
|
|
5835
5843
|
*/
|
|
5836
5844
|
JobIds?: Array<string>;
|
|
5837
5845
|
/**
|
|
@@ -7767,7 +7775,7 @@ export interface ConfigAdvanced {
|
|
|
7767
7775
|
*/
|
|
7768
7776
|
export interface VerifyScenePhotoRequest {
|
|
7769
7777
|
/**
|
|
7770
|
-
* <p>场景类型参数,如果场景无法细分请选用该大类的第一个子类,目前支持以下类型:<br><strong>经营场所照</strong><br>0101 门头照<br>0102 店内照<br>0103
|
|
7778
|
+
* <p>场景类型参数,如果场景无法细分请选用该大类的第一个子类,目前支持以下类型:<br><strong>经营场所照</strong><br>0101 门头照<br>0102 店内照<br>0103 流动经营照 </p><p><strong>车牌业务照</strong><br>0201 车牌</p>
|
|
7771
7779
|
*/
|
|
7772
7780
|
Scene: string;
|
|
7773
7781
|
/**
|
|
@@ -10798,7 +10806,7 @@ export interface RecognizeValidIDCardOCRResponse {
|
|
|
10798
10806
|
*/
|
|
10799
10807
|
export interface DescribeMarkEssayAgentJobRequest {
|
|
10800
10808
|
/**
|
|
10801
|
-
*
|
|
10809
|
+
* <p>任务唯一ID。由服务端生成。</p>
|
|
10802
10810
|
*/
|
|
10803
10811
|
JobId?: string;
|
|
10804
10812
|
}
|