ENUM

AnalyzerRuleType

Description

Represents the type of data you need to analyze using this data type.

link GraphQL Schema definition

  • enum AnalyzerRuleType {
  • # Use data type only for structured data.
  • STRUCTURED
  • # Use data type only for unstructured data.
  • UNSTRUCTURED
  • }