Show / Hide Table of Contents

Class OcrProfile

A representation of a optical character recognition profile.

Inheritance
System.Object
Artifact
NamedArtifact
OcrProfile
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

Accuracy

Gets or sets the accuracy.

Declaration
public NamedArtifact Accuracy { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

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
| Improve this Doc View Source

ImageTimeout

Gets or sets the image timeout.

Declaration
[FieldName("Image Timeout (Seconds)")]
public int ImageTimeout { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Keywords

Gets or sets the keywords.

Declaration
public string Keywords { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Languages

Gets or sets the languages.

Declaration
public List<NamedArtifact> Languages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

Notes

Gets or sets the notes.

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX