Interface MatchScoreDetails.Builder

    • Method Detail

      • overall

        MatchScoreDetails.Builder overall​(Double overall)

        Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.

        Parameters:
        overall - Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • components

        MatchScoreDetails.Builder components​(ComponentMatchScores components)

        Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.

        Parameters:
        components - Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.