Class OCRDetect

    • Constructor Detail

      • OCRDetect

        public OCRDetect()
      • OCRDetect

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

      • getItem

        public OCRItem[] getItem()
        Get 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Item 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
      • setItem

        public void setItem​(OCRItem[] Item)
        Set 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Item - 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
      • getTextInfo

        public String getTextInfo()
        Get 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TextInfo 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。
      • setTextInfo

        public void setTextInfo​(String TextInfo)
        Set 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TextInfo - 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。