Smaws_Client_Transcribe
Transcribe client library built on EIO.
module Types : sig ... end
val 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_info
val 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_info
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_range
val make_relative_time_range :
?last:Types.percentage ->
?first:Types.percentage ->
?end_percentage:Types.percentage ->
?start_percentage:Types.percentage ->
unit ->
Types.relative_time_range
val 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_filter
val 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_filter
val 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_filter
val 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_filter
val make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val 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_properties
val make_update_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.update_call_analytics_category_response
val 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_request
val make_untag_resource_request :
tag_keys:Types.tag_key_list ->
resource_arn:Types.transcribe_arn ->
unit ->
Types.untag_resource_request
val make_content_redaction :
?pii_entity_types:Types.pii_entity_types ->
redaction_output:Types.redaction_output ->
redaction_type:Types.redaction_type ->
unit ->
Types.content_redaction
val make_model_settings :
?language_model_name:Types.model_name ->
unit ->
Types.model_settings
val make_language_code_item :
?duration_in_seconds:Types.duration_in_seconds ->
?language_code:Types.language_code ->
unit ->
Types.language_code_item
val make_toxicity_detection_settings :
toxicity_categories:Types.toxicity_categories ->
unit ->
Types.toxicity_detection_settings
val 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_summary
val make_media :
?redacted_media_file_uri:Types.uri ->
?media_file_uri:Types.uri ->
unit ->
Types.media
val make_transcript :
?redacted_transcript_file_uri:Types.uri ->
?transcript_file_uri:Types.uri ->
unit ->
Types.transcript
val 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.settings
val make_job_execution_settings :
?data_access_role_arn:Types.data_access_role_arn ->
?allow_deferred_execution:Types.boolean_ ->
unit ->
Types.job_execution_settings
val 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_output
val 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_settings
val 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_job
val make_tag_resource_request :
tags:Types.tag_list ->
resource_arn:Types.transcribe_arn ->
unit ->
Types.tag_resource_request
val make_start_transcription_job_response :
?transcription_job:Types.transcription_job ->
unit ->
Types.start_transcription_job_response
val make_subtitles :
?output_start_index:Types.subtitle_output_start_index ->
?formats:Types.subtitle_formats ->
unit ->
Types.subtitles
val 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_request
val make_medical_transcript :
?transcript_file_uri:Types.uri ->
unit ->
Types.medical_transcript
val 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_setting
val 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_job
val make_start_medical_transcription_job_response :
?medical_transcription_job:Types.medical_transcription_job ->
unit ->
Types.start_medical_transcription_job_response
val 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_request
val make_medical_scribe_output :
clinical_document_uri:Types.uri ->
transcript_file_uri:Types.uri ->
unit ->
Types.medical_scribe_output
val make_clinical_note_generation_settings :
?note_template:Types.medical_scribe_note_template ->
unit ->
Types.clinical_note_generation_settings
val 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_settings
val make_medical_scribe_channel_definition :
participant_role:Types.medical_scribe_participant_role ->
channel_id:Types.medical_scribe_channel_id ->
unit ->
Types.medical_scribe_channel_definition
val 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_job
val make_start_medical_scribe_job_response :
?medical_scribe_job:Types.medical_scribe_job ->
unit ->
Types.start_medical_scribe_job_response
val 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_request
val 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_feature
val make_call_analytics_job_details :
?skipped:Types.call_analytics_skipped_feature_list ->
unit ->
Types.call_analytics_job_details
val make_summarization :
generate_abstractive_summary:Types.boolean_ ->
unit ->
Types.summarization
val 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_settings
val make_channel_definition :
?participant_role:Types.participant_role ->
?channel_id:Types.channel_id ->
unit ->
Types.channel_definition
val 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_job
val make_start_call_analytics_job_response :
?call_analytics_job:Types.call_analytics_job ->
unit ->
Types.start_call_analytics_job_response
val 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_request
val make_list_vocabulary_filters_response :
?vocabulary_filters:Types.vocabulary_filters ->
?next_token:Types.next_token ->
unit ->
Types.list_vocabulary_filters_response
val 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_request
val make_list_vocabularies_response :
?vocabularies:Types.vocabularies ->
?next_token:Types.next_token ->
?status:Types.vocabulary_state ->
unit ->
Types.list_vocabularies_response
val 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_request
val 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_response
val 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_request
val make_list_tags_for_resource_response :
?tags:Types.tag_list ->
?resource_arn:Types.transcribe_arn ->
unit ->
Types.list_tags_for_resource_response
val make_list_tags_for_resource_request :
resource_arn:Types.transcribe_arn ->
unit ->
Types.list_tags_for_resource_request
val make_list_medical_vocabularies_response :
?vocabularies:Types.vocabularies ->
?next_token:Types.next_token ->
?status:Types.vocabulary_state ->
unit ->
Types.list_medical_vocabularies_response
val 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_request
val 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_summary
val 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_response
val 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_request
val 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_summary
val 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_response
val 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_request
val 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_config
val 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_model
val make_list_language_models_response :
?models:Types.models ->
?next_token:Types.next_token ->
unit ->
Types.list_language_models_response
val 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_request
val 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_summary
val 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_response
val 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_request
val make_list_call_analytics_categories_response :
?categories:Types.category_properties_list ->
?next_token:Types.next_token ->
unit ->
Types.list_call_analytics_categories_response
val make_list_call_analytics_categories_request :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_call_analytics_categories_request
val 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_response
val make_get_vocabulary_filter_request :
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.get_vocabulary_filter_request
val 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_response
val make_get_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_vocabulary_request
val make_get_transcription_job_response :
?transcription_job:Types.transcription_job ->
unit ->
Types.get_transcription_job_response
val make_get_transcription_job_request :
transcription_job_name:Types.transcription_job_name ->
unit ->
Types.get_transcription_job_request
val 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_response
val make_get_medical_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.get_medical_vocabulary_request
val make_get_medical_transcription_job_response :
?medical_transcription_job:Types.medical_transcription_job ->
unit ->
Types.get_medical_transcription_job_response
val make_get_medical_transcription_job_request :
medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.get_medical_transcription_job_request
val make_get_medical_scribe_job_response :
?medical_scribe_job:Types.medical_scribe_job ->
unit ->
Types.get_medical_scribe_job_response
val make_get_medical_scribe_job_request :
medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.get_medical_scribe_job_request
val make_get_call_analytics_job_response :
?call_analytics_job:Types.call_analytics_job ->
unit ->
Types.get_call_analytics_job_response
val make_get_call_analytics_job_request :
call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.get_call_analytics_job_request
val make_get_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.get_call_analytics_category_response
val make_get_call_analytics_category_request :
category_name:Types.category_name ->
unit ->
Types.get_call_analytics_category_request
val make_describe_language_model_response :
?language_model:Types.language_model ->
unit ->
Types.describe_language_model_response
val make_describe_language_model_request :
model_name:Types.model_name ->
unit ->
Types.describe_language_model_request
val make_delete_vocabulary_filter_request :
vocabulary_filter_name:Types.vocabulary_filter_name ->
unit ->
Types.delete_vocabulary_filter_request
val make_delete_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.delete_vocabulary_request
val make_delete_transcription_job_request :
transcription_job_name:Types.transcription_job_name ->
unit ->
Types.delete_transcription_job_request
val make_delete_medical_vocabulary_request :
vocabulary_name:Types.vocabulary_name ->
unit ->
Types.delete_medical_vocabulary_request
val make_delete_medical_transcription_job_request :
medical_transcription_job_name:Types.transcription_job_name ->
unit ->
Types.delete_medical_transcription_job_request
val make_delete_medical_scribe_job_request :
medical_scribe_job_name:Types.transcription_job_name ->
unit ->
Types.delete_medical_scribe_job_request
val make_delete_language_model_request :
model_name:Types.model_name ->
unit ->
Types.delete_language_model_request
val make_delete_call_analytics_job_request :
call_analytics_job_name:Types.call_analytics_job_name ->
unit ->
Types.delete_call_analytics_job_request
val make_delete_call_analytics_category_request :
category_name:Types.category_name ->
unit ->
Types.delete_call_analytics_category_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val 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_response
val 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_request
val make_create_call_analytics_category_response :
?category_properties:Types.category_properties ->
unit ->
Types.create_call_analytics_category_response
val 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_request
Operations
module CreateCallAnalyticsCategory : sig ... end
Creates a new Call Analytics category.
module CreateLanguageModel : sig ... end
Creates a new custom language model.
module CreateMedicalVocabulary : sig ... end
Creates a new custom medical vocabulary.
module CreateVocabulary : sig ... end
Creates a new custom vocabulary.
module CreateVocabularyFilter : sig ... end
Creates a new custom vocabulary filter.
module DeleteCallAnalyticsCategory : sig ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Deletes 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 ... end
Provides information about the specified custom language model.
module GetCallAnalyticsCategory : sig ... end
Provides information about the specified Call Analytics category.
module GetCallAnalyticsJob : sig ... end
Provides information about the specified Call Analytics job.
module GetMedicalScribeJob : sig ... end
Provides information about the specified Medical Scribe job.
module GetMedicalTranscriptionJob : sig ... end
Provides information about the specified medical transcription job.
module GetMedicalVocabulary : sig ... end
Provides information about the specified custom medical vocabulary.
module GetTranscriptionJob : sig ... end
Provides information about the specified transcription job.
module GetVocabulary : sig ... end
Provides information about the specified custom vocabulary.
module GetVocabularyFilter : sig ... end
Provides information about the specified custom vocabulary filter.
module ListCallAnalyticsCategories : sig ... end
Provides a list of Call Analytics categories, including all rules that make up each category.
module ListCallAnalyticsJobs : sig ... end
Provides 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 ... end
Provides 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 ... end
Provides 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 ... end
Provides 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 ... end
Provides 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 ... end
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
module ListTranscriptionJobs : sig ... end
Provides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.
module ListVocabularies : sig ... end
Provides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
module ListVocabularyFilters : sig ... end
Provides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
module StartCallAnalyticsJob : sig ... end
Transcribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request.
module StartMedicalScribeJob : sig ... end
Transcribes patient-clinician conversations and generates clinical notes.
module StartMedicalTranscriptionJob : sig ... end
Transcribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request.
module StartTranscriptionJob : sig ... end
Transcribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
module TagResource : sig ... end
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
module UntagResource : sig ... end
Removes the specified tags from the specified Amazon Transcribe resource.
module UpdateCallAnalyticsCategory : sig ... end
Updates 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 ... end
Updates 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 ... end
Updates 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 ... end
Updates 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 ... end
module Json_deserializers : sig ... end