public static class SearchAssetsByMetadataParam.HaystackSearch extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="siftWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="colorWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="blobWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="gistWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="similarityLimit" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="resultLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HaystackSearch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetHandle()
Gets the value of the assetHandle property.
|
Float |
getBlobWeight()
Gets the value of the blobWeight property.
|
Float |
getColorWeight()
Gets the value of the colorWeight property.
|
Float |
getGistWeight()
Gets the value of the gistWeight property.
|
Integer |
getResultLimit()
Gets the value of the resultLimit property.
|
Float |
getSiftWeight()
Gets the value of the siftWeight property.
|
Float |
getSimilarityLimit()
Gets the value of the similarityLimit property.
|
void |
setAssetHandle(String value)
Sets the value of the assetHandle property.
|
void |
setBlobWeight(Float value)
Sets the value of the blobWeight property.
|
void |
setColorWeight(Float value)
Sets the value of the colorWeight property.
|
void |
setGistWeight(Float value)
Sets the value of the gistWeight property.
|
void |
setResultLimit(Integer value)
Sets the value of the resultLimit property.
|
void |
setSiftWeight(Float value)
Sets the value of the siftWeight property.
|
void |
setSimilarityLimit(Float value)
Sets the value of the similarityLimit property.
|
public String getAssetHandle()
Stringpublic void setAssetHandle(String value)
value - allowed object is
Stringpublic Float getSiftWeight()
Floatpublic void setSiftWeight(Float value)
value - allowed object is
Floatpublic Float getColorWeight()
Floatpublic void setColorWeight(Float value)
value - allowed object is
Floatpublic Float getBlobWeight()
Floatpublic void setBlobWeight(Float value)
value - allowed object is
Floatpublic Float getGistWeight()
Floatpublic void setGistWeight(Float value)
value - allowed object is
Floatpublic Float getSimilarityLimit()
Floatpublic void setSimilarityLimit(Float value)
value - allowed object is
Floatpublic Integer getResultLimit()
IntegerCopyright © 2010 - 2020 Adobe. All Rights Reserved