Values.GeneralLabelsSettingsSourceContains 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.
type nonrec t = {labelInclusionFilters : GeneralLabelsFilterList.t option;The labels that should be included in the return from DetectLabels.
*)labelExclusionFilters : GeneralLabelsFilterList.t option;The labels that should be excluded from the return from DetectLabels.
*)labelCategoryInclusionFilters : GeneralLabelsFilterList.t option;The label categories that should be included in the return from DetectLabels.
*)labelCategoryExclusionFilters : GeneralLabelsFilterList.t option;The label categories that should be excluded from the return from DetectLabels.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of GeneralLabelsFilterValue.t ] list ])
list ]