'Montereal Forced Aligner Word Accuracy

I'm currently working with Montereal Forced Aligner for a project the output returns the word and the start and end intervals of the words of transcript in the audio file.

I wanna know if it is possible to include the accuracy of matched words or confidence in the output?

intervals [4]:
            xmin = 0.98 
            xmax = 1.53 
            text = "process" 
        intervals [5]:
            xmin = 1.53 
            xmax = 1.69 
            text = "of" 
        intervals [6]:
            xmin = 1.69 
            xmax = 2.24 
            text = "supplying"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source