Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 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.ImageURL, ...) (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.ImageURL, ...) (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.ImageURL, ...) (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 autorest.Response, 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)