<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.StaticObject.OCRQueueItem

public class OCRQueueItem
Represents one item in OCR queue
public string OCRSetName { get; set; }

OCR set name

public int Priority { get; set; }

OCR job priority

public int SetArtifactID { get; set; }

OCR Set artifact ID

public int SetArtifactTypeId { get; set; }

OCR set artifact type ID

public int SetQueueID { get; set; }

OCR queue item identifier

public string Status { get; set; }

OCR queue item status

public DateTime SubmittedDate { get; set; }

Submitted date

public int WorkspaceArtifactId { get; set; }

Workspace artifact ID

public string WorkspaceName { get; set; }

Workspace name

public OCRQueueItem()