matchMode property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? matchMode
getter/setter pair

Possible string values are:

  • "MATCH_MODE_UNSPECIFIED"
  • "MATCH_MODE_HYBRID"
  • "MATCH_MODE_ML_ONLY"

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? matchMode;