ListManagementImageExtensions.AddImageUrlInputAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoutez une image à la liste avec l’ID de liste égal à l’ID de liste passé.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Image> AddImageUrlInputAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImage operations, string listId, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, int? tag = default, string label = default, System.Threading.CancellationToken cancellationToken = default);
static member AddImageUrlInputAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImage * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Image>
<Extension()>
Public Function AddImageUrlInputAsync (operations As IListManagementImage, listId As String, contentType As String, imageUrl As BodyModel, Optional tag As Nullable(Of Integer) = Nothing, Optional label As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Image)
Paramètres
- operations
- IListManagementImage
Groupe d’opérations pour cette méthode d’extension.
- listId
- String
ID de liste de la liste d’images.
- contentType
- String
Type de contenu.
- imageUrl
- BodyModel
URL de l’image.
- label
- String
Étiquette de l’image.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET