在我正在查看的某些代码中,有此导入语句。
import husaynhakeem.io.facedetector.models.FaceBounds
我如何在这个FaceBounds
类中找到代码?我曾尝试查看用户的github,但无法找到实际的类。我发现的唯一类是Facing.kt
,Orientation.kt
和models.kt
,但不是Facebounds
类。 https://github.com/husaynhakeem/android-face-detector/tree/master/facedetector/src/main/java/husaynhakeem/io/facedetector/models
答案 0 :(得分:1)
data class FaceBounds(val id: Int, val box: Rect)
它在models.kt