Class DetectionLabelInfo

    • Constructor Detail

      • DetectionLabelInfo

        public DetectionLabelInfo()
      • DetectionLabelInfo

        public DetectionLabelInfo​(DetectionLabelInfo 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.
    • Method Detail

      • getPoints

        public PointInfo[] getPoints()
        Get 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Points 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
      • setPoints

        public void setPoints​(PointInfo[] Points)
        Set 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Points - 点坐标列表 注意:此字段可能返回 null,表示取不到有效值。
      • getLabels

        public String[] getLabels()
        Get 标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Labels 标签 注意:此字段可能返回 null,表示取不到有效值。
      • setLabels

        public void setLabels​(String[] Labels)
        Set 标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Labels - 标签 注意:此字段可能返回 null,表示取不到有效值。
      • getFrameType

        public String getFrameType()
        Get 类别 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FrameType 类别 注意:此字段可能返回 null,表示取不到有效值。
      • setFrameType

        public void setFrameType​(String FrameType)
        Set 类别 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FrameType - 类别 注意:此字段可能返回 null,表示取不到有效值。