Text management
This section contains text management messages proto files.
Notes:
- To download Gatekeeper proto files, click download Gatekeeper proto files.
- Default values are determined by the gRPC specification. For more information, go to protocol buffers language guide .
text/text_management_messages.proto
ProcessingAttributes
Contains the processing attributes - text used for convoprint
| Field | Type | Description |
|---|---|---|
| gk_calibration_model_revision_id | nuance.biosec.v1.UniqueId | Optional. Unique ID of the calibration model that the system used to create the text model. |
| quality_check | google.protobuf.FloatValue | Optional. A score between 0 and 1 that represents the quality of the text. Relevant only for convoprint APIs. |
| raw_quality | google.protobuf.FloatValue | Optional. A uncapped score that represents the quality of the text. Relevant only for convoprint APIs. |
RecordingAttributes
Contains the recording attributes - text is a transcription.
| Field | Type | Description |
|---|---|---|
| gk_media_segment_id | nuance.biosec.v1.UniqueId | Optional. Unique ID of the media segment. |
| gk_processed_audio_id | nuance.biosec.v1.UniqueId | Optional. Unique ID of the processed audio. |
| selected_channel | nuance.biosec.v1.AudioChannelSelector | Optional. Specifies the processed channel when processing media with multiple channels. This parameter is not set if the media has a single channel. |
TextDetailsForRead
Contains the readable fields of the text.
| Field | Type | Description |
|---|---|---|
| gk_text_id | nuance.biosec.v1.UniqueId | Optional. Unique ID of the text. |
| formatted_text | google.protobuf.StringValue | Optional. Formatted text of the result, for example, $500. Word details are referred to this field. |
| actual_language | google.protobuf.StringValue | Optional. The text’s language. |
| gk_person_id | nuance.biosec.v1.UniqueId | Optional. The Unique ID of the person owning the text. |
| recording_attributes | RecordingAttributes | Optional. Original recording, if the text is a transcription. |
| processing_attributes | ProcessingAttributes | Optional. Convoprint-only properties. |
| creation_timestamp | google.protobuf.Timestamp | Optional. Date and time of the text creation. |
| modification_timestamp | google.protobuf.Timestamp | Optional. Date and time of the text’s last modification. |
| custom_data | repeated TextDetailsForRead.CustomDataEntry | Optional. Custom application data in a list of key-value pairs. |
TextDetailsForRead.CustomDataEntry
| Field | Type | Description |
|---|---|---|
| key | string | |
| value | string |