@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpeakerSearchResult extends Object implements Serializable, Cloneable, StructuredPojo
The result of a speaker search analysis.
Constructor and Description |
---|
SpeakerSearchResult() |
Modifier and Type | Method and Description |
---|---|
SpeakerSearchResult |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidenceScore()
The confidence score in the speaker search analysis.
|
String |
getVoiceProfileId()
The voice profile ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfidenceScore(Float confidenceScore)
The confidence score in the speaker search analysis.
|
void |
setVoiceProfileId(String voiceProfileId)
The voice profile ID.
|
String |
toString()
Returns a string representation of this object.
|
SpeakerSearchResult |
withConfidenceScore(Float confidenceScore)
The confidence score in the speaker search analysis.
|
SpeakerSearchResult |
withVoiceProfileId(String voiceProfileId)
The voice profile ID.
|
public void setConfidenceScore(Float confidenceScore)
The confidence score in the speaker search analysis.
confidenceScore
- The confidence score in the speaker search analysis.public Float getConfidenceScore()
The confidence score in the speaker search analysis.
public SpeakerSearchResult withConfidenceScore(Float confidenceScore)
The confidence score in the speaker search analysis.
confidenceScore
- The confidence score in the speaker search analysis.public void setVoiceProfileId(String voiceProfileId)
The voice profile ID.
voiceProfileId
- The voice profile ID.public String getVoiceProfileId()
The voice profile ID.
public SpeakerSearchResult withVoiceProfileId(String voiceProfileId)
The voice profile ID.
voiceProfileId
- The voice profile ID.public String toString()
toString
in class Object
Object.toString()
public SpeakerSearchResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.