MatchResult

public struct MatchResult : Codable

Result of matching

  • Label for matching candidates. The label specifies a set of matching results that are received according to the matching filters and parameters. Each relevant result will be assigned a label. Several labels with their matching filters and parameters can be created to specify different sets of matching results. The label is used to distinguish the matching results for further processing in “storage_policy” and “conditional_tags_policy”. It is required to specify the corresponding label when setting the “match” filter in these policies. The label is used only during the execution of handler policies.

    Declaration

    Swift

    public let label: String?
  • Matching candidates

    Declaration

    Swift

    public let candidates: [Candidate]