All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.api.BaseResponse Maven / Gradle / Ivy

The newest version!
package com.clarifai.api;

import com.google.gson.JsonElement;

/** Common envelope used by all Clarifai API responses. */
class BaseResponse {
  String statusCode;
  String statusMsg;
  JsonElement results;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy