tencentcloud-sdk-ocr 3.0.669 → 3.0.670

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b7cf3b6979d805fa68c0ddd998bc7997eed9a5c
4
- data.tar.gz: 5f56eb7e85122aa8e358293ce62a4d95dd6271e7
3
+ metadata.gz: 6e02bf2b5f6015a1bdb322d22a4e5c5911e867d0
4
+ data.tar.gz: 5020704f58f59526c10fb683cf9af502cd79da4a
5
5
  SHA512:
6
- metadata.gz: 1abcc4f15881fe11d1fc6843553c95a721af5d53bcca01a16d902dfdbb25f9500ebdd50b402a5e3191bcbc928306d07c7a0dff39314398817a773b294fb5193c
7
- data.tar.gz: 6b6019d532479c23d75b9c07cf6bffa70781e450398a740d0bf675b83f733da2917227e652042e371b4ad716d5754842a1adcd397e9b8f9ab10e0167316d00ab
6
+ metadata.gz: 44fdd943c9cd1319cbc26247e1f5fb838ca76e55691fd8944ebcd6fdb526208f7cf6f796bd373d7d427ed1a5d8dd9575bf6c3053579f3c6f334f54143a33f94c
7
+ data.tar.gz: afb8d7d170f55cc03cb18c9cd45325871bfb20bf873a8eec08f8700f20c19f6affe9dee2dc32e065dee086863fc14bc308394d4e0049cd5f1d225566ccf0f81e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.669
1
+ 3.0.670
@@ -3519,7 +3519,7 @@ module TencentCloud
3519
3519
  # @type Confidence: Integer
3520
3520
  # @param Rect: 文本行在原图片中的像素坐标框。
3521
3521
  # @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
3522
- # @param Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”。
3522
+ # @param Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。
3523
3523
  # @type Color: String
3524
3524
 
3525
3525
  attr_accessor :Number, :Confidence, :Rect, :Color
@@ -3577,7 +3577,7 @@ module TencentCloud
3577
3577
  # @type Confidence: Integer
3578
3578
  # @param Rect: 文本行在原图片中的像素坐标框。
3579
3579
  # @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
3580
- # @param Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”。
3580
+ # @param Color: 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”、“喷漆”、“其它”。
3581
3581
  # @type Color: String
3582
3582
  # @param LicensePlateInfos: 全部车牌信息。
3583
3583
  # @type LicensePlateInfos: Array
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.669
4
+ version: 3.0.670
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common