@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceSpoofingRisk extends Object implements Serializable, Cloneable, StructuredPojo
The details resulting from 'Voice Spoofing Risk' analysis of the speaker.
| Constructor and Description |
|---|
VoiceSpoofingRisk() |
| Modifier and Type | Method and Description |
|---|---|
VoiceSpoofingRisk |
clone() |
boolean |
equals(Object obj) |
Integer |
getRiskScore()
The score indicating the likelihood of speaker’s voice being spoofed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRiskScore(Integer riskScore)
The score indicating the likelihood of speaker’s voice being spoofed.
|
String |
toString()
Returns a string representation of this object.
|
VoiceSpoofingRisk |
withRiskScore(Integer riskScore)
The score indicating the likelihood of speaker’s voice being spoofed.
|
public void setRiskScore(Integer riskScore)
The score indicating the likelihood of speaker’s voice being spoofed.
riskScore - The score indicating the likelihood of speaker’s voice being spoofed.public Integer getRiskScore()
The score indicating the likelihood of speaker’s voice being spoofed.
public VoiceSpoofingRisk withRiskScore(Integer riskScore)
The score indicating the likelihood of speaker’s voice being spoofed.
riskScore - The score indicating the likelihood of speaker’s voice being spoofed.public String toString()
toString in class ObjectObject.toString()public VoiceSpoofingRisk clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.