Class PassportRecognitionSettings
名称: Aspose.OCR 組み合わせ: Aspose.OCR.dll (25.4.0)
パスポート認証の設定認識プロセスをカスタマイズできる要素が含まれています。
public class PassportRecognitionSettings : ReceiptRecognitionSettings
Inheritance
object ← ReceiptRecognitionSettings ← PassportRecognitionSettings
相続人
ReceiptRecognitionSettings.ThreadsCount , ReceiptRecognitionSettings.Language , ReceiptRecognitionSettings.IgnoredSymbols , ReceiptRecognitionSettings.AllowedCharacters , ReceiptRecognitionSettings.AutomaticColorInversion , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PassportRecognitionSettings(Language)
Aspose.OCR.PassportRecognitionSettings クラスの新しい例を開始し、特性の完全なセットを提供します。
public PassportRecognitionSettings(Language language)
Parameters
language
Language
OCRで使われている言語。
PassportRecognitionSettings()
Aspose.OCR.PassportRecognitionSettingsクラスの新しい例をデフォルトセットの属性で開始します。
public PassportRecognitionSettings()
Properties
Country
パスポート認識のためのテンプレートを設定し、キーワードを抽出します。
public Country Country { get; set; }