Class AppearInfo

    • Constructor Detail

      • AppearInfo

        public AppearInfo()
      • AppearInfo

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

      • getAudioAppearSet

        public TextAppearInfo[] getAudioAppearSet()
        Get 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AudioAppearSet 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
      • setAudioAppearSet

        public void setAudioAppearSet​(TextAppearInfo[] AudioAppearSet)
        Set 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AudioAppearSet - 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
      • getTextAppearSet

        public TextAppearInfo[] getTextAppearSet()
        Get 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TextAppearSet 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
      • setTextAppearSet

        public void setTextAppearSet​(TextAppearInfo[] TextAppearSet)
        Set 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TextAppearSet - 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
      • getVideoAppearSet

        public VideoAppearInfo[] getVideoAppearSet()
        Get 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VideoAppearSet 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
      • setVideoAppearSet

        public void setVideoAppearSet​(VideoAppearInfo[] VideoAppearSet)
        Set 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VideoAppearSet - 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。