Class ImageResultsResultDetail

    • Constructor Detail

      • ImageResultsResultDetail

        public ImageResultsResultDetail()
      • ImageResultsResultDetail

        public ImageResultsResultDetail​(ImageResultsResultDetail 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

      • getName

        public String getName()
        Get 任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • getText

        public String getText()
        Get OCR识别文本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Text OCR识别文本 注意:此字段可能返回 null,表示取不到有效值。
      • setText

        public void setText​(String Text)
        Set OCR识别文本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Text - OCR识别文本 注意:此字段可能返回 null,表示取不到有效值。
      • getLocation

        public ImageResultsResultDetailLocation getLocation()
        Get 位置信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Location 位置信息 注意:此字段可能返回 null,表示取不到有效值。
      • setLocation

        public void setLocation​(ImageResultsResultDetailLocation Location)
        Set 位置信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Location - 位置信息 注意:此字段可能返回 null,表示取不到有效值。
      • getLabel

        public String getLabel()
        Get 标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Label 标签 注意:此字段可能返回 null,表示取不到有效值。
      • setLabel

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

        public String getLibId()
        Get 库ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LibId 库ID 注意:此字段可能返回 null,表示取不到有效值。
      • setLibId

        public void setLibId​(String LibId)
        Set 库ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LibId - 库ID 注意:此字段可能返回 null,表示取不到有效值。
      • getLibName

        public String getLibName()
        Get 库名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LibName 库名称 注意:此字段可能返回 null,表示取不到有效值。
      • setLibName

        public void setLibName​(String LibName)
        Set 库名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LibName - 库名称 注意:此字段可能返回 null,表示取不到有效值。
      • getKeywords

        public String[] getKeywords()
        Get 命中的关键词 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Keywords 命中的关键词 注意:此字段可能返回 null,表示取不到有效值。
      • setKeywords

        public void setKeywords​(String[] Keywords)
        Set 命中的关键词 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Keywords - 命中的关键词 注意:此字段可能返回 null,表示取不到有效值。
      • getSuggestion

        public String getSuggestion()
        Get 建议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Suggestion 建议 注意:此字段可能返回 null,表示取不到有效值。
      • setSuggestion

        public void setSuggestion​(String Suggestion)
        Set 建议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Suggestion - 建议 注意:此字段可能返回 null,表示取不到有效值。
      • getScore

        public Long getScore()
        Get 得分 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Score 得分 注意:此字段可能返回 null,表示取不到有效值。
      • setScore

        public void setScore​(Long Score)
        Set 得分 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Score - 得分 注意:此字段可能返回 null,表示取不到有效值。
      • getSubLabelCode

        public String getSubLabelCode()
        Get 子标签码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubLabelCode 子标签码 注意:此字段可能返回 null,表示取不到有效值。
      • setSubLabelCode

        public void setSubLabelCode​(String SubLabelCode)
        Set 子标签码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubLabelCode - 子标签码 注意:此字段可能返回 null,表示取不到有效值。