@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelDetectionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.
| Constructor and Description |
|---|
LabelDetectionSettings() |
| Modifier and Type | Method and Description |
|---|---|
LabelDetectionSettings |
clone() |
boolean |
equals(Object obj) |
GeneralLabelsSettings |
getGeneralLabels() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGeneralLabels(GeneralLabelsSettings generalLabels) |
String |
toString()
Returns a string representation of this object.
|
LabelDetectionSettings |
withGeneralLabels(GeneralLabelsSettings generalLabels) |
public void setGeneralLabels(GeneralLabelsSettings generalLabels)
generalLabels - public GeneralLabelsSettings getGeneralLabels()
public LabelDetectionSettings withGeneralLabels(GeneralLabelsSettings generalLabels)
generalLabels - public String toString()
toString in class ObjectObject.toString()public LabelDetectionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.