Interface AnalyzeIDDetections.Builder

    • Method Detail

      • text

        AnalyzeIDDetections.Builder text​(String text)

        Text of either the normalized field or value associated with it.

        Parameters:
        text - Text of either the normalized field or value associated with it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • normalizedValue

        AnalyzeIDDetections.Builder normalizedValue​(NormalizedValue normalizedValue)

        Only returned for dates, returns the type of value detected and the date written in a more machine readable way.

        Parameters:
        normalizedValue - Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        AnalyzeIDDetections.Builder confidence​(Float confidence)

        The confidence score of the detected text.

        Parameters:
        confidence - The confidence score of the detected text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.