你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageModerationExtensions.OCRFileInputAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在图像中找到的采用指定语言的任何文本。 如果未在输入中指定语言,则检测结果默认为英语。
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR> OCRFileInputAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string language, System.IO.Stream imageStream, bool? cacheImage = default, bool? enhanced = False, System.Threading.CancellationToken cancellationToken = default);
static member OCRFileInputAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * System.IO.Stream * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR>
<Extension()>
Public Function OCRFileInputAsync (operations As IImageModeration, language As String, imageStream As Stream, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional enhanced As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OCR)
参数
- operations
- IImageModeration
此扩展方法的操作组。
- language
- String
术语的语言。
- imageStream
- Stream
图像文件。
设置为 True 时,图像将经过额外的处理,以附带其他候选项。
当增强设置为 true 时,不支持 image/tiff
注意:这会影响响应时间。
- cancellationToken
- CancellationToken
取消标记。