SemanticFilterResponse

SemanticFilterResponse tracks the semantic filtering results if user turns on the semantic filtering in LVM image editing's editConfig.

Fields
namedBoundingBoxes[] object (NamedBoundingBox)

If semantic filtering is not passed, a list of named bounding boxes will be populated to report users the detected objects that failed semantic filtering.

passedSemanticFilter boolean

Whether the semantic filtering is passed.

JSON representation
{
  "namedBoundingBoxes": [
    {
      object (NamedBoundingBox)
    }
  ],
  "passedSemanticFilter": boolean
}