Interface NonTalkTimeFilter.Builder

    • Method Detail

      • threshold

        NonTalkTimeFilter.Builder threshold​(Long threshold)

        Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.

        Parameters:
        threshold - Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • absoluteTimeRange

        NonTalkTimeFilter.Builder absoluteTimeRange​(AbsoluteTimeRange absoluteTimeRange)

        Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.

        Parameters:
        absoluteTimeRange - Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativeTimeRange

        NonTalkTimeFilter.Builder relativeTimeRange​(RelativeTimeRange relativeTimeRange)

        Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.

        Parameters:
        relativeTimeRange - Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • negate

        NonTalkTimeFilter.Builder negate​(Boolean negate)

        Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence

        Parameters:
        negate - Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence
        Returns:
        Returns a reference to this object so that method calls can be chained together.