VoiceProfileResult Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. speaker. VoiceProfileResult
- com.
Implements
public final class VoiceProfileResult
implements java.lang.AutoCloseable
Defines result of processing a voice profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
close()
Explicitly frees any external resource attached to the object |
Safe |
getImpl()
Returns the voice profile result implementation. |
Property |
getProperties()
The set of properties exposed in the result. |
Result |
getReason()
Specifies the reason of voice profile result. |
java.lang.String |
getResultId()
Presents the result identifier. |
java.lang.String |
toString()
Returns a String that represents the voice profile result. |
Methods inherited from java.lang.Object
Method Details
close
public void close()
Explicitly frees any external resource attached to the object
getImpl
public SafeHandle getImpl()
Returns the voice profile result implementation.
Returns:
getProperties
public PropertyCollection getProperties()
The set of properties exposed in the result.
Returns:
getReason
public ResultReason getReason()
Specifies the reason of voice profile result.
Returns:
getResultId
public String getResultId()
Presents the result identifier.
Returns:
toString
public String toString()
Returns a String that represents the voice profile result.
Overrides:
VoiceProfileResult.toString()Returns:
Applies to
Azure SDK for Java