Whether to include the following sections in the score file, in addition to the Summary section. (The Summary section displays the recall, precision, and f-measure scores.)
Matching details | Each word in the verbatim transcript is shown alongside the word from the speech-to-text transcript that it is matched to (verbatim transcript is on the left; speech-to-text transcript is on the right) and a score that shows the distance between the two words. A score of 0 (zero) indicates that the words match exactly. |
Truth analysis | For each word in the verbatim transcript, this section shows whether the word was correctly recognized (1) or not (0). |
Recognition analysis | For each word in the speech-to-text transcript, this section shows whether the word was correctly recognized (1) or not (0). |
Analysis details | This section shows line-by-line matching of the verbatim transcript with the speech-to-text transcript. |
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | align module |
Example: | DetailedScore=False
|
See Also: | ShowDetails (action parameter) |
|