Sensitivity

public enum Sensitivity : String

The sensitivity of the disambiguation feature to intent detection uncertainty. Higher sensitivity means that the disambiguation feature is triggered more often and includes more choices.

  • Undocumented

    Declaration

    Swift

    case auto = "auto"
  • Undocumented

    Declaration

    Swift

    case high = "high"
  • Undocumented

    Declaration

    Swift

    case mediumHigh = "medium_high"
  • Undocumented

    Declaration

    Swift

    case medium = "medium"
  • Undocumented

    Declaration

    Swift

    case mediumLow = "medium_low"
  • low

    Undocumented

    Declaration

    Swift

    case low = "low"