FormRecognizerModelFactory.TrainingDocumentInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TrainingDocumentInfo class.
public static Azure.AI.FormRecognizer.Training.TrainingDocumentInfo TrainingDocumentInfo (string name, int pageCount, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.Models.FormRecognizerError> errors, Azure.AI.FormRecognizer.Training.TrainingStatus status, string modelId);
static member TrainingDocumentInfo : string * int * seq<Azure.AI.FormRecognizer.Models.FormRecognizerError> * Azure.AI.FormRecognizer.Training.TrainingStatus * string -> Azure.AI.FormRecognizer.Training.TrainingDocumentInfo
Public Shared Function TrainingDocumentInfo (name As String, pageCount As Integer, errors As IEnumerable(Of FormRecognizerError), status As TrainingStatus, modelId As String) As TrainingDocumentInfo
Parameters
- name
- String
Training document name.
- pageCount
- Int32
Total number of pages trained.
- errors
- IEnumerable<FormRecognizerError>
List of errors.
- status
- TrainingStatus
Status of the training operation.
- modelId
- String
The unique identifier of the model.
Returns
A new TrainingDocumentInfo instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET