tencentcloud-sdk-ocr 3.0.777 → 3.0.779
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +83 -83
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1790deabeca2ba2ce69d6bcfd448938a2c72be1
|
4
|
+
data.tar.gz: e1cebab096c6d669119df1879e7605ed611e0c22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6044a159eed97ae6c2947453999701ff2cbb53bcb03f4e2e07ff4e1bf75b34123645c046b86ccfb9676f8aa60ddf7bf30350659d807828097d8acf2e9c25d8e9
|
7
|
+
data.tar.gz: 885344e1a5aa89fd8f5806008b0c1322156942a353ad9d48ea9d76bda894491367144ae70990ccbaf4a12bda0c6e93357ec1d3323073b3d7250b8217571f1b48
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.779
|
data/lib/v20181119/models.rb
CHANGED
@@ -45,7 +45,7 @@ module TencentCloud
|
|
45
45
|
class AdvertiseOCRResponse < TencentCloud::Common::AbstractModel
|
46
46
|
# @param TextDetections: 检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。
|
47
47
|
# @type TextDetections: Array
|
48
|
-
# @param RequestId: 唯一请求 ID
|
48
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
49
49
|
# @type RequestId: String
|
50
50
|
|
51
51
|
attr_accessor :TextDetections, :RequestId
|
@@ -395,7 +395,7 @@ module TencentCloud
|
|
395
395
|
# @type TextDetections: Array
|
396
396
|
# @param Angle: 图片横屏的角度(90度或270度)
|
397
397
|
# @type Angle: Float
|
398
|
-
# @param RequestId: 唯一请求 ID
|
398
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
399
399
|
# @type RequestId: String
|
400
400
|
|
401
401
|
attr_accessor :TextDetections, :Angle, :RequestId
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
496
496
|
# @param QualityValue: 图片质量分数,请求EnableQualityValue时返回(取值范围:0-100,分数越低越模糊,建议阈值≥50)。
|
497
497
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
498
498
|
# @type QualityValue: Integer
|
499
|
-
# @param RequestId: 唯一请求 ID
|
499
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
500
500
|
# @type RequestId: String
|
501
501
|
|
502
502
|
attr_accessor :CardNo, :BankInfo, :ValidDate, :CardType, :CardName, :BorderCutImage, :CardNoImage, :WarningCode, :QualityValue, :RequestId
|
@@ -592,7 +592,7 @@ module TencentCloud
|
|
592
592
|
# @type BankSlipInfos: Array
|
593
593
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
594
594
|
# @type Angle: Float
|
595
|
-
# @param RequestId: 唯一请求 ID
|
595
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
596
596
|
# @type RequestId: String
|
597
597
|
|
598
598
|
attr_accessor :BankSlipInfos, :Angle, :RequestId
|
@@ -685,7 +685,7 @@ module TencentCloud
|
|
685
685
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0度;顺时针为正,角度范围是0-360度
|
686
686
|
|
687
687
|
# @type Angle: Float
|
688
|
-
# @param RequestId: 唯一请求 ID
|
688
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
689
689
|
# @type RequestId: String
|
690
690
|
|
691
691
|
attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :Angle, :RequestId
|
@@ -894,7 +894,7 @@ module TencentCloud
|
|
894
894
|
# @type BusInvoiceInfos: Array
|
895
895
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
896
896
|
# @type Angle: Float
|
897
|
-
# @param RequestId: 唯一请求 ID
|
897
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
898
898
|
# @type RequestId: String
|
899
899
|
|
900
900
|
attr_accessor :BusInvoiceInfos, :Angle, :RequestId
|
@@ -994,7 +994,7 @@ module TencentCloud
|
|
994
994
|
# @type RetImageBase64: String
|
995
995
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
996
996
|
# @type Angle: Float
|
997
|
-
# @param RequestId: 唯一请求 ID
|
997
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
998
998
|
# @type RequestId: String
|
999
999
|
|
1000
1000
|
attr_accessor :BusinessCardInfos, :RetImageBase64, :Angle, :RequestId
|
@@ -1120,7 +1120,7 @@ module TencentCloud
|
|
1120
1120
|
class CarInvoiceOCRResponse < TencentCloud::Common::AbstractModel
|
1121
1121
|
# @param CarInvoiceInfos: 购车发票识别结果,具体内容请点击左侧链接。
|
1122
1122
|
# @type CarInvoiceInfos: Array
|
1123
|
-
# @param RequestId: 唯一请求 ID
|
1123
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1124
1124
|
# @type RequestId: String
|
1125
1125
|
|
1126
1126
|
attr_accessor :CarInvoiceInfos, :RequestId
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
1246
1246
|
class ClassifyDetectOCRResponse < TencentCloud::Common::AbstractModel
|
1247
1247
|
# @param ClassifyDetectInfos: 智能卡证分类结果。当图片类型不支持分类识别或者识别出的类型不在请求参数DiscernType指定的范围内时,返回结果中的Type字段将为空字符串,Name字段将返回"其它"
|
1248
1248
|
# @type ClassifyDetectInfos: Array
|
1249
|
-
# @param RequestId: 唯一请求 ID
|
1249
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1250
1250
|
# @type RequestId: String
|
1251
1251
|
|
1252
1252
|
attr_accessor :ClassifyDetectInfos, :RequestId
|
@@ -1332,7 +1332,7 @@ module TencentCloud
|
|
1332
1332
|
# @param OperateUrl: 本次识别任务的操作URL,有效期自生成之时起共24小时
|
1333
1333
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1334
1334
|
# @type OperateUrl: String
|
1335
|
-
# @param RequestId: 唯一请求 ID
|
1335
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1336
1336
|
# @type RequestId: String
|
1337
1337
|
|
1338
1338
|
attr_accessor :TaskId, :OperateUrl, :RequestId
|
@@ -1533,7 +1533,7 @@ module TencentCloud
|
|
1533
1533
|
# @type BackPageName: String
|
1534
1534
|
# @param BackPageCardCode: 驾驶证副页证号
|
1535
1535
|
# @type BackPageCardCode: String
|
1536
|
-
# @param RequestId: 唯一请求 ID
|
1536
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1537
1537
|
# @type RequestId: String
|
1538
1538
|
|
1539
1539
|
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :CurrentTime, :GenerateTime, :BackPageName, :BackPageCardCode, :RequestId
|
@@ -1658,7 +1658,7 @@ module TencentCloud
|
|
1658
1658
|
# @type DutyPaidProofInfos: Array
|
1659
1659
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
1660
1660
|
# @type Angle: Float
|
1661
|
-
# @param RequestId: 唯一请求 ID
|
1661
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1662
1662
|
# @type RequestId: String
|
1663
1663
|
|
1664
1664
|
attr_accessor :DutyPaidProofInfos, :Angle, :RequestId
|
@@ -1728,7 +1728,7 @@ module TencentCloud
|
|
1728
1728
|
# @type Angle: Integer
|
1729
1729
|
# @param QuestionBlockInfos: 结构化方式输出,具体内容请点击左侧链接。
|
1730
1730
|
# @type QuestionBlockInfos: Array
|
1731
|
-
# @param RequestId: 唯一请求 ID
|
1731
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1732
1732
|
# @type RequestId: String
|
1733
1733
|
|
1734
1734
|
attr_accessor :EduPaperInfos, :Angle, :QuestionBlockInfos, :RequestId
|
@@ -2339,7 +2339,7 @@ module TencentCloud
|
|
2339
2339
|
# @type TextDetections: Array
|
2340
2340
|
# @param Angel: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
2341
2341
|
# @type Angel: Float
|
2342
|
-
# @param RequestId: 唯一请求 ID
|
2342
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2343
2343
|
# @type RequestId: String
|
2344
2344
|
|
2345
2345
|
attr_accessor :TextDetections, :Angel, :RequestId
|
@@ -2418,7 +2418,7 @@ module TencentCloud
|
|
2418
2418
|
# @type EnterpriseLicenseInfos: Array
|
2419
2419
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
2420
2420
|
# @type Angle: Float
|
2421
|
-
# @param RequestId: 唯一请求 ID
|
2421
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2422
2422
|
# @type RequestId: String
|
2423
2423
|
|
2424
2424
|
attr_accessor :EnterpriseLicenseInfos, :Angle, :RequestId
|
@@ -2496,7 +2496,7 @@ module TencentCloud
|
|
2496
2496
|
# @type Angle: Float
|
2497
2497
|
# @param Number: 不动产权号
|
2498
2498
|
# @type Number: String
|
2499
|
-
# @param RequestId: 唯一请求 ID
|
2499
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2500
2500
|
# @type RequestId: String
|
2501
2501
|
|
2502
2502
|
attr_accessor :Obligee, :Ownership, :Location, :Unit, :Type, :Property, :Usage, :Area, :Term, :Other, :Angle, :Number, :RequestId
|
@@ -2591,7 +2591,7 @@ module TencentCloud
|
|
2591
2591
|
class FinanBillOCRResponse < TencentCloud::Common::AbstractModel
|
2592
2592
|
# @param FinanBillInfos: 金融票据整单识别结果,具体内容请点击左侧链接。
|
2593
2593
|
# @type FinanBillInfos: Array
|
2594
|
-
# @param RequestId: 唯一请求 ID
|
2594
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2595
2595
|
# @type RequestId: String
|
2596
2596
|
|
2597
2597
|
attr_accessor :FinanBillInfos, :RequestId
|
@@ -2666,7 +2666,7 @@ module TencentCloud
|
|
2666
2666
|
class FinanBillSliceOCRResponse < TencentCloud::Common::AbstractModel
|
2667
2667
|
# @param FinanBillSliceInfos: 金融票据切片识别结果,具体内容请点击左侧链接。
|
2668
2668
|
# @type FinanBillSliceInfos: Array
|
2669
|
-
# @param RequestId: 唯一请求 ID
|
2669
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2670
2670
|
# @type RequestId: String
|
2671
2671
|
|
2672
2672
|
attr_accessor :FinanBillSliceInfos, :RequestId
|
@@ -2753,7 +2753,7 @@ module TencentCloud
|
|
2753
2753
|
class FlightInvoiceOCRResponse < TencentCloud::Common::AbstractModel
|
2754
2754
|
# @param FlightInvoiceInfos: 机票行程单识别结果,具体内容请点击左侧链接。
|
2755
2755
|
# @type FlightInvoiceInfos: Array
|
2756
|
-
# @param RequestId: 唯一请求 ID
|
2756
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2757
2757
|
# @type RequestId: String
|
2758
2758
|
|
2759
2759
|
attr_accessor :FlightInvoiceInfos, :RequestId
|
@@ -2913,7 +2913,7 @@ module TencentCloud
|
|
2913
2913
|
# @type Angle: Integer
|
2914
2914
|
# @param FormulaInfos: 检测到的文本信息,具体内容请点击左侧链接。
|
2915
2915
|
# @type FormulaInfos: Array
|
2916
|
-
# @param RequestId: 唯一请求 ID
|
2916
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2917
2917
|
# @type RequestId: String
|
2918
2918
|
|
2919
2919
|
attr_accessor :Angle, :FormulaInfos, :RequestId
|
@@ -2990,7 +2990,7 @@ module TencentCloud
|
|
2990
2990
|
# @type Angel: Float
|
2991
2991
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
2992
2992
|
# @type Angle: Float
|
2993
|
-
# @param RequestId: 唯一请求 ID
|
2993
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2994
2994
|
# @type RequestId: String
|
2995
2995
|
|
2996
2996
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
@@ -3101,7 +3101,7 @@ module TencentCloud
|
|
3101
3101
|
# @type PdfPageSize: Integer
|
3102
3102
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
3103
3103
|
# @type Angle: Float
|
3104
|
-
# @param RequestId: 唯一请求 ID
|
3104
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3105
3105
|
# @type RequestId: String
|
3106
3106
|
|
3107
3107
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :Angle, :RequestId
|
@@ -3165,7 +3165,7 @@ module TencentCloud
|
|
3165
3165
|
# @type TextDetections: Array
|
3166
3166
|
# @param Angel: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
3167
3167
|
# @type Angel: Float
|
3168
|
-
# @param RequestId: 唯一请求 ID
|
3168
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3169
3169
|
# @type RequestId: String
|
3170
3170
|
|
3171
3171
|
attr_accessor :TextDetections, :Angel, :RequestId
|
@@ -3236,7 +3236,7 @@ module TencentCloud
|
|
3236
3236
|
# @type Angel: Float
|
3237
3237
|
# @param PdfPageSize: 图片为PDF时,返回PDF的总页数,默认为0
|
3238
3238
|
# @type PdfPageSize: Integer
|
3239
|
-
# @param RequestId: 唯一请求 ID
|
3239
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3240
3240
|
# @type RequestId: String
|
3241
3241
|
|
3242
3242
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :RequestId
|
@@ -3312,7 +3312,7 @@ module TencentCloud
|
|
3312
3312
|
# @type TextDetections: Array
|
3313
3313
|
# @param Angel: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
3314
3314
|
# @type Angel: Float
|
3315
|
-
# @param RequestId: 唯一请求 ID
|
3315
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3316
3316
|
# @type RequestId: String
|
3317
3317
|
|
3318
3318
|
attr_accessor :TextDetections, :Angel, :RequestId
|
@@ -3406,7 +3406,7 @@ module TencentCloud
|
|
3406
3406
|
# 5:超时:任务超过了可操作的24H时限
|
3407
3407
|
# 6:任务识别失败
|
3408
3408
|
# @type TaskState: Integer
|
3409
|
-
# @param RequestId: 唯一请求 ID
|
3409
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3410
3410
|
# @type RequestId: String
|
3411
3411
|
|
3412
3412
|
attr_accessor :TaskState, :RequestId
|
@@ -3517,7 +3517,7 @@ module TencentCloud
|
|
3517
3517
|
# -9102:证照复印件告警
|
3518
3518
|
# -9103:证照翻拍告警
|
3519
3519
|
# @type WarningCode: Array
|
3520
|
-
# @param RequestId: 唯一请求 ID
|
3520
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3521
3521
|
# @type RequestId: String
|
3522
3522
|
|
3523
3523
|
attr_accessor :CnName, :EnName, :TelexCode, :Sex, :Birthday, :Permanent, :IdNum, :Symbol, :FirstIssueDate, :CurrentIssueDate, :FakeDetectResult, :HeadImage, :WarningCode, :RequestId
|
@@ -3613,7 +3613,7 @@ module TencentCloud
|
|
3613
3613
|
# @type VisaNum: String
|
3614
3614
|
# @param PassNo: 通行证号码
|
3615
3615
|
# @type PassNo: String
|
3616
|
-
# @param RequestId: 唯一请求 ID
|
3616
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3617
3617
|
# @type RequestId: String
|
3618
3618
|
|
3619
3619
|
attr_accessor :Name, :Sex, :Birth, :Address, :IdCardNo, :CardType, :ValidDate, :Authority, :VisaNum, :PassNo, :RequestId
|
@@ -3742,7 +3742,7 @@ module TencentCloud
|
|
3742
3742
|
# @type AdvancedInfo: String
|
3743
3743
|
# @param ReflectDetailInfos: 反光点覆盖区域详情结果,具体内容请点击左侧链接
|
3744
3744
|
# @type ReflectDetailInfos: Array
|
3745
|
-
# @param RequestId: 唯一请求 ID
|
3745
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3746
3746
|
# @type RequestId: String
|
3747
3747
|
|
3748
3748
|
attr_accessor :Name, :Sex, :Nation, :Birth, :Address, :IdNum, :Authority, :ValidDate, :AdvancedInfo, :ReflectDetailInfos, :RequestId
|
@@ -3841,7 +3841,7 @@ module TencentCloud
|
|
3841
3841
|
# @type ImageTag: String
|
3842
3842
|
# @param Image: 图片数据,返回预处理后图像或原图像base64字符
|
3843
3843
|
# @type Image: String
|
3844
|
-
# @param RequestId: 唯一请求 ID
|
3844
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3845
3845
|
# @type RequestId: String
|
3846
3846
|
|
3847
3847
|
attr_accessor :ImageTag, :Image, :RequestId
|
@@ -3898,7 +3898,7 @@ module TencentCloud
|
|
3898
3898
|
# @type Name: String
|
3899
3899
|
# @param LegalPerson: 法定代表人
|
3900
3900
|
# @type LegalPerson: String
|
3901
|
-
# @param RequestId: 唯一请求 ID
|
3901
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3902
3902
|
# @type RequestId: String
|
3903
3903
|
|
3904
3904
|
attr_accessor :RegId, :ValidDate, :Location, :Name, :LegalPerson, :RequestId
|
@@ -3981,7 +3981,7 @@ module TencentCloud
|
|
3981
3981
|
class InsuranceBillOCRResponse < TencentCloud::Common::AbstractModel
|
3982
3982
|
# @param InsuranceBillInfos: 保险单据识别结果,具体内容请点击左侧链接。
|
3983
3983
|
# @type InsuranceBillInfos: Array
|
3984
|
-
# @param RequestId: 唯一请求 ID
|
3984
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3985
3985
|
# @type RequestId: String
|
3986
3986
|
|
3987
3987
|
attr_accessor :InsuranceBillInfos, :RequestId
|
@@ -4121,7 +4121,7 @@ module TencentCloud
|
|
4121
4121
|
# @type InvoiceGeneralInfos: Array
|
4122
4122
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
4123
4123
|
# @type Angle: Float
|
4124
|
-
# @param RequestId: 唯一请求 ID
|
4124
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4125
4125
|
# @type RequestId: String
|
4126
4126
|
|
4127
4127
|
attr_accessor :InvoiceGeneralInfos, :Angle, :RequestId
|
@@ -4407,7 +4407,7 @@ module TencentCloud
|
|
4407
4407
|
# @type Color: String
|
4408
4408
|
# @param LicensePlateInfos: 全部车牌信息。
|
4409
4409
|
# @type LicensePlateInfos: Array
|
4410
|
-
# @param RequestId: 唯一请求 ID
|
4410
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4411
4411
|
# @type RequestId: String
|
4412
4412
|
|
4413
4413
|
attr_accessor :Number, :Confidence, :Rect, :Color, :LicensePlateInfos, :RequestId
|
@@ -4531,7 +4531,7 @@ module TencentCloud
|
|
4531
4531
|
# @type Type: String
|
4532
4532
|
# @param Birthday: 出生日期(目前该字段仅支持IKAD劳工证、MyKad 身份证)
|
4533
4533
|
# @type Birthday: String
|
4534
|
-
# @param RequestId: 唯一请求 ID
|
4534
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4535
4535
|
# @type RequestId: String
|
4536
4536
|
|
4537
4537
|
attr_accessor :ID, :Name, :Address, :Sex, :Warn, :Image, :AdvancedInfo, :Type, :Birthday, :RequestId
|
@@ -4635,7 +4635,7 @@ module TencentCloud
|
|
4635
4635
|
# @type Type: String
|
4636
4636
|
# @param PassportRecognizeInfos: 信息区证件内容
|
4637
4637
|
# @type PassportRecognizeInfos: :class:`Tencentcloud::Ocr.v20181119.models.PassportRecognizeInfos`
|
4638
|
-
# @param RequestId: 唯一请求 ID
|
4638
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4639
4639
|
# @type RequestId: String
|
4640
4640
|
|
4641
4641
|
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :RequestId
|
@@ -4909,7 +4909,7 @@ module TencentCloud
|
|
4909
4909
|
# @type Profile: String
|
4910
4910
|
# @param MainlandTravelPermitBackInfos: 背面字段信息
|
4911
4911
|
# @type MainlandTravelPermitBackInfos: :class:`Tencentcloud::Ocr.v20181119.models.MainlandTravelPermitBackInfos`
|
4912
|
-
# @param RequestId: 唯一请求 ID
|
4912
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4913
4913
|
# @type RequestId: String
|
4914
4914
|
|
4915
4915
|
attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :MainlandTravelPermitBackInfos, :RequestId
|
@@ -5133,7 +5133,7 @@ module TencentCloud
|
|
5133
5133
|
class MixedInvoiceDetectResponse < TencentCloud::Common::AbstractModel
|
5134
5134
|
# @param InvoiceDetectInfos: 检测出的票据类型列表,具体内容请点击左侧链接。
|
5135
5135
|
# @type InvoiceDetectInfos: Array
|
5136
|
-
# @param RequestId: 唯一请求 ID
|
5136
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5137
5137
|
# @type RequestId: String
|
5138
5138
|
|
5139
5139
|
attr_accessor :InvoiceDetectInfos, :RequestId
|
@@ -5287,7 +5287,7 @@ module TencentCloud
|
|
5287
5287
|
class MixedInvoiceOCRResponse < TencentCloud::Common::AbstractModel
|
5288
5288
|
# @param MixedInvoiceItems: 混贴票据识别结果,具体内容请点击左侧链接。
|
5289
5289
|
# @type MixedInvoiceItems: Array
|
5290
|
-
# @param RequestId: 唯一请求 ID
|
5290
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5291
5291
|
# @type RequestId: String
|
5292
5292
|
|
5293
5293
|
attr_accessor :MixedInvoiceItems, :RequestId
|
@@ -5715,7 +5715,7 @@ module TencentCloud
|
|
5715
5715
|
# @type Address: String
|
5716
5716
|
# @param ValidDate: 有效期
|
5717
5717
|
# @type ValidDate: String
|
5718
|
-
# @param RequestId: 唯一请求 ID
|
5718
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5719
5719
|
# @type RequestId: String
|
5720
5720
|
|
5721
5721
|
attr_accessor :OrgCode, :Name, :Address, :ValidDate, :RequestId
|
@@ -5917,7 +5917,7 @@ module TencentCloud
|
|
5917
5917
|
# @type FamilyName: String
|
5918
5918
|
# @param FirstName: 名
|
5919
5919
|
# @type FirstName: String
|
5920
|
-
# @param RequestId: 唯一请求 ID
|
5920
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5921
5921
|
# @type RequestId: String
|
5922
5922
|
|
5923
5923
|
attr_accessor :Country, :PassportNo, :Sex, :Nationality, :BirthDate, :BirthPlace, :IssueDate, :IssuePlace, :ExpiryDate, :Signature, :CodeSet, :CodeCrc, :Name, :FamilyName, :FirstName, :RequestId
|
@@ -6080,7 +6080,7 @@ module TencentCloud
|
|
6080
6080
|
# @type IssueAddress: String
|
6081
6081
|
# @param Birthday: 出生日期
|
6082
6082
|
# @type Birthday: String
|
6083
|
-
# @param RequestId: 唯一请求 ID
|
6083
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6084
6084
|
# @type RequestId: String
|
6085
6085
|
|
6086
6086
|
attr_accessor :Name, :EnglishName, :Number, :Sex, :ValidDate, :IssueAuthority, :IssueAddress, :Birthday, :RequestId
|
@@ -6192,7 +6192,7 @@ module TencentCloud
|
|
6192
6192
|
# @type Nature: String
|
6193
6193
|
# @param Location: 房地坐落
|
6194
6194
|
# @type Location: String
|
6195
|
-
# @param RequestId: 唯一请求 ID
|
6195
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6196
6196
|
# @type RequestId: String
|
6197
6197
|
|
6198
6198
|
attr_accessor :Owner, :Possession, :RegisterTime, :Purpose, :Nature, :Location, :RequestId
|
@@ -6266,7 +6266,7 @@ module TencentCloud
|
|
6266
6266
|
# @type CodeResults: Array
|
6267
6267
|
# @param ImgSize: 图片大小,具体内容请点击左侧链接。
|
6268
6268
|
# @type ImgSize: :class:`Tencentcloud::Ocr.v20181119.models.QrcodeImgSize`
|
6269
|
-
# @param RequestId: 唯一请求 ID
|
6269
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6270
6270
|
# @type RequestId: String
|
6271
6271
|
|
6272
6272
|
attr_accessor :CodeResults, :ImgSize, :RequestId
|
@@ -6545,7 +6545,7 @@ module TencentCloud
|
|
6545
6545
|
# @param HasStamp: 是否有公司印章(1有 0无 空为识别不出)
|
6546
6546
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6547
6547
|
# @type HasStamp: String
|
6548
|
-
# @param RequestId: 唯一请求 ID
|
6548
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6549
6549
|
# @type RequestId: String
|
6550
6550
|
|
6551
6551
|
attr_accessor :InvoiceNum, :InvoiceCode, :Rate, :RateNum, :InvoiceType, :Province, :City, :HasStamp, :RequestId
|
@@ -6740,7 +6740,7 @@ module TencentCloud
|
|
6740
6740
|
# @type TareKG: String
|
6741
6741
|
# @param TareLB: 集装箱自身重量,单位:磅(LB)
|
6742
6742
|
# @type TareLB: String
|
6743
|
-
# @param RequestId: 唯一请求 ID
|
6743
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6744
6744
|
# @type RequestId: String
|
6745
6745
|
|
6746
6746
|
attr_accessor :ContainerId, :ContainerType, :GrossKG, :GrossLB, :PayloadKG, :PayloadLB, :CapacityM3, :CapacityFT3, :Warn, :TareKG, :TareLB, :RequestId
|
@@ -6886,7 +6886,7 @@ module TencentCloud
|
|
6886
6886
|
# @type EncryptedBody: String
|
6887
6887
|
# @param Encryption: 敏感数据加密信息
|
6888
6888
|
# @type Encryption: :class:`Tencentcloud::Ocr.v20181119.models.Encryption`
|
6889
|
-
# @param RequestId: 唯一请求 ID
|
6889
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6890
6890
|
# @type RequestId: String
|
6891
6891
|
|
6892
6892
|
attr_accessor :Name, :Sex, :Nation, :Birth, :Address, :IdNum, :Authority, :ValidDate, :AdvancedInfo, :ReflectDetailInfos, :EncryptedBody, :Encryption, :RequestId
|
@@ -6993,7 +6993,7 @@ module TencentCloud
|
|
6993
6993
|
# @type PreviousNumber: String
|
6994
6994
|
# @param IssuedAuthority: 签发机关。
|
6995
6995
|
# @type IssuedAuthority: String
|
6996
|
-
# @param RequestId: 唯一请求 ID
|
6996
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6997
6997
|
# @type RequestId: String
|
6998
6998
|
|
6999
6999
|
attr_accessor :CnName, :EnName, :Sex, :DateOfBirth, :Nationality, :PeriodOfValidity, :No, :PreviousNumber, :IssuedAuthority, :RequestId
|
@@ -7104,7 +7104,7 @@ module TencentCloud
|
|
7104
7104
|
# @type MixedInvoiceItems: Array
|
7105
7105
|
# @param TotalPDFCount: PDF文件总页码
|
7106
7106
|
# @type TotalPDFCount: Integer
|
7107
|
-
# @param RequestId: 唯一请求 ID
|
7107
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7108
7108
|
# @type RequestId: String
|
7109
7109
|
|
7110
7110
|
attr_accessor :MixedInvoiceItems, :TotalPDFCount, :RequestId
|
@@ -7183,7 +7183,7 @@ module TencentCloud
|
|
7183
7183
|
# @type SpotName: String
|
7184
7184
|
# @param VaccinationTime: 疫苗接种时间
|
7185
7185
|
# @type VaccinationTime: String
|
7186
|
-
# @param RequestId: 唯一请求 ID
|
7186
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7187
7187
|
# @type RequestId: String
|
7188
7188
|
|
7189
7189
|
attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :VaccinationTime, :RequestId
|
@@ -7293,7 +7293,7 @@ module TencentCloud
|
|
7293
7293
|
# @type Provinsi: String
|
7294
7294
|
# @param Kota: 城市,Scene为V2时支持识别
|
7295
7295
|
# @type Kota: String
|
7296
|
-
# @param RequestId: 唯一请求 ID
|
7296
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7297
7297
|
# @type RequestId: String
|
7298
7298
|
|
7299
7299
|
attr_accessor :NIK, :Nama, :TempatTglLahir, :JenisKelamin, :GolDarah, :Alamat, :RTRW, :KelDesa, :Kecamatan, :Agama, :StatusPerkawinan, :Perkerjaan, :KewargaNegaraan, :BerlakuHingga, :IssuedDate, :Photo, :Provinsi, :Kota, :RequestId
|
@@ -7392,7 +7392,7 @@ module TencentCloud
|
|
7392
7392
|
# @type MedicalInvoiceInfos: Array
|
7393
7393
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
7394
7394
|
# @type Angle: Float
|
7395
|
-
# @param RequestId: 唯一请求 ID
|
7395
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7396
7396
|
# @type RequestId: String
|
7397
7397
|
|
7398
7398
|
attr_accessor :MedicalInvoiceInfos, :Angle, :RequestId
|
@@ -7456,7 +7456,7 @@ module TencentCloud
|
|
7456
7456
|
class RecognizeOnlineTaxiItineraryOCRResponse < TencentCloud::Common::AbstractModel
|
7457
7457
|
# @param OnlineTaxiItineraryInfos: 网约车行程单识别结果,具体内容请点击左侧链接。
|
7458
7458
|
# @type OnlineTaxiItineraryInfos: Array
|
7459
|
-
# @param RequestId: 唯一请求 ID
|
7459
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7460
7460
|
# @type RequestId: String
|
7461
7461
|
|
7462
7462
|
attr_accessor :OnlineTaxiItineraryInfos, :RequestId
|
@@ -7536,7 +7536,7 @@ module TencentCloud
|
|
7536
7536
|
# @type AgencyCode: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7537
7537
|
# @param Birthday: 出生日期
|
7538
7538
|
# @type Birthday: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7539
|
-
# @param RequestId: 唯一请求 ID
|
7539
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7540
7540
|
# @type RequestId: String
|
7541
7541
|
|
7542
7542
|
attr_accessor :HeadPortrait, :Name, :LastName, :FirstName, :MiddleName, :Nationality, :Sex, :Address, :LicenseNo, :ExpiresDate, :AgencyCode, :Birthday, :RequestId
|
@@ -7651,7 +7651,7 @@ module TencentCloud
|
|
7651
7651
|
# @type FullName: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7652
7652
|
# @param Birthday: 生日
|
7653
7653
|
# @type Birthday: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7654
|
-
# @param RequestId: 唯一请求 ID
|
7654
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7655
7655
|
# @type RequestId: String
|
7656
7656
|
|
7657
7657
|
attr_accessor :HeadPortrait, :LicenseNumber, :FullName, :Birthday, :RequestId
|
@@ -7730,7 +7730,7 @@ module TencentCloud
|
|
7730
7730
|
# @type Birthday: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7731
7731
|
# @param IssueDate: 发证日期
|
7732
7732
|
# @type IssueDate: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7733
|
-
# @param RequestId: 唯一请求 ID
|
7733
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7734
7734
|
# @type RequestId: String
|
7735
7735
|
|
7736
7736
|
attr_accessor :HeadPortrait, :LicenseNumber, :FullName, :Address, :Birthday, :IssueDate, :RequestId
|
@@ -7816,7 +7816,7 @@ module TencentCloud
|
|
7816
7816
|
# @type Sex: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7817
7817
|
# @param HeadPortrait: 人像照片Base64后的结果
|
7818
7818
|
# @type HeadPortrait: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7819
|
-
# @param RequestId: 唯一请求 ID
|
7819
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7820
7820
|
# @type RequestId: String
|
7821
7821
|
|
7822
7822
|
attr_accessor :Surname, :MiddleName, :GivenName, :Address, :Birthday, :CRN, :Sex, :HeadPortrait, :RequestId
|
@@ -7921,7 +7921,7 @@ module TencentCloud
|
|
7921
7921
|
# @type Address: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7922
7922
|
# @param PrecinctNo: 地区
|
7923
7923
|
# @type PrecinctNo: :class:`Tencentcloud::Ocr.v20181119.models.TextDetectionResult`
|
7924
|
-
# @param RequestId: 唯一请求 ID
|
7924
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7925
7925
|
# @type RequestId: String
|
7926
7926
|
|
7927
7927
|
attr_accessor :HeadPortrait, :VIN, :FirstName, :LastName, :Birthday, :CivilStatus, :Citizenship, :Address, :PrecinctNo, :RequestId
|
@@ -8024,7 +8024,7 @@ module TencentCloud
|
|
8024
8024
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
|
8025
8025
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8026
8026
|
# @type Angle: Float
|
8027
|
-
# @param RequestId: 唯一请求 ID
|
8027
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8028
8028
|
# @type RequestId: String
|
8029
8029
|
|
8030
8030
|
attr_accessor :TableDetections, :Data, :PdfPageSize, :Angle, :RequestId
|
@@ -8099,7 +8099,7 @@ module TencentCloud
|
|
8099
8099
|
# @type PdfPageSize: Integer
|
8100
8100
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
|
8101
8101
|
# @type Angle: Float
|
8102
|
-
# @param RequestId: 唯一请求 ID
|
8102
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8103
8103
|
# @type RequestId: String
|
8104
8104
|
|
8105
8105
|
attr_accessor :TableDetections, :Data, :PdfPageSize, :Angle, :RequestId
|
@@ -8175,7 +8175,7 @@ module TencentCloud
|
|
8175
8175
|
# @type EnLastName: String
|
8176
8176
|
# @param PortraitImage: 证件人像照片抠取
|
8177
8177
|
# @type PortraitImage: String
|
8178
|
-
# @param RequestId: 唯一请求 ID
|
8178
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8179
8179
|
# @type RequestId: String
|
8180
8180
|
|
8181
8181
|
attr_accessor :ID, :ThaiName, :EnFirstName, :Address, :Birthday, :IssueDate, :ExpirationDate, :EnLastName, :PortraitImage, :RequestId
|
@@ -8246,7 +8246,7 @@ module TencentCloud
|
|
8246
8246
|
# @type RiskArea: Array
|
8247
8247
|
# @param Telephone: 电话号码
|
8248
8248
|
# @type Telephone: String
|
8249
|
-
# @param RequestId: 唯一请求 ID
|
8249
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8250
8250
|
# @type RequestId: String
|
8251
8251
|
|
8252
8252
|
attr_accessor :Time, :Color, :ReachedCity, :RiskArea, :Telephone, :RequestId
|
@@ -8402,7 +8402,7 @@ module TencentCloud
|
|
8402
8402
|
# @type RegistrationDate: String
|
8403
8403
|
# @param FormerName: 曾用名
|
8404
8404
|
# @type FormerName: String
|
8405
|
-
# @param RequestId: 唯一请求 ID
|
8405
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8406
8406
|
# @type RequestId: String
|
8407
8407
|
|
8408
8408
|
attr_accessor :HouseholdNumber, :Name, :Sex, :BirthPlace, :Nation, :NativePlace, :BirthDate, :IdCardNumber, :EducationDegree, :ServicePlace, :Household, :Address, :Signature, :IssueDate, :HomePageNumber, :HouseholderName, :Relationship, :OtherAddresses, :ReligiousBelief, :Height, :BloodType, :MaritalStatus, :VeteranStatus, :Profession, :MoveToCityInformation, :MoveToSiteInformation, :RegistrationDate, :FormerName, :RequestId
|
@@ -8506,7 +8506,7 @@ module TencentCloud
|
|
8506
8506
|
# @type EndDate: String
|
8507
8507
|
# @param ReleaseDate: 初始发证日期,对应网约车驾驶证字段:初始领证日期/发证日期
|
8508
8508
|
# @type ReleaseDate: String
|
8509
|
-
# @param RequestId: 唯一请求 ID
|
8509
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8510
8510
|
# @type RequestId: String
|
8511
8511
|
|
8512
8512
|
attr_accessor :Name, :LicenseNumber, :StartDate, :EndDate, :ReleaseDate, :RequestId
|
@@ -8566,7 +8566,7 @@ module TencentCloud
|
|
8566
8566
|
# @type EndDate: String
|
8567
8567
|
# @param ReleaseDate: 初始发证日期,对应网约车运输证字段:初始领证日期/发证日期。
|
8568
8568
|
# @type ReleaseDate: String
|
8569
|
-
# @param RequestId: 唯一请求 ID
|
8569
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8570
8570
|
# @type RequestId: String
|
8571
8571
|
|
8572
8572
|
attr_accessor :OperationLicenseNumber, :VehicleOwner, :VehicleNumber, :StartDate, :EndDate, :ReleaseDate, :RequestId
|
@@ -8675,7 +8675,7 @@ module TencentCloud
|
|
8675
8675
|
# 菱形印章:3
|
8676
8676
|
# 三角形印章:4
|
8677
8677
|
# @type SealShape: String
|
8678
|
-
# @param RequestId: 唯一请求 ID
|
8678
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8679
8679
|
# @type RequestId: String
|
8680
8680
|
|
8681
8681
|
attr_accessor :SealBody, :Location, :OtherTexts, :SealInfos, :SealShape, :RequestId
|
@@ -8778,7 +8778,7 @@ module TencentCloud
|
|
8778
8778
|
# @type ShipInvoiceInfos: Array
|
8779
8779
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
8780
8780
|
# @type Angle: Float
|
8781
|
-
# @param RequestId: 唯一请求 ID
|
8781
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8782
8782
|
# @type RequestId: String
|
8783
8783
|
|
8784
8784
|
attr_accessor :ShipInvoiceInfos, :Angle, :RequestId
|
@@ -9195,7 +9195,7 @@ module TencentCloud
|
|
9195
9195
|
# @type Angle: Float
|
9196
9196
|
# @param StructuralItems: 识别信息
|
9197
9197
|
# @type StructuralItems: Array
|
9198
|
-
# @param RequestId: 唯一请求 ID
|
9198
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9199
9199
|
# @type RequestId: String
|
9200
9200
|
|
9201
9201
|
attr_accessor :Angle, :StructuralItems, :RequestId
|
@@ -9296,7 +9296,7 @@ module TencentCloud
|
|
9296
9296
|
# @type StructuralList: Array
|
9297
9297
|
# @param WordList: 还原文本信息
|
9298
9298
|
# @type WordList: Array
|
9299
|
-
# @param RequestId: 唯一请求 ID
|
9299
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9300
9300
|
# @type RequestId: String
|
9301
9301
|
|
9302
9302
|
attr_accessor :Angle, :StructuralList, :WordList, :RequestId
|
@@ -9616,7 +9616,7 @@ module TencentCloud
|
|
9616
9616
|
# @type TextDetections: Array
|
9617
9617
|
# @param Data: Base64 编码后的 Excel 数据。
|
9618
9618
|
# @type Data: String
|
9619
|
-
# @param RequestId: 唯一请求 ID
|
9619
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9620
9620
|
# @type RequestId: String
|
9621
9621
|
|
9622
9622
|
attr_accessor :TextDetections, :Data, :RequestId
|
@@ -9721,7 +9721,7 @@ module TencentCloud
|
|
9721
9721
|
# @param City: 市
|
9722
9722
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9723
9723
|
# @type City: String
|
9724
|
-
# @param RequestId: 唯一请求 ID
|
9724
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9725
9725
|
# @type RequestId: String
|
9726
9726
|
|
9727
9727
|
attr_accessor :InvoiceNum, :InvoiceCode, :Date, :Fare, :GetOnTime, :GetOffTime, :Distance, :Location, :PlateNumber, :InvoiceType, :Province, :City, :RequestId
|
@@ -9940,7 +9940,7 @@ module TencentCloud
|
|
9940
9940
|
class TextDetectResponse < TencentCloud::Common::AbstractModel
|
9941
9941
|
# @param HasText: 图片中是否包含文字。
|
9942
9942
|
# @type HasText: Boolean
|
9943
|
-
# @param RequestId: 唯一请求 ID
|
9943
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9944
9944
|
# @type RequestId: String
|
9945
9945
|
|
9946
9946
|
attr_accessor :HasText, :RequestId
|
@@ -10621,7 +10621,7 @@ module TencentCloud
|
|
10621
10621
|
# @type TollInvoiceInfos: Array
|
10622
10622
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
10623
10623
|
# @type Angle: Float
|
10624
|
-
# @param RequestId: 唯一请求 ID
|
10624
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10625
10625
|
# @type RequestId: String
|
10626
10626
|
|
10627
10627
|
attr_accessor :TollInvoiceInfos, :Angle, :RequestId
|
@@ -10835,7 +10835,7 @@ module TencentCloud
|
|
10835
10835
|
# @type ReceiptNumber: String
|
10836
10836
|
# @param IsReceipt: 仅供报销使用:1为是,0为否
|
10837
10837
|
# @type IsReceipt: String
|
10838
|
-
# @param RequestId: 唯一请求 ID
|
10838
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10839
10839
|
# @type RequestId: String
|
10840
10840
|
|
10841
10841
|
attr_accessor :TicketNum, :StartStation, :DestinationStation, :Date, :TrainNum, :Seat, :Name, :Price, :SeatCategory, :ID, :InvoiceType, :SerialNumber, :AdditionalCost, :HandlingFee, :LegalAmount, :TicketStation, :OriginalPrice, :InvoiceStyle, :ReceiptNumber, :IsReceipt, :RequestId
|
@@ -11969,7 +11969,7 @@ module TencentCloud
|
|
11969
11969
|
# @type PdfPageSize: Integer
|
11970
11970
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
11971
11971
|
# @type Angle: Float
|
11972
|
-
# @param RequestId: 唯一请求 ID
|
11972
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11973
11973
|
# @type RequestId: String
|
11974
11974
|
|
11975
11975
|
attr_accessor :VatInvoiceInfos, :Items, :PdfPageSize, :Angle, :RequestId
|
@@ -12204,7 +12204,7 @@ module TencentCloud
|
|
12204
12204
|
# @type ElectronicTrainTicket: :class:`Tencentcloud::Ocr.v20181119.models.ElectronicTrainTicket`
|
12205
12205
|
# @param ElectronicAirTransport: 全电发票(航空运输电子客票行程单)详细字段信息。
|
12206
12206
|
# @type ElectronicAirTransport: :class:`Tencentcloud::Ocr.v20181119.models.ElectronicAirTransport`
|
12207
|
-
# @param RequestId: 唯一请求 ID
|
12207
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12208
12208
|
# @type RequestId: String
|
12209
12209
|
|
12210
12210
|
attr_accessor :Invoice, :VehicleInvoiceInfo, :UsedVehicleInvoiceInfo, :PassInvoiceInfoList, :ElectronicTrainTicket, :ElectronicAirTransport, :RequestId
|
@@ -12300,7 +12300,7 @@ module TencentCloud
|
|
12300
12300
|
# @type VehicleInvoiceInfo: :class:`Tencentcloud::Ocr.v20181119.models.VehicleInvoiceInfo`
|
12301
12301
|
# @param UsedVehicleInvoiceInfo: 二手车销售统一发票信息
|
12302
12302
|
# @type UsedVehicleInvoiceInfo: :class:`Tencentcloud::Ocr.v20181119.models.UsedVehicleInvoiceInfo`
|
12303
|
-
# @param RequestId: 唯一请求 ID
|
12303
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12304
12304
|
# @type RequestId: String
|
12305
12305
|
|
12306
12306
|
attr_accessor :Invoice, :VehicleInvoiceInfo, :UsedVehicleInvoiceInfo, :RequestId
|
@@ -12398,7 +12398,7 @@ module TencentCloud
|
|
12398
12398
|
# @type VatRollInvoiceInfos: Array
|
12399
12399
|
# @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。
|
12400
12400
|
# @type Angle: Float
|
12401
|
-
# @param RequestId: 唯一请求 ID
|
12401
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12402
12402
|
# @type RequestId: String
|
12403
12403
|
|
12404
12404
|
attr_accessor :VatRollInvoiceInfos, :Angle, :RequestId
|
@@ -12586,7 +12586,7 @@ module TencentCloud
|
|
12586
12586
|
# WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警
|
12587
12587
|
# 注:告警信息可以同时存在多个
|
12588
12588
|
# @type RecognizeWarnMsg: Array
|
12589
|
-
# @param RequestId: 唯一请求 ID
|
12589
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12590
12590
|
# @type RequestId: String
|
12591
12591
|
|
12592
12592
|
attr_accessor :FrontInfo, :BackInfo, :RecognizeWarnCode, :RecognizeWarnMsg, :RequestId
|
@@ -12676,7 +12676,7 @@ module TencentCloud
|
|
12676
12676
|
class VehicleRegCertOCRResponse < TencentCloud::Common::AbstractModel
|
12677
12677
|
# @param VehicleRegCertInfos: 机动车登记证书识别结果,具体内容请点击左侧链接。
|
12678
12678
|
# @type VehicleRegCertInfos: Array
|
12679
|
-
# @param RequestId: 唯一请求 ID
|
12679
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12680
12680
|
# @type RequestId: String
|
12681
12681
|
|
12682
12682
|
attr_accessor :VehicleRegCertInfos, :RequestId
|
@@ -12766,7 +12766,7 @@ module TencentCloud
|
|
12766
12766
|
# @type AirTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.AirTicketInfo`
|
12767
12767
|
# @param RailwayTicketInfo: 铁路电子客票
|
12768
12768
|
# @type RailwayTicketInfo: :class:`Tencentcloud::Ocr.v20181119.models.RailwayTicketInfo`
|
12769
|
-
# @param RequestId: 唯一请求 ID
|
12769
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12770
12770
|
# @type RequestId: String
|
12771
12771
|
|
12772
12772
|
attr_accessor :Type, :InvoiceCode, :InvoiceNumber, :IssueDate, :InvoiceCheckCode, :MachineNumber, :TaxControlCode, :Buyer, :Seller, :TaxInclusiveTotalAmount, :InvoiceClerk, :Payee, :Checker, :TaxTotalAmount, :TaxExclusiveTotalAmount, :Note, :GoodsInfos, :AirTicketInfo, :RailwayTicketInfo, :RequestId
|
@@ -12868,7 +12868,7 @@ module TencentCloud
|
|
12868
12868
|
class VinOCRResponse < TencentCloud::Common::AbstractModel
|
12869
12869
|
# @param Vin: 检测到的车辆 VIN 码。
|
12870
12870
|
# @type Vin: String
|
12871
|
-
# @param RequestId: 唯一请求 ID
|
12871
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12872
12872
|
# @type RequestId: String
|
12873
12873
|
|
12874
12874
|
attr_accessor :Vin, :RequestId
|
@@ -12927,7 +12927,7 @@ module TencentCloud
|
|
12927
12927
|
class WaybillOCRResponse < TencentCloud::Common::AbstractModel
|
12928
12928
|
# @param TextDetections: 检测到的文本信息,具体内容请点击左侧链接。
|
12929
12929
|
# @type TextDetections: :class:`Tencentcloud::Ocr.v20181119.models.TextWaybill`
|
12930
|
-
# @param RequestId: 唯一请求 ID
|
12930
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12931
12931
|
# @type RequestId: String
|
12932
12932
|
|
12933
12933
|
attr_accessor :TextDetections, :RequestId
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.779
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20181119/models.rb
|
37
36
|
- lib/v20181119/client.rb
|
37
|
+
- lib/v20181119/models.rb
|
38
38
|
- lib/tencentcloud-sdk-ocr.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|