Access to Microsoft Active Accessibility API?

Does Unity have access to the Microsoft Active Accessibility API? I want to make a game for the visually impaired and it would be great if there is a way to access the MAA API for allowing Screen Reader to read out the game interface for example.

I’m researching this right now for a work project, and I came across Tolk. It’s an open source library made to output text to screen readers. It was for instance successfully used in the game Skullgirls. They used the clipboard solution before as well, but this works a lot better it seems.

https://davykager.com/projects/tolk/