Class OcrProfile
A representation of a optical character recognition profile.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
[ObjectTypeName("OCR Profile")]
public class OcrProfile : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceAccuracy
Gets or sets the accuracy.
Declaration
public NamedArtifact Accuracy { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
AutoRotateImages
Gets or sets a value indicating whether ocr has auto rotate images.
Declaration
[FieldName("Auto-Rotate Images")]
public bool AutoRotateImages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImageTimeout
Gets or sets the image timeout.
Declaration
[FieldName("Image Timeout (Seconds)")]
public int ImageTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Keywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Languages
Gets or sets the languages.
Declaration
public List<NamedArtifact> Languages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
Notes
Gets or sets the notes.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnPartialError
Gets or sets a value indicating whether ocr runs on partial errors.
Declaration
[FieldName("On Partial Error")]
public bool OnPartialError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreprocessImages
Gets or sets a value indicating whether ocr need to preprocess images.
Declaration
[FieldName("Preprocess Images")]
public bool PreprocessImages { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |