How to get the SSAO value in vtk-python

I try to get the value of SSAO of each pixel in the vtk renderwindow, however, I only find the function

vtkRenderer.UseSSAOOn() in the vtk class reference. Is there any solution to directly or indirectly get the SSAO value of each pixel as a matrix?