Class OctopusMatch


  • public class OctopusMatch
    extends java.lang.Object
    Class that contains match results returned from Octopus search.
    • Constructor Summary

      Constructors 
      Constructor Description
      OctopusMatch​(float startSec, float endSec, float probability)
      Constructor.
    • Constructor Detail

      • OctopusMatch

        public OctopusMatch​(float startSec,
                            float endSec,
                            float probability)
        Constructor.
        Parameters:
        startSec - The starting second of the match word.
        endSec - The ending second of the match word.
        probability - Floating-point value between [0, 1].
    • Method Detail

      • getStartSec

        public float getStartSec()
      • getEndSec

        public float getEndSec()
      • getProbability

        public float getProbability()