Class AiRecognitionTaskOcrWordsSegmentItem


  • public class AiRecognitionTaskOcrWordsSegmentItem
    extends AbstractModel
    • Constructor Detail

      • AiRecognitionTaskOcrWordsSegmentItem

        public AiRecognitionTaskOcrWordsSegmentItem()
      • AiRecognitionTaskOcrWordsSegmentItem

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

      • getStartTimeOffset

        public Float getStartTimeOffset()
        Get 识别片段起始的偏移时间,单位:秒。
        Returns:
        StartTimeOffset 识别片段起始的偏移时间,单位:秒。
      • setStartTimeOffset

        public void setStartTimeOffset​(Float StartTimeOffset)
        Set 识别片段起始的偏移时间,单位:秒。
        Parameters:
        StartTimeOffset - 识别片段起始的偏移时间,单位:秒。
      • getEndTimeOffset

        public Float getEndTimeOffset()
        Get 识别片段终止的偏移时间,单位:秒。
        Returns:
        EndTimeOffset 识别片段终止的偏移时间,单位:秒。
      • setEndTimeOffset

        public void setEndTimeOffset​(Float EndTimeOffset)
        Set 识别片段终止的偏移时间,单位:秒。
        Parameters:
        EndTimeOffset - 识别片段终止的偏移时间,单位:秒。
      • getConfidence

        public Float getConfidence()
        Get 识别片段置信度。取值:0~100。
        Returns:
        Confidence 识别片段置信度。取值:0~100。
      • setConfidence

        public void setConfidence​(Float Confidence)
        Set 识别片段置信度。取值:0~100。
        Parameters:
        Confidence - 识别片段置信度。取值:0~100。
      • getAreaCoordSet

        public Long[] getAreaCoordSet()
        Get 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
        Returns:
        AreaCoordSet 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
      • setAreaCoordSet

        public void setAreaCoordSet​(Long[] AreaCoordSet)
        Set 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
        Parameters:
        AreaCoordSet - 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。