Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingOcrLanguage
DTO representing all of the fields associated with an OCR language.
Display name of the OCR language.
Enum associated with the OCR language.
GUID of the OCR language.
Nuance ID of the OCR language.
public ProcessingOcrLanguage(Guid languageGuid, string displayName, int nuanceId, OcrLanguage languageEnum)
Constructor for ProcessingOcrLanguage.
Get all the mappings for every OCR language.