Smaws_Client_TranscribeTranscribe client library built on EIO.
module Types : sig ... endval make_vocabulary_info :
?vocabulary_state:Types.vocabulary_state ->
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.vocabulary_infoval make_vocabulary_filter_info :
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.vocabulary_filter_infoval make_update_vocabulary_response :
?vocabulary_state:Types.vocabulary_state ->
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.update_vocabulary_responseval make_update_vocabulary_request :
?data_access_role_arn:Types.data_access_role_arn ->
?vocabulary_file_uri:Types.uri ->
?phrases:Types.phrases ->
language_code:Types.language_code ->
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.update_vocabulary_requestval make_update_vocabulary_filter_response :
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.update_vocabulary_filter_responseval make_update_vocabulary_filter_request :
?data_access_role_arn:Types.data_access_role_arn ->
?vocabulary_filter_file_uri:Types.uri ->
?words:Types.words ->
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.update_vocabulary_filter_requestval make_update_medical_vocabulary_response :
?vocabulary_state:Types.vocabulary_state ->
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.update_medical_vocabulary_responseval make_update_medical_vocabulary_request :
vocabulary_file_uri:Types.uri ->
language_code:Types.language_code ->
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.update_medical_vocabulary_requestval make_absolute_time_range :
?last:Types.timestamp_milliseconds ->
?first:Types.timestamp_milliseconds ->
?end_time:Types.timestamp_milliseconds ->
?start_time:Types.timestamp_milliseconds ->
unit ->
Types.absolute_time_rangeval make_relative_time_range :
?last:Types.percentage ->
?first:Types.percentage ->
?end_percentage:Types.percentage ->
?start_percentage:Types.percentage ->
unit ->
Types.relative_time_rangeval make_non_talk_time_filter :
?negate:Types.boolean_ ->
?relative_time_range:Types.relative_time_range ->
?absolute_time_range:Types.absolute_time_range ->
?threshold:Types.timestamp_milliseconds ->
unit ->
Types.non_talk_time_filterval make_interruption_filter :
?negate:Types.boolean_ ->
?relative_time_range:Types.relative_time_range ->
?absolute_time_range:Types.absolute_time_range ->
?participant_role:Types.participant_role ->
?threshold:Types.timestamp_milliseconds ->
unit ->
Types.interruption_filterval make_transcript_filter :
?negate:Types.boolean_ ->
?participant_role:Types.participant_role ->
?relative_time_range:Types.relative_time_range ->
?absolute_time_range:Types.absolute_time_range ->
targets:Types.string_target_list ->
transcript_filter_type:Types.transcript_filter_type ->
unit ->
Types.transcript_filterval make_sentiment_filter :
?negate:Types.boolean_ ->
?participant_role:Types.participant_role ->
?relative_time_range:Types.relative_time_range ->
?absolute_time_range:Types.absolute_time_range ->
sentiments:Types.sentiment_value_list ->
unit ->
Types.sentiment_filterval make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_category_properties :
?input_type:Types.input_type ->
?tags:Types.tag_list ->
?last_update_time:Types.date_time ->
?create_time:Types.date_time ->
?rules:Types.rule_list ->
?category_name:Types.category_name ->
unit ->
Types.category_propertiesval make_update_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.update_call_analytics_category_responseval make_update_call_analytics_category_request :
?input_type:Types.input_type ->
rules:Types.rule_list ->
category_name:Types.category_name ->
unit ->
Types.update_call_analytics_category_requestval make_untag_resource_request :
tag_keys:Types.tag_key_list ->
resource_arn:Types.transcribe_arn ->
unit ->
Types.untag_resource_requestval make_content_redaction :
?pii_entity_types:Types.pii_entity_types ->
redaction_output:Types.redaction_output ->
redaction_type:Types.redaction_type ->
unit ->
Types.content_redactionval make_model_settings :
?language_model_name:Types.model_name ->
unit ->
Types.model_settingsval make_language_code_item :
?duration_in_seconds:Types.duration_in_seconds ->
?language_code:Types.language_code ->
unit ->
Types.language_code_itemval make_toxicity_detection_settings :
toxicity_categories:Types.toxicity_categories ->
unit ->
Types.toxicity_detection_settingsval make_transcription_job_summary :
?toxicity_detection:Types.toxicity_detection ->
?language_codes:Types.language_code_list ->
?identified_language_score:Types.identified_language_score ->
?identify_multiple_languages:Types.boolean_ ->
?identify_language:Types.boolean_ ->
?model_settings:Types.model_settings ->
?content_redaction:Types.content_redaction ->
?output_location_type:Types.output_location_type ->
?failure_reason:Types.failure_reason ->
?transcription_job_status:Types.transcription_job_status ->
?language_code:Types.language_code ->
?completion_time:Types.date_time ->
?start_time:Types.date_time ->
?creation_time:Types.date_time ->
?transcription_job_name:Types.transcription_job_name ->
unit ->
Types.transcription_job_summaryval make_media :
?redacted_media_file_uri:Types.uri ->
?media_file_uri:Types.uri ->
unit ->
Types.mediaval make_transcript :
?redacted_transcript_file_uri:Types.uri ->
?transcript_file_uri:Types.uri ->
unit ->
Types.transcriptval make_settings :
?vocabulary_filter_method:Types.vocabulary_filter_method ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
?max_alternatives:Types.max_alternatives ->
?show_alternatives:Types.boolean_ ->
?channel_identification:Types.boolean_ ->
?max_speaker_labels:Types.max_speakers ->
?show_speaker_labels:Types.boolean_ ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.settingsval make_job_execution_settings :
?data_access_role_arn:Types.data_access_role_arn ->
?allow_deferred_execution:Types.boolean_ ->
unit ->
Types.job_execution_settingsval make_subtitles_output :
?output_start_index:Types.subtitle_output_start_index ->
?subtitle_file_uris:Types.subtitle_file_uris ->
?formats:Types.subtitle_formats ->
unit ->
Types.subtitles_outputval make_language_id_settings :
?language_model_name:Types.model_name ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.language_id_settingsval make_transcription_job :
?toxicity_detection:Types.toxicity_detection ->
?language_id_settings:Types.language_id_settings_map ->
?subtitles:Types.subtitles_output ->
?tags:Types.tag_list ->
?language_codes:Types.language_code_list ->
?identified_language_score:Types.identified_language_score ->
?language_options:Types.language_options ->
?identify_multiple_languages:Types.boolean_ ->
?identify_language:Types.boolean_ ->
?content_redaction:Types.content_redaction ->
?job_execution_settings:Types.job_execution_settings ->
?model_settings:Types.model_settings ->
?settings:Types.settings ->
?failure_reason:Types.failure_reason ->
?completion_time:Types.date_time ->
?creation_time:Types.date_time ->
?start_time:Types.date_time ->
?transcript:Types.transcript ->
?media:Types.media ->
?media_format:Types.media_format ->
?media_sample_rate_hertz:Types.media_sample_rate_hertz ->
?language_code:Types.language_code ->
?transcription_job_status:Types.transcription_job_status ->
?transcription_job_name:Types.transcription_job_name ->
unit ->
Types.transcription_jobval make_tag_resource_request :
tags:Types.tag_list ->
resource_arn:Types.transcribe_arn ->
unit ->
Types.tag_resource_requestval make_start_transcription_job_response :
?transcription_job:Types.transcription_job ->
unit ->
Types.start_transcription_job_responseval make_subtitles :
?output_start_index:Types.subtitle_output_start_index ->
?formats:Types.subtitle_formats ->
unit ->
Types.subtitlesval make_start_transcription_job_request :
?toxicity_detection:Types.toxicity_detection ->
?language_id_settings:Types.language_id_settings_map ->
?tags:Types.tag_list ->
?subtitles:Types.subtitles ->
?language_options:Types.language_options ->
?identify_multiple_languages:Types.boolean_ ->
?identify_language:Types.boolean_ ->
?content_redaction:Types.content_redaction ->
?job_execution_settings:Types.job_execution_settings ->
?model_settings:Types.model_settings ->
?settings:Types.settings ->
?kms_encryption_context:Types.kms_encryption_context_map ->
?output_encryption_kms_key_id:Types.kms_key_id ->
?output_key:Types.output_key ->
?output_bucket_name:Types.output_bucket_name ->
?media_format:Types.media_format ->
?media_sample_rate_hertz:Types.media_sample_rate_hertz ->
?language_code:Types.language_code ->
media:Types.media ->
transcription_job_name:Types.transcription_job_name ->
unit ->
Types.start_transcription_job_requestval make_medical_transcript :
?transcript_file_uri:Types.uri ->
unit ->
Types.medical_transcriptval make_medical_transcription_setting :
?vocabulary_name:Types.vocabulary_name ->
?max_alternatives:Types.max_alternatives ->
?show_alternatives:Types.boolean_ ->
?channel_identification:Types.boolean_ ->
?max_speaker_labels:Types.max_speakers ->
?show_speaker_labels:Types.boolean_ ->
unit ->
Types.medical_transcription_settingval make_medical_transcription_job :
?tags:Types.tag_list ->
?type_:Types.type_ ->
?specialty:Types.specialty ->
?content_identification_type:Types.medical_content_identification_type ->
?settings:Types.medical_transcription_setting ->
?failure_reason:Types.failure_reason ->
?completion_time:Types.date_time ->
?creation_time:Types.date_time ->
?start_time:Types.date_time ->
?transcript:Types.medical_transcript ->
?media:Types.media ->
?media_format:Types.media_format ->
?media_sample_rate_hertz:Types.medical_media_sample_rate_hertz ->
?language_code:Types.language_code ->
?transcription_job_status:Types.transcription_job_status ->
?medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.medical_transcription_jobval make_start_medical_transcription_job_response :
?medical_transcription_job:Types.medical_transcription_job ->
unit ->
Types.start_medical_transcription_job_responseval make_start_medical_transcription_job_request :
?tags:Types.tag_list ->
?content_identification_type:Types.medical_content_identification_type ->
?settings:Types.medical_transcription_setting ->
?kms_encryption_context:Types.kms_encryption_context_map ->
?output_encryption_kms_key_id:Types.kms_key_id ->
?output_key:Types.output_key ->
?media_format:Types.media_format ->
?media_sample_rate_hertz:Types.medical_media_sample_rate_hertz ->
type_:Types.type_ ->
specialty:Types.specialty ->
output_bucket_name:Types.output_bucket_name ->
media:Types.media ->
language_code:Types.language_code ->
medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.start_medical_transcription_job_requestval make_medical_scribe_output :
clinical_document_uri:Types.uri ->
transcript_file_uri:Types.uri ->
unit ->
Types.medical_scribe_outputval make_clinical_note_generation_settings :
?note_template:Types.medical_scribe_note_template ->
unit ->
Types.clinical_note_generation_settingsval make_medical_scribe_settings :
?clinical_note_generation_settings:Types.clinical_note_generation_settings ->
?vocabulary_filter_method:Types.vocabulary_filter_method ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
?vocabulary_name:Types.vocabulary_name ->
?channel_identification:Types.boolean_ ->
?max_speaker_labels:Types.max_speakers ->
?show_speaker_labels:Types.boolean_ ->
unit ->
Types.medical_scribe_settingsval make_medical_scribe_channel_definition :
participant_role:Types.medical_scribe_participant_role ->
channel_id:Types.medical_scribe_channel_id ->
unit ->
Types.medical_scribe_channel_definitionval make_medical_scribe_job :
?tags:Types.tag_list ->
?channel_definitions:Types.medical_scribe_channel_definitions ->
?data_access_role_arn:Types.data_access_role_arn ->
?settings:Types.medical_scribe_settings ->
?failure_reason:Types.failure_reason ->
?completion_time:Types.date_time ->
?creation_time:Types.date_time ->
?start_time:Types.date_time ->
?medical_scribe_output:Types.medical_scribe_output ->
?media:Types.media ->
?language_code:Types.medical_scribe_language_code ->
?medical_scribe_job_status:Types.medical_scribe_job_status ->
?medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.medical_scribe_jobval make_start_medical_scribe_job_response :
?medical_scribe_job:Types.medical_scribe_job ->
unit ->
Types.start_medical_scribe_job_responseval make_start_medical_scribe_job_request :
?tags:Types.tag_list ->
?channel_definitions:Types.medical_scribe_channel_definitions ->
?kms_encryption_context:Types.kms_encryption_context_map ->
?output_encryption_kms_key_id:Types.kms_key_id ->
settings:Types.medical_scribe_settings ->
data_access_role_arn:Types.data_access_role_arn ->
output_bucket_name:Types.output_bucket_name ->
media:Types.media ->
medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.start_medical_scribe_job_requestval make_call_analytics_skipped_feature :
?message:Types.string_ ->
?reason_code:Types.call_analytics_skipped_reason_code ->
?feature:Types.call_analytics_feature ->
unit ->
Types.call_analytics_skipped_featureval make_call_analytics_job_details :
?skipped:Types.call_analytics_skipped_feature_list ->
unit ->
Types.call_analytics_job_detailsval make_summarization :
generate_abstractive_summary:Types.boolean_ ->
unit ->
Types.summarizationval make_call_analytics_job_settings :
?summarization:Types.summarization ->
?language_id_settings:Types.language_id_settings_map ->
?language_options:Types.language_options ->
?content_redaction:Types.content_redaction ->
?language_model_name:Types.model_name ->
?vocabulary_filter_method:Types.vocabulary_filter_method ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.call_analytics_job_settingsval make_channel_definition :
?participant_role:Types.participant_role ->
?channel_id:Types.channel_id ->
unit ->
Types.channel_definitionval make_call_analytics_job :
?tags:Types.tag_list ->
?channel_definitions:Types.channel_definitions ->
?settings:Types.call_analytics_job_settings ->
?identified_language_score:Types.identified_language_score ->
?data_access_role_arn:Types.data_access_role_arn ->
?failure_reason:Types.failure_reason ->
?completion_time:Types.date_time ->
?creation_time:Types.date_time ->
?start_time:Types.date_time ->
?transcript:Types.transcript ->
?media:Types.media ->
?media_format:Types.media_format ->
?media_sample_rate_hertz:Types.media_sample_rate_hertz ->
?language_code:Types.language_code ->
?call_analytics_job_details:Types.call_analytics_job_details ->
?call_analytics_job_status:Types.call_analytics_job_status ->
?call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.call_analytics_jobval make_start_call_analytics_job_response :
?call_analytics_job:Types.call_analytics_job ->
unit ->
Types.start_call_analytics_job_responseval make_start_call_analytics_job_request :
?channel_definitions:Types.channel_definitions ->
?tags:Types.tag_list ->
?settings:Types.call_analytics_job_settings ->
?data_access_role_arn:Types.data_access_role_arn ->
?output_encryption_kms_key_id:Types.kms_key_id ->
?output_location:Types.uri ->
media:Types.media ->
call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.start_call_analytics_job_requestval make_list_vocabulary_filters_response :
?vocabulary_filters:Types.vocabulary_filters ->
?next_token:Types.next_token ->
unit ->
Types.list_vocabulary_filters_responseval make_list_vocabulary_filters_request :
?name_contains:Types.vocabulary_filter_name ->
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_vocabulary_filters_requestval make_list_vocabularies_response :
?vocabularies:Types.vocabularies ->
?next_token:Types.next_token ->
?status:Types.vocabulary_state ->
unit ->
Types.list_vocabularies_responseval make_list_vocabularies_request :
?name_contains:Types.vocabulary_name ->
?state_equals:Types.vocabulary_state ->
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_vocabularies_requestval make_list_transcription_jobs_response :
?transcription_job_summaries:Types.transcription_job_summaries ->
?next_token:Types.next_token ->
?status:Types.transcription_job_status ->
unit ->
Types.list_transcription_jobs_responseval make_list_transcription_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?job_name_contains:Types.transcription_job_name ->
?status:Types.transcription_job_status ->
unit ->
Types.list_transcription_jobs_requestval make_list_tags_for_resource_response :
?tags:Types.tag_list ->
?resource_arn:Types.transcribe_arn ->
unit ->
Types.list_tags_for_resource_responseval make_list_tags_for_resource_request :
resource_arn:Types.transcribe_arn ->
unit ->
Types.list_tags_for_resource_requestval make_list_medical_vocabularies_response :
?vocabularies:Types.vocabularies ->
?next_token:Types.next_token ->
?status:Types.vocabulary_state ->
unit ->
Types.list_medical_vocabularies_responseval make_list_medical_vocabularies_request :
?name_contains:Types.vocabulary_name ->
?state_equals:Types.vocabulary_state ->
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_medical_vocabularies_requestval make_medical_transcription_job_summary :
?type_:Types.type_ ->
?content_identification_type:Types.medical_content_identification_type ->
?specialty:Types.specialty ->
?output_location_type:Types.output_location_type ->
?failure_reason:Types.failure_reason ->
?transcription_job_status:Types.transcription_job_status ->
?language_code:Types.language_code ->
?completion_time:Types.date_time ->
?start_time:Types.date_time ->
?creation_time:Types.date_time ->
?medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.medical_transcription_job_summaryval make_list_medical_transcription_jobs_response :
?medical_transcription_job_summaries:
Types.medical_transcription_job_summaries ->
?next_token:Types.next_token ->
?status:Types.transcription_job_status ->
unit ->
Types.list_medical_transcription_jobs_responseval make_list_medical_transcription_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?job_name_contains:Types.transcription_job_name ->
?status:Types.transcription_job_status ->
unit ->
Types.list_medical_transcription_jobs_requestval make_medical_scribe_job_summary :
?failure_reason:Types.failure_reason ->
?medical_scribe_job_status:Types.medical_scribe_job_status ->
?language_code:Types.medical_scribe_language_code ->
?completion_time:Types.date_time ->
?start_time:Types.date_time ->
?creation_time:Types.date_time ->
?medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.medical_scribe_job_summaryval make_list_medical_scribe_jobs_response :
?medical_scribe_job_summaries:Types.medical_scribe_job_summaries ->
?next_token:Types.next_token ->
?status:Types.medical_scribe_job_status ->
unit ->
Types.list_medical_scribe_jobs_responseval make_list_medical_scribe_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?job_name_contains:Types.transcription_job_name ->
?status:Types.medical_scribe_job_status ->
unit ->
Types.list_medical_scribe_jobs_requestval make_input_data_config :
?tuning_data_s3_uri:Types.uri ->
data_access_role_arn:Types.data_access_role_arn ->
s3_uri:Types.uri ->
unit ->
Types.input_data_configval make_language_model :
?input_data_config:Types.input_data_config ->
?failure_reason:Types.failure_reason ->
?upgrade_availability:Types.boolean_ ->
?model_status:Types.model_status ->
?base_model_name:Types.base_model_name ->
?language_code:Types.clm_language_code ->
?last_modified_time:Types.date_time ->
?create_time:Types.date_time ->
?model_name:Types.model_name ->
unit ->
Types.language_modelval make_list_language_models_response :
?models:Types.models ->
?next_token:Types.next_token ->
unit ->
Types.list_language_models_responseval make_list_language_models_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?name_contains:Types.model_name ->
?status_equals:Types.model_status ->
unit ->
Types.list_language_models_requestval make_call_analytics_job_summary :
?failure_reason:Types.failure_reason ->
?call_analytics_job_details:Types.call_analytics_job_details ->
?call_analytics_job_status:Types.call_analytics_job_status ->
?language_code:Types.language_code ->
?completion_time:Types.date_time ->
?start_time:Types.date_time ->
?creation_time:Types.date_time ->
?call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.call_analytics_job_summaryval make_list_call_analytics_jobs_response :
?call_analytics_job_summaries:Types.call_analytics_job_summaries ->
?next_token:Types.next_token ->
?status:Types.call_analytics_job_status ->
unit ->
Types.list_call_analytics_jobs_responseval make_list_call_analytics_jobs_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
?job_name_contains:Types.call_analytics_job_name ->
?status:Types.call_analytics_job_status ->
unit ->
Types.list_call_analytics_jobs_requestval make_list_call_analytics_categories_response :
?categories:Types.category_properties_list ->
?next_token:Types.next_token ->
unit ->
Types.list_call_analytics_categories_responseval make_list_call_analytics_categories_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_call_analytics_categories_requestval make_get_vocabulary_filter_response :
?download_uri:Types.uri ->
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.get_vocabulary_filter_responseval make_get_vocabulary_filter_request :
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.get_vocabulary_filter_requestval make_get_vocabulary_response :
?download_uri:Types.uri ->
?failure_reason:Types.failure_reason ->
?last_modified_time:Types.date_time ->
?vocabulary_state:Types.vocabulary_state ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_vocabulary_responseval make_get_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_vocabulary_requestval make_get_transcription_job_response :
?transcription_job:Types.transcription_job ->
unit ->
Types.get_transcription_job_responseval make_get_transcription_job_request :
transcription_job_name:Types.transcription_job_name ->
unit ->
Types.get_transcription_job_requestval make_get_medical_vocabulary_response :
?download_uri:Types.uri ->
?failure_reason:Types.failure_reason ->
?last_modified_time:Types.date_time ->
?vocabulary_state:Types.vocabulary_state ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_medical_vocabulary_responseval make_get_medical_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_medical_vocabulary_requestval make_get_medical_transcription_job_response :
?medical_transcription_job:Types.medical_transcription_job ->
unit ->
Types.get_medical_transcription_job_responseval make_get_medical_transcription_job_request :
medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.get_medical_transcription_job_requestval make_get_medical_scribe_job_response :
?medical_scribe_job:Types.medical_scribe_job ->
unit ->
Types.get_medical_scribe_job_responseval make_get_medical_scribe_job_request :
medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.get_medical_scribe_job_requestval make_get_call_analytics_job_response :
?call_analytics_job:Types.call_analytics_job ->
unit ->
Types.get_call_analytics_job_responseval make_get_call_analytics_job_request :
call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.get_call_analytics_job_requestval make_get_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.get_call_analytics_category_responseval make_get_call_analytics_category_request :
category_name:Types.category_name ->
unit ->
Types.get_call_analytics_category_requestval make_describe_language_model_response :
?language_model:Types.language_model ->
unit ->
Types.describe_language_model_responseval make_describe_language_model_request :
model_name:Types.model_name ->
unit ->
Types.describe_language_model_requestval make_delete_vocabulary_filter_request :
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.delete_vocabulary_filter_requestval make_delete_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.delete_vocabulary_requestval make_delete_transcription_job_request :
transcription_job_name:Types.transcription_job_name ->
unit ->
Types.delete_transcription_job_requestval make_delete_medical_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.delete_medical_vocabulary_requestval make_delete_medical_transcription_job_request :
medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.delete_medical_transcription_job_requestval make_delete_medical_scribe_job_request :
medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.delete_medical_scribe_job_requestval make_delete_language_model_request :
model_name:Types.model_name ->
unit ->
Types.delete_language_model_requestval make_delete_call_analytics_job_request :
call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.delete_call_analytics_job_requestval make_delete_call_analytics_category_request :
category_name:Types.category_name ->
unit ->
Types.delete_call_analytics_category_requestval make_create_vocabulary_filter_response :
?last_modified_time:Types.date_time ->
?language_code:Types.language_code ->
?vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.create_vocabulary_filter_responseval make_create_vocabulary_filter_request :
?data_access_role_arn:Types.data_access_role_arn ->
?tags:Types.tag_list ->
?vocabulary_filter_file_uri:Types.uri ->
?words:Types.words ->
language_code:Types.language_code ->
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.create_vocabulary_filter_requestval make_create_vocabulary_response :
?failure_reason:Types.failure_reason ->
?last_modified_time:Types.date_time ->
?vocabulary_state:Types.vocabulary_state ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.create_vocabulary_responseval make_create_vocabulary_request :
?data_access_role_arn:Types.data_access_role_arn ->
?tags:Types.tag_list ->
?vocabulary_file_uri:Types.uri ->
?phrases:Types.phrases ->
language_code:Types.language_code ->
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.create_vocabulary_requestval make_create_medical_vocabulary_response :
?failure_reason:Types.failure_reason ->
?last_modified_time:Types.date_time ->
?vocabulary_state:Types.vocabulary_state ->
?language_code:Types.language_code ->
?vocabulary_name:Types.vocabulary_name ->
unit ->
Types.create_medical_vocabulary_responseval make_create_medical_vocabulary_request :
?tags:Types.tag_list ->
vocabulary_file_uri:Types.uri ->
language_code:Types.language_code ->
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.create_medical_vocabulary_requestval make_create_language_model_response :
?model_status:Types.model_status ->
?input_data_config:Types.input_data_config ->
?model_name:Types.model_name ->
?base_model_name:Types.base_model_name ->
?language_code:Types.clm_language_code ->
unit ->
Types.create_language_model_responseval make_create_language_model_request :
?tags:Types.tag_list ->
input_data_config:Types.input_data_config ->
model_name:Types.model_name ->
base_model_name:Types.base_model_name ->
language_code:Types.clm_language_code ->
unit ->
Types.create_language_model_requestval make_create_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.create_call_analytics_category_responseval make_create_call_analytics_category_request :
?input_type:Types.input_type ->
?tags:Types.tag_list ->
rules:Types.rule_list ->
category_name:Types.category_name ->
unit ->
Types.create_call_analytics_category_requestOperations
module CreateCallAnalyticsCategory : sig ... endCreates a new Call Analytics category.
module CreateLanguageModel : sig ... endCreates a new custom language model.
module CreateMedicalVocabulary : sig ... endCreates a new custom medical vocabulary.
module CreateVocabulary : sig ... endCreates a new custom vocabulary.
module CreateVocabularyFilter : sig ... endCreates a new custom vocabulary filter.
module DeleteCallAnalyticsCategory : sig ... endDeletes a Call Analytics category. To use this operation, specify the name of the category you want to delete using CategoryName. Category names are case sensitive.
module DeleteCallAnalyticsJob : sig ... endDeletes a Call Analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName. Job names are case sensitive.
module DeleteLanguageModel : sig ... endDeletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName. custom language model names are case sensitive.
module DeleteMedicalScribeJob : sig ... endDeletes a Medical Scribe job. To use this operation, specify the name of the job you want to delete using MedicalScribeJobName. Job names are case sensitive.
module DeleteMedicalTranscriptionJob : sig ... endDeletes a medical transcription job. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName. Job names are case sensitive.
module DeleteMedicalVocabulary : sig ... endDeletes a custom medical vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName. Custom vocabulary names are case sensitive.
module DeleteTranscriptionJob : sig ... endDeletes a transcription job. To use this operation, specify the name of the job you want to delete using TranscriptionJobName. Job names are case sensitive.
module DeleteVocabulary : sig ... endDeletes a custom vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName. Custom vocabulary names are case sensitive.
module DeleteVocabularyFilter : sig ... endDeletes a custom vocabulary filter. To use this operation, specify the name of the custom vocabulary filter you want to delete using VocabularyFilterName. Custom vocabulary filter names are case sensitive.
module DescribeLanguageModel : sig ... endProvides information about the specified custom language model.
module GetCallAnalyticsCategory : sig ... endProvides information about the specified Call Analytics category.
module GetCallAnalyticsJob : sig ... endProvides information about the specified Call Analytics job.
module GetMedicalScribeJob : sig ... endProvides information about the specified Medical Scribe job.
module GetMedicalTranscriptionJob : sig ... endProvides information about the specified medical transcription job.
module GetMedicalVocabulary : sig ... endProvides information about the specified custom medical vocabulary.
module GetTranscriptionJob : sig ... endProvides information about the specified transcription job.
module GetVocabulary : sig ... endProvides information about the specified custom vocabulary.
module GetVocabularyFilter : sig ... endProvides information about the specified custom vocabulary filter.
module ListCallAnalyticsCategories : sig ... endProvides a list of Call Analytics categories, including all rules that make up each category.
module ListCallAnalyticsJobs : sig ... endProvides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned.
module ListLanguageModels : sig ... endProvides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned.
module ListMedicalScribeJobs : sig ... endProvides a list of Medical Scribe jobs that match the specified criteria. If no criteria are specified, all Medical Scribe jobs are returned.
module ListMedicalTranscriptionJobs : sig ... endProvides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned.
module ListMedicalVocabularies : sig ... endProvides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned.
module ListTagsForResource : sig ... endLists all tags associated with the specified transcription job, vocabulary, model, or resource.
module ListTranscriptionJobs : sig ... endProvides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.
module ListVocabularies : sig ... endProvides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
module ListVocabularyFilters : sig ... endProvides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
module StartCallAnalyticsJob : sig ... endTranscribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request.
module StartMedicalScribeJob : sig ... endTranscribes patient-clinician conversations and generates clinical notes.
module StartMedicalTranscriptionJob : sig ... endTranscribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request.
module StartTranscriptionJob : sig ... endTranscribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
module TagResource : sig ... endAdds one or more custom tags, each in the form of a key:value pair, to the specified resource.
module UntagResource : sig ... endRemoves the specified tags from the specified Amazon Transcribe resource.
module UpdateCallAnalyticsCategory : sig ... endUpdates the specified Call Analytics category with new rules. Note that the UpdateCallAnalyticsCategory operation overwrites all existing rules contained in the specified category. You cannot append additional rules onto an existing category.
module UpdateMedicalVocabulary : sig ... endUpdates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary.
module UpdateVocabulary : sig ... endUpdates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary.
module UpdateVocabularyFilter : sig ... endUpdates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing custom vocabulary filter.
module Json_serializers : sig ... endmodule Json_deserializers : sig ... end