Class WordSegment

java.lang.Object
ca.phon.session.io.xml.v13.WordSegment

public class WordSegment extends Object
normalized end time for word in group

Java class for wordSegment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="wordSegment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="mark" use="required" type="{https://phon.ca/ns/phonbank}normalizedValue" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • mark

      protected float mark
  • Constructor Details

    • WordSegment

      public WordSegment()
  • Method Details

    • getMark

      public float getMark()
      Gets the value of the mark property.
    • setMark

      public void setMark(float value)
      Sets the value of the mark property.