Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + type BaseClientAPI interface + PredictImage func(ctx context.Context, projectID uuid.UUID, imageData io.ReadCloser, ...) (result prediction.ImagePrediction, err error) + PredictImageURL func(ctx context.Context, projectID uuid.UUID, imageURL prediction.ImageURL, ...) (result prediction.ImagePrediction, err error) + PredictImageURLWithNoStore func(ctx context.Context, projectID uuid.UUID, imageURL prediction.ImageURL, ...) (result prediction.ImagePrediction, err error) + PredictImageWithNoStore func(ctx context.Context, projectID uuid.UUID, imageData io.ReadCloser, ...) (result prediction.ImagePrediction, err error)