tencentcloud-sdk-nodejs-ocr 4.1.301 → 4.1.305

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.1.301",
3
+ "version": "4.1.305",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2070,6 +2070,10 @@ export interface VatElectronicItemInfo {
2070
2070
  * <p>通行日期止</p>
2071
2071
  */
2072
2072
  DateEnd?: string;
2073
+ /**
2074
+ * <p>车架号</p>
2075
+ */
2076
+ VinNo?: string;
2073
2077
  }
2074
2078
  /**
2075
2079
  * 单词坐标信息
@@ -7042,105 +7046,109 @@ export interface ArithmeticOCRRequest {
7042
7046
  */
7043
7047
  export interface NonTaxIncomeBill {
7044
7048
  /**
7045
- * 发票名称
7049
+ * <p>发票名称</p>
7046
7050
  */
7047
7051
  Title?: string;
7048
7052
  /**
7049
- * 发票号码
7053
+ * <p>发票号码</p>
7050
7054
  */
7051
7055
  Number?: string;
7052
7056
  /**
7053
- * 发票代码
7057
+ * <p>发票代码</p>
7054
7058
  */
7055
7059
  Code?: string;
7056
7060
  /**
7057
- * 校验码
7061
+ * <p>校验码</p>
7058
7062
  */
7059
7063
  CheckCode?: string;
7060
7064
  /**
7061
- * 开票日期
7065
+ * <p>开票日期</p>
7062
7066
  */
7063
7067
  Date?: string;
7064
7068
  /**
7065
- * 价税合计(小写)
7069
+ * <p>价税合计(小写)</p>
7066
7070
  */
7067
7071
  Total?: string;
7068
7072
  /**
7069
- * 价税合计(大写)
7073
+ * <p>价税合计(大写)</p>
7070
7074
  */
7071
7075
  TotalCn?: string;
7072
7076
  /**
7073
- * 交款人名称
7077
+ * <p>交款人名称</p>
7074
7078
  */
7075
7079
  Buyer?: string;
7076
7080
  /**
7077
- * 交款人纳税人识别号
7081
+ * <p>交款人纳税人识别号</p>
7078
7082
  */
7079
7083
  BuyerTaxID?: string;
7080
7084
  /**
7081
- * 收款人名称
7085
+ * <p>收款人名称</p>
7082
7086
  */
7083
7087
  Seller?: string;
7084
7088
  /**
7085
- * 收款单位名称
7089
+ * <p>收款单位名称</p>
7086
7090
  */
7087
7091
  SellerCompany?: string;
7088
7092
  /**
7089
- * 备注
7093
+ * <p>备注</p>
7090
7094
  */
7091
7095
  Remark?: string;
7092
7096
  /**
7093
- * 币种
7097
+ * <p>币种</p>
7094
7098
  */
7095
7099
  CurrencyCode?: string;
7096
7100
  /**
7097
- * 复核人
7101
+ * <p>复核人</p>
7098
7102
  */
7099
7103
  Reviewer?: string;
7100
7104
  /**
7101
- * 是否存在二维码(1:有,0:无)
7105
+ * <p>是否存在二维码(1:有,0:无)</p>
7102
7106
  */
7103
7107
  QRCodeMark?: number;
7104
7108
  /**
7105
- * 其他信息
7109
+ * <p>其他信息</p>
7106
7110
  */
7107
7111
  OtherInfo?: string;
7108
7112
  /**
7109
- * 缴款码
7113
+ * <p>缴款码</p>
7110
7114
  */
7111
7115
  PaymentCode?: string;
7112
7116
  /**
7113
- * 执收单位编码
7117
+ * <p>执收单位编码</p>
7114
7118
  */
7115
7119
  ReceiveUnitCode?: string;
7116
7120
  /**
7117
- * 执收单位名称
7121
+ * <p>执收单位名称</p>
7118
7122
  */
7119
7123
  Receiver?: string;
7120
7124
  /**
7121
- * 经办人
7125
+ * <p>经办人</p>
7122
7126
  */
7123
7127
  Operator?: string;
7124
7128
  /**
7125
- * 付款人账号
7129
+ * <p>付款人账号</p>
7126
7130
  */
7127
7131
  PayerAccount?: string;
7128
7132
  /**
7129
- * 付款人开户银行
7133
+ * <p>付款人开户银行</p>
7130
7134
  */
7131
7135
  PayerBank?: string;
7132
7136
  /**
7133
- * 收款人账号
7137
+ * <p>收款人账号</p>
7134
7138
  */
7135
7139
  ReceiverAccount?: string;
7136
7140
  /**
7137
- * 收款人开户银行
7141
+ * <p>收款人开户银行</p>
7138
7142
  */
7139
7143
  ReceiverBank?: string;
7140
7144
  /**
7141
- * 条目
7145
+ * <p>条目</p>
7142
7146
  */
7143
7147
  NonTaxItems?: Array<NonTaxItem>;
7148
+ /**
7149
+ * <p>票据名称</p>
7150
+ */
7151
+ BillName?: string;
7144
7152
  }
7145
7153
  /**
7146
7154
  * VerifyOfdVatInvoiceOCR请求参数结构体