Package | Description |
---|---|
com.tencentcloudapi.tiia.v20190529.models |
Modifier and Type | Method and Description |
---|---|
Coord[] |
RecognizeCarResponse.getCarCoords()
Get 汽车的四个矩形顶点坐标,如果图片中存在多辆车,则输出最大车辆的坐标。
|
Coord[] |
RecognizeCarProResponse.getCarCoords()
Get 汽车的四个矩形顶点坐标,如果图片中存在多辆车,则输出最大车辆的坐标。
|
Coord[] |
CarTagItem.getCarLocation()
Get 车辆在图片中的坐标信息
|
Coord[] |
CarPlateContent.getPlateLocation()
Get 车牌在图片中的坐标信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
RecognizeCarResponse.setCarCoords(Coord[] CarCoords)
Set 汽车的四个矩形顶点坐标,如果图片中存在多辆车,则输出最大车辆的坐标。
|
void |
RecognizeCarProResponse.setCarCoords(Coord[] CarCoords)
Set 汽车的四个矩形顶点坐标,如果图片中存在多辆车,则输出最大车辆的坐标。
|
void |
CarTagItem.setCarLocation(Coord[] CarLocation)
Set 车辆在图片中的坐标信息
|
void |
CarPlateContent.setPlateLocation(Coord[] PlateLocation)
Set 车牌在图片中的坐标信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
Coord(Coord 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 © 2023. All rights reserved.