Class ImageSearchResponseImpl

java.lang.Object
com.commercetools.ml.models.image_search.ImageSearchResponseImpl
All Implemented Interfaces:
ImageSearchResponse, io.vrap.rmf.base.client.ModelBase

public class ImageSearchResponseImpl extends Object implements ImageSearchResponse, io.vrap.rmf.base.client.ModelBase

Response format from image search endpoint.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The maximum number of results to return from a query.
    Number of elements skipped.
    An array of image URLs of images that are similar to the query image.
    The total number of product images that were have been analyzed.
    int
     
    void
    The maximum number of results to return from a query.
    void
    setOffset(Double offset)
    Number of elements skipped.
    void
    setResults(ResultItem... results)
    An array of image URLs of images that are similar to the query image.
    void
    An array of image URLs of images that are similar to the query image.
    void
    The total number of product images that were have been analyzed.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.ml.models.image_search.ImageSearchResponse

    withImageSearchResponse

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString