public class DetectCustomLabelsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DetectCustomLabelsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CustomLabel> |
getCustomLabels()
An array of custom labels detected in the input image.
|
int |
hashCode() |
void |
setCustomLabels(java.util.Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetectCustomLabelsResult |
withCustomLabels(java.util.Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
|
DetectCustomLabelsResult |
withCustomLabels(CustomLabel... customLabels)
An array of custom labels detected in the input image.
|
public java.util.List<CustomLabel> getCustomLabels()
An array of custom labels detected in the input image.
An array of custom labels detected in the input image.
public void setCustomLabels(java.util.Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
customLabels - An array of custom labels detected in the input image.
public DetectCustomLabelsResult withCustomLabels(CustomLabel... customLabels)
An array of custom labels detected in the input image.
Returns a reference to this object so that method calls can be chained together.
customLabels - An array of custom labels detected in the input image.
public DetectCustomLabelsResult withCustomLabels(java.util.Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
Returns a reference to this object so that method calls can be chained together.
customLabels - An array of custom labels detected in the input image.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.