Class VoiceProfileResult

  • All Implemented Interfaces:
    AutoCloseable

    public final class VoiceProfileResult
    extends Object
    implements AutoCloseable
    Defines result of processing a voice profile.
    • Method Detail

      • getResultId

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

        public ResultReason getReason()
        Specifies the reason of voice profile result.
        Returns:
        The reason of the result.
      • 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 profile result.
        Overrides:
        toString in class Object
        Returns:
        A String that represents the voice profile result.
      • getImpl

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