Yep.
AccessibilityLabel = voiceover text
AccessibilityIdentifier = secret id that only appium can see.
But, I guess the problem is that you’d have to know beforehand what the lat/long is. In my case, I was changing the A_ID for a uiView that contains an image, and changing it based on what entitlement my account has. (NavBar-TitleImageView-FreeAcct vs NavBar-TitleImageView-PlusAcct) But here, you wouldn’t know what id to expect because it’s just a random number.
There are definitely ways to have hidden elements show up in appium that you can pull information out of, but I’m not exactly sure. Maybe they could have super small elements that have visible textboxes that are rendered, but so small they don’t appear - like a pixel basically with text in it.