DetectTextFilters

A set of optional parameters that you can use to set the criteria that the text must meet to be included in your response. WordFilter looks at a word’s height, width, and minimum confidence. RegionOfInterest lets you set a specific region of the image to look for text in.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A set of parameters that allow you to filter out certain results from your returned results.

Functions

Link copied to clipboard
inline fun copy(block: DetectTextFilters.Builder.() -> Unit = {}): DetectTextFilters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String