Class OrcaSynthesizeParams


  • public class OrcaSynthesizeParams
    extends java.lang.Object
    A class that exposes several properties that can control the audio synthesized by Orca.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OrcaSynthesizeParams.Builder
      Builder for creating instance of OrcaSynthesizeParams.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getRandomState()
      Getter for the random state (i.e.
      float getSpeechRate()
      Getter for the speech rate (i.e.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSpeechRate

        public float getSpeechRate()
        Getter for the speech rate (i.e. the pace of the synthesized speech).
        Returns:
        Speech Rate.
      • getRandomState

        public long getRandomState()
        Getter for the random state (i.e. the random state for the synthesized speech).
        Returns:
        Random State.