2.2.2.5.1.1.1 evm:breakWeightType Simple Type

The breakWeightType simple type represents a coarse classification of the magnitude of a break in the speech data that was processed to obtain a transcript.

 <xs:simpleType name="breakWeightType">
     <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 breakWeightType simple type are defined as follows.

Value

Meaning

low

A low break weight was used.

medium

A medium break weight was used.

high

A high break weight was used.