public static class SearchAssetsByMetadataParam.HaystackSearch
extends java.lang.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 |
---|---|
java.lang.String |
getAssetHandle()
Gets the value of the assetHandle property.
|
java.lang.Float |
getBlobWeight()
Gets the value of the blobWeight property.
|
java.lang.Float |
getColorWeight()
Gets the value of the colorWeight property.
|
java.lang.Float |
getGistWeight()
Gets the value of the gistWeight property.
|
java.lang.Integer |
getResultLimit()
Gets the value of the resultLimit property.
|
java.lang.Float |
getSiftWeight()
Gets the value of the siftWeight property.
|
java.lang.Float |
getSimilarityLimit()
Gets the value of the similarityLimit property.
|
void |
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.
|
void |
setBlobWeight(java.lang.Float value)
Sets the value of the blobWeight property.
|
void |
setColorWeight(java.lang.Float value)
Sets the value of the colorWeight property.
|
void |
setGistWeight(java.lang.Float value)
Sets the value of the gistWeight property.
|
void |
setResultLimit(java.lang.Integer value)
Sets the value of the resultLimit property.
|
void |
setSiftWeight(java.lang.Float value)
Sets the value of the siftWeight property.
|
void |
setSimilarityLimit(java.lang.Float value)
Sets the value of the similarityLimit property.
|
public java.lang.String getAssetHandle()
String
public void setAssetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getSiftWeight()
Float
public void setSiftWeight(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getColorWeight()
Float
public void setColorWeight(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getBlobWeight()
Float
public void setBlobWeight(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getGistWeight()
Float
public void setGistWeight(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getSimilarityLimit()
Float
public void setSimilarityLimit(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Integer getResultLimit()
Integer
public void setResultLimit(java.lang.Integer value)
value
- allowed object is
Integer
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"