TranscriptionValidationRequestItemModel

Represents a transcription validation request item to be validated.

Methods

The following API methods use this data model.

Read-Only Fields

These fields are assigned by the API server and cannot be changed.

transcriptionValidationRequestItemId

uuid, read-only

The unique identifier of the transcription validation request item.

transcriptionValidationRequestId

uuid, read-only

The ID number of the transcription validation request this item belongs to.

groupKey

uuid, read-only

Group account transcription validation request item is associated with.

fileHash

string, nullable, read-only

Generated hash of the file being validated.

fileName

string, nullable, read-only

Original name of the file on disk, without its extension.

fileExt

string, nullable, read-only

Original extension name of the file on disk.

fileLocation

string, nullable, read-only

Location of file in blob storage to be validated.

transcriptionResult

string, nullable, read-only

Transcription result

processStart

date-time, nullable, read-only

Transcription process start date

processEnd

date-time, nullable, read-only

Transcription process end date

retryCount

int32, read-only

Amount of times item was processed to retrieve the transcription data

feedbackSent

date-time, nullable, read-only

Date when feedback result was sent back to transcription service.

statusCode

string, nullable, read-only

A code identifying the status of this transcription validation request item.

Recognized Transcription Validation Request status codes are:

  • New - Represents a transcription validation request item that is considered new and needs work to complete
  • In Progress - Represents a transcription validation request item that is currently being worked on
  • Failed - Represents a transcription validation request item that could not complete the validation process
  • Complete - Represents a transcription validation request item that is considered complete and does not need any further work

created

date-time, read-only

The date on which this transcription validation request item was created.

createdUserId

uuid, read-only

The ID number of the user who created this transcription validation request item.

modified

date-time, read-only

The date on which this transcription validation request item was last modified.

modifiedUserId

uuid, read-only

The ID number of the user who most recently modified this transcription validation request item.

Optional Fields

feedbackResult

string, nullable, 0-20 characters

Feedback result specified by the client when the transcription result is not correct. This feedback result will be sent back to the transcription services to retrain and improve models over time.