Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
ItemCoord |
TextEduPaper.getItemcoord()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
ItemCoord |
TextArithmetic.getItemCoord()
Get 文本行旋转纠正之后在图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
ItemCoord |
BusinessCardInfo.getItemCoord()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
ItemCoord |
StructuralItem.getItemCoord()
Get 文本行在旋转纠正之后的图像中的像素
坐标。
|
ItemCoord |
TextDetection.getItemPolygon()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
Modifier and Type | Method and Description |
---|---|
void |
TextEduPaper.setItemcoord(ItemCoord Itemcoord)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
TextArithmetic.setItemCoord(ItemCoord ItemCoord)
Set 文本行旋转纠正之后在图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
BusinessCardInfo.setItemCoord(ItemCoord ItemCoord)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
StructuralItem.setItemCoord(ItemCoord ItemCoord)
Set 文本行在旋转纠正之后的图像中的像素
坐标。
|
void |
TextDetection.setItemPolygon(ItemCoord ItemPolygon)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
Constructor and Description |
---|
ItemCoord(ItemCoord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.