ImageModerationExtensions.OCRUrlInput メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
画像内で見つかった指定した言語のテキストをすべて返します。 入力に言語が指定されていない場合は、既定で英語に設定されます。
public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR OCRUrlInput (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string language, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, bool? cacheImage = default, bool? enhanced = False);
static member OCRUrlInput : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR
<Extension()>
Public Function OCRUrlInput (operations As IImageModeration, language As String, contentType As String, imageUrl As BodyModel, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional enhanced As Nullable(Of Boolean) = False) As OCR
パラメーター
- operations
- IImageModeration
この拡張メソッドの操作グループ。
- language
- String
用語の言語。
- contentType
- String
コンテンツの種類。
- imageUrl
- BodyModel
イメージの URL。
True に設定すると、画像は追加の処理を経て、追加の候補が表示されます。
拡張が true に設定されている場合、image/tiff はサポートされません
注: これは応答時間に影響します。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET