Versions in this module Expand all Collapse all v24 v24.1.0 Jan 15, 2019 v24.0.0 Dec 19, 2018 Changes in this version + type ImageModerationClientAPI interface + EvaluateFileInput func(ctx context.Context, imageStream io.ReadCloser, cacheImage *bool) (result contentmoderator.Evaluate, err error) + EvaluateMethod func(ctx context.Context, cacheImage *bool) (result contentmoderator.Evaluate, err error) + EvaluateURLInput func(ctx context.Context, contentType string, imageURL contentmoderator.BodyModel, ...) (result contentmoderator.Evaluate, err error) + FindFaces func(ctx context.Context, cacheImage *bool) (result contentmoderator.FoundFaces, err error) + FindFacesFileInput func(ctx context.Context, imageStream io.ReadCloser, cacheImage *bool) (result contentmoderator.FoundFaces, err error) + FindFacesURLInput func(ctx context.Context, contentType string, imageURL contentmoderator.BodyModel, ...) (result contentmoderator.FoundFaces, err error) + MatchFileInput func(ctx context.Context, imageStream io.ReadCloser, listID string, ...) (result contentmoderator.MatchResponse, err error) + MatchMethod func(ctx context.Context, listID string, cacheImage *bool) (result contentmoderator.MatchResponse, err error) + MatchURLInput func(ctx context.Context, contentType string, imageURL contentmoderator.BodyModel, ...) (result contentmoderator.MatchResponse, err error) + OCRFileInput func(ctx context.Context, language string, imageStream io.ReadCloser, ...) (result contentmoderator.OCR, err error) + OCRMethod func(ctx context.Context, language string, cacheImage *bool, enhanced *bool) (result contentmoderator.OCR, err error) + OCRURLInput func(ctx context.Context, language string, contentType string, ...) (result contentmoderator.OCR, err error) + type ListManagementImageClientAPI interface + AddImage func(ctx context.Context, listID string, tag *int32, label string) (result contentmoderator.Image, err error) + AddImageFileInput func(ctx context.Context, listID string, imageStream io.ReadCloser, tag *int32, ...) (result contentmoderator.Image, err error) + AddImageURLInput func(ctx context.Context, listID string, contentType string, ...) (result contentmoderator.Image, err error) + DeleteAllImages func(ctx context.Context, listID string) (result contentmoderator.String, err error) + DeleteImage func(ctx context.Context, listID string, imageID string) (result contentmoderator.String, err error) + GetAllImageIds func(ctx context.Context, listID string) (result contentmoderator.ImageIds, err error) + type ListManagementImageListsClientAPI interface + Create func(ctx context.Context, contentType string, body contentmoderator.Body) (result contentmoderator.ImageList, err error) + Delete func(ctx context.Context, listID string) (result contentmoderator.String, err error) + GetAllImageLists func(ctx context.Context) (result contentmoderator.ListImageList, err error) + GetDetails func(ctx context.Context, listID string) (result contentmoderator.ImageList, err error) + RefreshIndexMethod func(ctx context.Context, listID string) (result contentmoderator.RefreshIndex, err error) + Update func(ctx context.Context, listID string, contentType string, ...) (result contentmoderator.ImageList, err error) + type ListManagementTermClientAPI interface + AddTerm func(ctx context.Context, listID string, term string, language string) (result contentmoderator.SetObject, err error) + DeleteAllTerms func(ctx context.Context, listID string, language string) (result contentmoderator.String, err error) + DeleteTerm func(ctx context.Context, listID string, term string, language string) (result contentmoderator.String, err error) + GetAllTerms func(ctx context.Context, listID string, language string, offset *int32, ...) (result contentmoderator.Terms, err error) + type ListManagementTermListsClientAPI interface + Create func(ctx context.Context, contentType string, body contentmoderator.Body) (result contentmoderator.TermList, err error) + Delete func(ctx context.Context, listID string) (result contentmoderator.String, err error) + GetAllTermLists func(ctx context.Context) (result contentmoderator.ListTermList, err error) + GetDetails func(ctx context.Context, listID string) (result contentmoderator.TermList, err error) + RefreshIndexMethod func(ctx context.Context, listID string, language string) (result contentmoderator.RefreshIndex, err error) + Update func(ctx context.Context, listID string, contentType string, ...) (result contentmoderator.TermList, err error) + type ReviewsClientAPI interface + AddVideoFrame func(ctx context.Context, teamName string, reviewID string, timescale *int32) (result autorest.Response, err error) + AddVideoFrameStream func(ctx context.Context, contentType string, teamName string, reviewID string, ...) (result autorest.Response, err error) + AddVideoFrameURL func(ctx context.Context, contentType string, teamName string, reviewID string, ...) (result autorest.Response, err error) + AddVideoTranscript func(ctx context.Context, teamName string, reviewID string, vttfile io.ReadCloser) (result autorest.Response, err error) + AddVideoTranscriptModerationResult func(ctx context.Context, contentType string, teamName string, reviewID string, ...) (result autorest.Response, err error) + CreateJob func(ctx context.Context, teamName string, contentType string, contentID string, ...) (result contentmoderator.JobID, err error) + CreateReviews func(ctx context.Context, URLContentType string, teamName string, ...) (result contentmoderator.ListString, err error) + CreateVideoReviews func(ctx context.Context, contentType string, teamName string, ...) (result contentmoderator.ListString, err error) + GetJobDetails func(ctx context.Context, teamName string, jobID string) (result contentmoderator.Job, err error) + GetReview func(ctx context.Context, teamName string, reviewID string) (result contentmoderator.Review, err error) + GetVideoFrames func(ctx context.Context, teamName string, reviewID string, startSeed *int32, ...) (result contentmoderator.Frames, err error) + PublishVideoReview func(ctx context.Context, teamName string, reviewID string) (result autorest.Response, err error) + type TextModerationClientAPI interface + DetectLanguage func(ctx context.Context, textContentType string, textContent io.ReadCloser) (result contentmoderator.DetectedLanguage, err error) + ScreenText func(ctx context.Context, textContentType string, textContent io.ReadCloser, ...) (result contentmoderator.Screen, err error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48