tencentcloud-sdk-nodejs-ocr 4.0.1026 → 4.0.1027
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
@@ -7035,57 +7035,69 @@ export interface TextVehicleFront {
|
|
7035
7035
|
* 号牌号码
|
7036
7036
|
注意:此字段可能返回 null,表示取不到有效值。
|
7037
7037
|
*/
|
7038
|
-
PlateNo
|
7038
|
+
PlateNo?: string
|
7039
7039
|
/**
|
7040
7040
|
* 车辆类型
|
7041
7041
|
注意:此字段可能返回 null,表示取不到有效值。
|
7042
7042
|
*/
|
7043
|
-
VehicleType
|
7043
|
+
VehicleType?: string
|
7044
7044
|
/**
|
7045
7045
|
* 所有人
|
7046
7046
|
注意:此字段可能返回 null,表示取不到有效值。
|
7047
7047
|
*/
|
7048
|
-
Owner
|
7048
|
+
Owner?: string
|
7049
7049
|
/**
|
7050
7050
|
* 住址
|
7051
7051
|
注意:此字段可能返回 null,表示取不到有效值。
|
7052
7052
|
*/
|
7053
|
-
Address
|
7053
|
+
Address?: string
|
7054
7054
|
/**
|
7055
7055
|
* 使用性质
|
7056
7056
|
注意:此字段可能返回 null,表示取不到有效值。
|
7057
7057
|
*/
|
7058
|
-
UseCharacter
|
7058
|
+
UseCharacter?: string
|
7059
7059
|
/**
|
7060
7060
|
* 品牌型号
|
7061
7061
|
注意:此字段可能返回 null,表示取不到有效值。
|
7062
7062
|
*/
|
7063
|
-
Model
|
7063
|
+
Model?: string
|
7064
7064
|
/**
|
7065
7065
|
* 车辆识别代号
|
7066
7066
|
注意:此字段可能返回 null,表示取不到有效值。
|
7067
7067
|
*/
|
7068
|
-
Vin
|
7068
|
+
Vin?: string
|
7069
7069
|
/**
|
7070
7070
|
* 发动机号码
|
7071
7071
|
注意:此字段可能返回 null,表示取不到有效值。
|
7072
7072
|
*/
|
7073
|
-
EngineNo
|
7073
|
+
EngineNo?: string
|
7074
7074
|
/**
|
7075
7075
|
* 注册日期
|
7076
7076
|
注意:此字段可能返回 null,表示取不到有效值。
|
7077
7077
|
*/
|
7078
|
-
RegisterDate
|
7078
|
+
RegisterDate?: string
|
7079
7079
|
/**
|
7080
7080
|
* 发证日期
|
7081
7081
|
注意:此字段可能返回 null,表示取不到有效值。
|
7082
7082
|
*/
|
7083
|
-
IssueDate
|
7083
|
+
IssueDate?: string
|
7084
7084
|
/**
|
7085
7085
|
* 印章
|
7086
7086
|
注意:此字段可能返回 null,表示取不到有效值。
|
7087
7087
|
*/
|
7088
|
-
Seal
|
7088
|
+
Seal?: string
|
7089
|
+
/**
|
7090
|
+
* 状态
|
7091
|
+
*/
|
7092
|
+
StateElectronic?: string
|
7093
|
+
/**
|
7094
|
+
* 检验有效期
|
7095
|
+
*/
|
7096
|
+
InspectionValidityTimeElectronic?: string
|
7097
|
+
/**
|
7098
|
+
* 生成时间
|
7099
|
+
*/
|
7100
|
+
GenerationTimeElectronic?: string
|
7089
7101
|
}
|
7090
7102
|
|
7091
7103
|
/**
|
@@ -6831,57 +6831,69 @@ export interface TextVehicleFront {
|
|
6831
6831
|
* 号牌号码
|
6832
6832
|
注意:此字段可能返回 null,表示取不到有效值。
|
6833
6833
|
*/
|
6834
|
-
PlateNo
|
6834
|
+
PlateNo?: string;
|
6835
6835
|
/**
|
6836
6836
|
* 车辆类型
|
6837
6837
|
注意:此字段可能返回 null,表示取不到有效值。
|
6838
6838
|
*/
|
6839
|
-
VehicleType
|
6839
|
+
VehicleType?: string;
|
6840
6840
|
/**
|
6841
6841
|
* 所有人
|
6842
6842
|
注意:此字段可能返回 null,表示取不到有效值。
|
6843
6843
|
*/
|
6844
|
-
Owner
|
6844
|
+
Owner?: string;
|
6845
6845
|
/**
|
6846
6846
|
* 住址
|
6847
6847
|
注意:此字段可能返回 null,表示取不到有效值。
|
6848
6848
|
*/
|
6849
|
-
Address
|
6849
|
+
Address?: string;
|
6850
6850
|
/**
|
6851
6851
|
* 使用性质
|
6852
6852
|
注意:此字段可能返回 null,表示取不到有效值。
|
6853
6853
|
*/
|
6854
|
-
UseCharacter
|
6854
|
+
UseCharacter?: string;
|
6855
6855
|
/**
|
6856
6856
|
* 品牌型号
|
6857
6857
|
注意:此字段可能返回 null,表示取不到有效值。
|
6858
6858
|
*/
|
6859
|
-
Model
|
6859
|
+
Model?: string;
|
6860
6860
|
/**
|
6861
6861
|
* 车辆识别代号
|
6862
6862
|
注意:此字段可能返回 null,表示取不到有效值。
|
6863
6863
|
*/
|
6864
|
-
Vin
|
6864
|
+
Vin?: string;
|
6865
6865
|
/**
|
6866
6866
|
* 发动机号码
|
6867
6867
|
注意:此字段可能返回 null,表示取不到有效值。
|
6868
6868
|
*/
|
6869
|
-
EngineNo
|
6869
|
+
EngineNo?: string;
|
6870
6870
|
/**
|
6871
6871
|
* 注册日期
|
6872
6872
|
注意:此字段可能返回 null,表示取不到有效值。
|
6873
6873
|
*/
|
6874
|
-
RegisterDate
|
6874
|
+
RegisterDate?: string;
|
6875
6875
|
/**
|
6876
6876
|
* 发证日期
|
6877
6877
|
注意:此字段可能返回 null,表示取不到有效值。
|
6878
6878
|
*/
|
6879
|
-
IssueDate
|
6879
|
+
IssueDate?: string;
|
6880
6880
|
/**
|
6881
6881
|
* 印章
|
6882
6882
|
注意:此字段可能返回 null,表示取不到有效值。
|
6883
6883
|
*/
|
6884
|
-
Seal
|
6884
|
+
Seal?: string;
|
6885
|
+
/**
|
6886
|
+
* 状态
|
6887
|
+
*/
|
6888
|
+
StateElectronic?: string;
|
6889
|
+
/**
|
6890
|
+
* 检验有效期
|
6891
|
+
*/
|
6892
|
+
InspectionValidityTimeElectronic?: string;
|
6893
|
+
/**
|
6894
|
+
* 生成时间
|
6895
|
+
*/
|
6896
|
+
GenerationTimeElectronic?: string;
|
6885
6897
|
}
|
6886
6898
|
/**
|
6887
6899
|
* 广告文字识别结果
|