bboxLabels property

  1. @TagNumber(15)
List<String> bboxLabels

bbox_labels are used to match documents with the specified bounding box labels (using logical OR).

Implementation

@$pb.TagNumber(15)
$core.List<$core.String> get bboxLabels => $_getList(12);