TranscriptionValidationRequestModel

Represents a transcription validation request that is used to validate if file is of a specific type.

Methods

The following API methods use this data model.

Read-Only Fields

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

transcriptionValidationRequestId

uuid, read-only

The unique identifier of the transcription validation request.

groupKey

uuid, read-only

Group account transcription validation request is associated with.

created

date-time, read-only

The date on which this transcription validation request was created.

createdUserId

uuid, read-only

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

modified

date-time, read-only

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

modifiedUserId

uuid, read-only

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

Optional Fields

statusCode

string, nullable

A code identifying the status of this transcription validation request.

Recognized Transcription Validation Request status codes are:

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

Included Collections

These fields are available when using Retrieve or Query API calls if you specify the associated Include parameter.

items

TranscriptionValidationRequestItemModel[], nullable, read-only

All items attached to this transcription validation request.
To retrieve this collection, specify Items in the "Include" parameter for your query.