public static interface StartTextDetectionFilters.Builder extends SdkPojo, CopyableBuilder<StartTextDetectionFilters.Builder,StartTextDetectionFilters>
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionFilters.Builder |
regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)
Filter focusing on a certain area of the frame.
|
StartTextDetectionFilters.Builder |
regionsOfInterest(Consumer<RegionOfInterest.Builder>... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
StartTextDetectionFilters.Builder |
regionsOfInterest(RegionOfInterest... regionsOfInterest)
Filter focusing on a certain area of the frame.
|
default StartTextDetectionFilters.Builder |
wordFilter(Consumer<DetectionFilter.Builder> wordFilter)
Filters focusing on qualities of the text, such as confidence or size.
|
StartTextDetectionFilters.Builder |
wordFilter(DetectionFilter wordFilter)
Filters focusing on qualities of the text, such as confidence or size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTextDetectionFilters.Builder wordFilter(DetectionFilter wordFilter)
Filters focusing on qualities of the text, such as confidence or size.
wordFilter - Filters focusing on qualities of the text, such as confidence or size.default StartTextDetectionFilters.Builder wordFilter(Consumer<DetectionFilter.Builder> wordFilter)
Filters focusing on qualities of the text, such as confidence or size.
This is a convenience that creates an instance of theDetectionFilter.Builder avoiding the need to
create one manually via DetectionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to wordFilter(DetectionFilter).wordFilter - a consumer that will call methods on DetectionFilter.BuilderwordFilter(DetectionFilter)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.
regionsOfInterest - Filter focusing on a certain area of the frame. Uses a BoundingBox object to set the
region of the screen.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.
regionsOfInterest - Filter focusing on a certain area of the frame. Uses a BoundingBox object to set the
region of the screen.StartTextDetectionFilters.Builder regionsOfInterest(Consumer<RegionOfInterest.Builder>... regionsOfInterest)
Filter focusing on a certain area of the frame. Uses a BoundingBox object to set the region of
the screen.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #regionsOfInterest(List) .regionsOfInterest - a consumer that will call methods on List.Builder #regionsOfInterest(List) Copyright © 2022. All rights reserved.