2.2.2.5.1.1.2 evm:confidenceBandType Simple Type

The confidenceBandType simple type represents a coarse classification of a confidence result (that is itself represented as an zeroToUnityDoubleType simple type). A value of "low" indicates that the transcript is probably significantly inaccurate. The heuristics for classification are not described here.

 <xs:simpleType name="confidenceBandType">
     <xs:restriction base="xs:NCName">
         <xs:enumeration value="low"/>
         <xs:enumeration value="medium"/>
         <xs:enumeration value="high"/>
     </xs:restriction>
 </xs:simpleType>

The enumerated values for the confidenceBandType simple type are defined as follows.

Value

Meaning

low

The transcription is of low (possibly poor) quality.

medium

The transcription is of average quality.

high

The transcription is of high quality.