- ABBYY FlexiCaptureの導入
- ABBYY FlexiCaptureアーキテクチャ
-
ABBYY FlexiCapture でのスクリプトの使用
- .Net 言語で書かれるスクリプトの仕様
- 外部アセンブリ
- スクリプトエディタ
- オブジェクトモデル
-
処理ステージのカスタマイズのためのスクリプト
- スクリプトの種類
-
オブジェクト
- IActionResult
- IAssemblingError
- IAssemblingErrors
- IBatch
- IBatchCheckResults
- IBatchItem
- IBatchItems
- IBatchTypeClassifier
- IBatchTypeClassifierResult
- IBinarizationParams
- IBoxedBoolean
- ICharacterParams
- ICharactersParams
- ICheckmarkGroupValue
- ICheckmarkValue
- IDataSet
- IDataSetQuery
- IDataSetRecord
- IDocument
- IDocuments
- IDocumentExportResults
- IDocumentsExportResults
- IDocumentDefinitionInfo
- IDocumentDefinitionInfoArray
- IEditablePictureObject
- IExportFieldsToRedact
- IExportImageSavingOptions
- IField
- IFieldRegion
- IFieldRegions
- IFields
- IFlexiCaptureTools
- ILocalContrastParams
- IMatchedSectionInfo
- IMatchingInfo
- IPage
- IPageClassificationResult
- IPages
- IPictureObject
- IPictureObjectsInfo
- IPrincipal
- IPrincipals
- IProcessingCallback
- IProject
- IProperties
- IProperty
- IPropertyModificationInfo
- IRecordCheckResult
- IRecordset
- IRect
- IRects
- IRoutingRuleResult
- IRuleContext
- IRuleError
- IRuleErrors
- IRuleTag
- IRuleTags
- IScriptBinaryAttributes
- IScriptDefinitionContext
- ISectionDefinitionInfo
- ISectionDefinitionInfoArray
- IShadowsHighlightsParams
- IStageInfo
- IUserAttachment
- IUserAttachments
- IUserSessionInfo
- IValue
- IVARIANTArray
- TAssemlingErrorType
- TBatchItemType
- TColorToFilter
- TExportFieldType
- TExportType
- TImageCompressionType
- TPageClassificationType
- TPdfAVersion
- TPdfDocumentInfoType
- TPdfTextSearchAreaType
- TPrincipalType
- TProcessingPriority
- TPropertyType
- TRuleErrorType
- TStateType
- サンプルスクリプト
- 認識言語の内部名
-
インターフェイスイベントの処理スクリプト
- イベントハンドラ
-
オブジェクト
- IBoolean
- IBoxedFieldControl
- IDocumentEditor
- IDocumentItem
- IDocumentItems
- IDocumentsCollection
- IDocumentsWindow
- IDrawContext
- IErrorControl
- IErrorControls
- IErrorsWindow
- IFieldControl
- IFieldRegionControl
- IFieldRegionControls
- IFormWindow
- IImageWindow
- IMainMenu
- IMainWindow
- IMenu
- IMenuItem
- IPageControl
- IPageItem
- IPageItems
- IPagesCollection
- IPoint
- ISelection
- IShellRational
- IShellRect
- IShellRects
- ITaskWindow
- ITextEditor
- IToolbar
- IToolbarButton
- IToolbars
- TCommandBarType
- TCommandID
- TDockingType
- TDocumentState
- TErrorType
- TSelectionType
- TTaskWindowMode
- TTextSize
- TUserRole
- TWorkWindowType
- ウェブ検証ステーションのユーザースクリプト
-
アプリケーションプログラミングインターフェース (API)
- ABBYY FlexiCapture アプリケーションサーバーウェブサービス API について
- ABBYY FlexiCapture アプリケーションサーバーのウェブサービス API の使用
-
参照
- API メソッド
- データタイプ
- ファイルでの作業
- ウェブサービス・モバイルAPI
- ユーザアカウント管理のウェブサービス
- API の使用例
- 検証ステーションをサードパーティシステムへ統合
- 補助設定の構成とウェブステーションのカスタマイズ
- カスタムレポート
- 付録
Japanese (日本語) - Change language
Batch
操作
Batchデータ型はバッチに関する情報を格納します。
フィールド
名前 | 型 | 記述 |
Id | int | バッチのID |
Name | string | バッチの名前 |
BatchTypeId | int | バッチ型のID。0 は「デフォルト」バッチ型に対応します |
Priority | int | バッチ優先度。可能な値:Priorityをご覧ください。 |
Description | string | バッチの記述 |
ElapsedProcessingSeconds | int | バッチ処理の期限までの残り時間、秒。 |
HasAttachments | bool | バッチに添付があるかを示すフラグ |
Properties | RegistrationProperty[] | バッチの登録パラメータのセット |
StageExternalId | int | タスクが作成された処理ステージのID |
CreationDate | long |
バッチの作成日時。バッチの作成中に完了。後で変更することはできません。値を変換するには、以下の方法を使用します (C#): DateTime dtTime; long lTime; ... // DateTimeからlongへの変換 dTime = DateTime.FromFileTime(lTime); ... //longからDateTimeへの変換 lTime = dTime.ToFileTime(); |
SLAExpirationDate | datetime | バッチの処理期限 |
SLAStartDate | long |
バッチ処理開始日時。バッチの作成中に完了。後で変更することはできません。値を変換するには、以下の方法を使用します (C#): DateTime dtTime; long lTime; ... // DateTimeからlongへの変換 dTime = DateTime.FromFileTime(lTime); ... //longからDateTimeへの変換 lTime = dTime.ToFileTime(); |
DocumentsCount | int | バッチの文書数 |
RecognizedDocumentsCount | int | 認識された文書数 |
AssembledDocumentsCount | int | 組み込まれた文書数 |
VerifiedDocumentsCount | int | 検証された文書数 |
ExportedDocumentsCount | int | エクスポートされた文書数 |
PagesCount | int | バッチのページ数 |
projectId | int | バッチが属するプロジェクトの識別子。Project表のエントリ識別子に対応します |
RecognizedSymbolsCount | int | 認識された文字数 |
UncertainSymbolsCount | int | 不確実な文字の数 |
VerificationSymbolsCount | int | 検証された文字数 |
ErrorText | string | バッチ処理エラーの記述。アプリケーションサーバーで自動的に完了しました。 |
ownerId | int | プロジェクトを所有するユーザーまたはグループのID |
CreatorId | int | バッチを作成したユーザーのID (バッチの作成中に完了、後で変更することはできません) |
3/2/2021 8:10:49 AM