Help trying to extract object attribute

Ah-ha, I think this was what I was missing... I ended up using a split node with data.attributes.matched_faces.name where the name was the trained face and one for empty (i.e. unrecognized or no faces detected). I prefer to use the matched_faces attribute over the faces attribute to account for an empty/unrecognized entity.

Thanks for your help and Steve-Mcl for your suggestion as well!