Interface StartTextDetectionFilters.Builder

    • Method Detail

      • wordFilter

        StartTextDetectionFilters.Builder wordFilter​(DetectionFilter wordFilter)

        Filters focusing on qualities of the text, such as confidence or size.

        Parameters:
        wordFilter - Filters focusing on qualities of the text, such as confidence or size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionsOfInterest

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

        Filter focusing on a certain area of the frame. Uses a BoundingBox object to set the region of the screen.

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

        StartTextDetectionFilters.Builder regionsOfInterest​(RegionOfInterest... regionsOfInterest)

        Filter focusing on a certain area of the frame. Uses a BoundingBox object to set the region of the screen.

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