Interface DetectTextFilters.Builder

    • Method Detail

      • wordFilter

        DetectTextFilters.Builder wordFilter​(DetectionFilter wordFilter)
        Sets the value of the WordFilter property for this object.
        Parameters:
        wordFilter - The new value for the WordFilter property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionsOfInterest

        DetectTextFilters.Builder regionsOfInterest​(Collection<RegionOfInterest> regionsOfInterest)

        A Filter focusing on a certain area of the image. Uses a BoundingBox object to set the region of the image.

        Parameters:
        regionsOfInterest - A Filter focusing on a certain area of the image. Uses a BoundingBox object to set the region of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionsOfInterest

        DetectTextFilters.Builder regionsOfInterest​(RegionOfInterest... regionsOfInterest)

        A Filter focusing on a certain area of the image. Uses a BoundingBox object to set the region of the image.

        Parameters:
        regionsOfInterest - A Filter focusing on a certain area of the image. Uses a BoundingBox object to set the region of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.