Versions in this module Expand all Collapse all v48 v48.2.2 Nov 27, 2020 v48.2.1 Nov 27, 2020 Changes in this version + type BaseClientAPI interface + ClassifyImage func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + ClassifyImageURL func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + ClassifyImageURLWithNoStore func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + ClassifyImageWithNoStore func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + DetectImage func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + DetectImageURL func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + DetectImageURLWithNoStore func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) + DetectImageWithNoStore func(ctx context.Context, projectID uuid.UUID, publishedName string, ...) (result prediction.ImagePrediction, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v49