Class VoiceProfilePhraseResult

  • All Implemented Interfaces:
    AutoCloseable

    public final class VoiceProfilePhraseResult
    extends Object
    implements AutoCloseable
    Defines result of voice profile activation phrase request.
    • Method Detail

      • getResultId

        public String getResultId()
        Presents the result identifier.
        Returns:
        The result identifier.
      • getReason

        public ResultReason getReason()
        Specifies status of activation phrase result.
        Returns:
        The reason of the result.
      • getPhrases

        public List<String> getPhrases()
        Get the activation phrases from the result.
        Returns:
        The activation phrases.
      • getProperties

        public PropertyCollection getProperties()
        The set of properties exposed in the result.
        Returns:
        The set of properties exposed in the result.
      • close

        public void close()
        Explicitly frees any external resource attached to the object
        Specified by:
        close in interface AutoCloseable
      • toString

        public String toString()
        Returns a String that represents the voice activation phrase result.
        Overrides:
        toString in class Object
        Returns:
        A String that represents the voice activation phrase result.
      • getImpl

        public SafeHandle getImpl()
        Returns the voice activation phrase result implementation.
        Returns:
        The implementation of the result.