GeneralLabelsSettings

Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see Detecting Labels.

Types

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

Properties

Link copied to clipboard

The label categories that should be excluded from the return from DetectLabels.

Link copied to clipboard

The label categories that should be included in the return from DetectLabels.

Link copied to clipboard

The labels that should be excluded from the return from DetectLabels.

Link copied to clipboard

The labels that should be included in the return from DetectLabels.

Functions

Link copied to clipboard
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