...

Source file src/github.com/Azure/azure-sdk-for-go/profiles/latest/cognitiveservices/contentmoderator/contentmoderatorapi/models.go

Documentation: github.com/Azure/azure-sdk-for-go/profiles/latest/cognitiveservices/contentmoderator/contentmoderatorapi

     1  //go:build go1.9
     2  // +build go1.9
     3  
     4  // Copyright (c) Microsoft Corporation. All rights reserved.
     5  // Licensed under the MIT License. See License.txt in the project root for license information.
     6  
     7  // This code was auto-generated by:
     8  // github.com/Azure/azure-sdk-for-go/eng/tools/profileBuilder
     9  
    10  package contentmoderatorapi
    11  
    12  import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator/contentmoderatorapi"
    13  
    14  type ImageModerationClientAPI = original.ImageModerationClientAPI
    15  type ListManagementImageClientAPI = original.ListManagementImageClientAPI
    16  type ListManagementImageListsClientAPI = original.ListManagementImageListsClientAPI
    17  type ListManagementTermClientAPI = original.ListManagementTermClientAPI
    18  type ListManagementTermListsClientAPI = original.ListManagementTermListsClientAPI
    19  type ReviewsClientAPI = original.ReviewsClientAPI
    20  type TextModerationClientAPI = original.TextModerationClientAPI
    21  

View as plain text