Package com.scene7.ipsapi
Class SearchAssetsByMetadataParam.HaystackSearch
java.lang.Object
com.scene7.ipsapi.SearchAssetsByMetadataParam.HaystackSearch
- Enclosing class:
SearchAssetsByMetadataParam
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandle property.Gets the value of the blobWeight property.Gets the value of the colorWeight property.Gets the value of the gistWeight property.Gets the value of the resultLimit property.Gets the value of the siftWeight property.Gets the value of the similarityLimit property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetBlobWeight(Float value) Sets the value of the blobWeight property.voidsetColorWeight(Float value) Sets the value of the colorWeight property.voidsetGistWeight(Float value) Sets the value of the gistWeight property.voidsetResultLimit(Integer value) Sets the value of the resultLimit property.voidsetSiftWeight(Float value) Sets the value of the siftWeight property.voidsetSimilarityLimit(Float value) Sets the value of the similarityLimit property.
-
Constructor Details
-
HaystackSearch
public HaystackSearch()
-
-
Method Details
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getSiftWeight
Gets the value of the siftWeight property.- Returns:
- possible object is
Float
-
setSiftWeight
Sets the value of the siftWeight property.- Parameters:
value- allowed object isFloat
-
getColorWeight
Gets the value of the colorWeight property.- Returns:
- possible object is
Float
-
setColorWeight
Sets the value of the colorWeight property.- Parameters:
value- allowed object isFloat
-
getBlobWeight
Gets the value of the blobWeight property.- Returns:
- possible object is
Float
-
setBlobWeight
Sets the value of the blobWeight property.- Parameters:
value- allowed object isFloat
-
getGistWeight
Gets the value of the gistWeight property.- Returns:
- possible object is
Float
-
setGistWeight
Sets the value of the gistWeight property.- Parameters:
value- allowed object isFloat
-
getSimilarityLimit
Gets the value of the similarityLimit property.- Returns:
- possible object is
Float
-
setSimilarityLimit
Sets the value of the similarityLimit property.- Parameters:
value- allowed object isFloat
-
getResultLimit
Gets the value of the resultLimit property.- Returns:
- possible object is
Integer
-
setResultLimit
Sets the value of the resultLimit property.- Parameters:
value- allowed object isInteger
-