Class MediaPreprocessOperation

    • Constructor Detail

      • MediaPreprocessOperation

        public MediaPreprocessOperation()
      • MediaPreprocessOperation

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

      • getType

        public String getType()
        Get 预处理操作的类型,取值范围:
      • ImageTextMask:图片文字遮罩。
Returns:
Type 预处理操作的类型,取值范围:
  • ImageTextMask:图片文字遮罩。
  • Parameters:
    Type - 预处理操作的类型,取值范围:
  • ImageTextMask:图片文字遮罩。