tencentcloud-sdk-nodejs-ocr 4.1.298 → 4.1.300
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
|
@@ -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
|
* 单词坐标信息
|
|
@@ -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
|
/**
|