Class ByProjectKeyImageSearchPostString

All Implemented Interfaces:
ClientRequestCommand<ImageSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImageSearchResponse>, RequestCommand<ImageSearchResponse>

public class ByProjectKeyImageSearchPostString extends StringBodyApiMethod<ByProjectKeyImageSearchPostString,ImageSearchResponse>

Accepts an image file and returns similar products from product catalogue.



   CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search.ImageSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .imageSearch()
            .post("")
            .execute()