Uses of Class
com.mindee.v2.parsing.search.SearchResponse
-
Packages that use SearchResponse Package Description com.mindee.v2 com.mindee.v2.http -
-
Uses of SearchResponse in com.mindee.v2
Methods in com.mindee.v2 that return SearchResponse Modifier and Type Method Description SearchResponseMindeeClient. searchModels()Return all models.SearchResponseMindeeClient. searchModels(String modelName)Search for models by name.SearchResponseMindeeClient. searchModels(String modelName, String modelType)Search for models by name and type. -
Uses of SearchResponse in com.mindee.v2.http
Methods in com.mindee.v2.http that return SearchResponse Modifier and Type Method Description abstract SearchResponseMindeeApiV2. reqGetSearchModels(String modelName, String modelType)Retrieves a list of models.SearchResponseMindeeHttpApiV2. reqGetSearchModels(String modelName, String modelType)
-