ImageModerationExtensions.OCRFileInputAsync メソッド

定義

画像内で見つかった指定した言語のテキストをすべて返します。 入力に言語が指定されていない場合は、既定で英語に設定されます。

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

イメージ ファイル。

cacheImage
Nullable<Boolean>

提出された画像を将来の使用のために保持するかどうか。省略すると、既定値は false になります。

enhanced
Nullable<Boolean>

True に設定すると、画像は追加の処理を経て、追加の候補が表示されます。

拡張が true に設定されている場合、image/tiff はサポートされません

注: これは応答時間に影響します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象