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

Relativity.Services.DataContracts.DTOs.Results.StaticObject.OCRQueueStatus

public class OCRQueueStatus
Represents the status of OCR queue item with name
public int Id { get; set; }

Id of status

public string Name { get; set; }

Status name

public OCRQueueStatus()