Interface ClarifaiService

All Known Implementing Classes:
ClarifaiServiceImpl

public interface ClarifaiService
Interface for ClarifaiServiceImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static com.clarifai.grpc.api.V2Grpc.V2BlockingStub
    Allows for sending requests to the Clarifai API
  • Method Summary

    Modifier and Type
    Method
    Description
    processImage​(String imageURL)
     
  • Field Details

    • stub

      static final com.clarifai.grpc.api.V2Grpc.V2BlockingStub stub
      Allows for sending requests to the Clarifai API
  • Method Details