Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.

interface LabelDetectionSettings {
    GeneralLabels?: GeneralLabelsSettings;
}

Properties

Properties

GeneralLabels?: 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.