你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageModerationExtensions.MatchMethodAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据某个自定义图像列表模糊匹配某个图像。 可以使用 href=“/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe”>this</a> API 创建和管理自定义图像列表<。
返回匹配图像的 ID 和标记。<br/><br/> 注意:在添加和删除内容反映在响应中之前,必须在相应的映像列表中运行刷新索引。
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse> MatchMethodAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string listId = default, bool? cacheImage = default, System.Threading.CancellationToken cancellationToken = default);
static member MatchMethodAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.MatchResponse>
<Extension()>
Public Function MatchMethodAsync (operations As IImageModeration, Optional listId As String = Nothing, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MatchResponse)
参数
- operations
- IImageModeration
此扩展方法的操作组。
- listId
- String
列表 ID。
- cancellationToken
- CancellationToken
取消标记。