Class: Aws::Types::TranscriptionJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::TranscriptionJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#content_redaction ⇒ Types::ContentRedaction
Returns the value of attribute content_redaction.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#identified_language_score ⇒ ::Float
Returns the value of attribute identified_language_score.
-
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
-
#identify_multiple_languages ⇒ Boolean
Returns the value of attribute identify_multiple_languages.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#language_codes ⇒ ::Array[Types::LanguageCodeItem]
Returns the value of attribute language_codes.
-
#model_settings ⇒ Types::ModelSettings
Returns the value of attribute model_settings.
-
#output_location_type ⇒ "CUSTOMER_BUCKET", "SERVICE_BUCKET"
Returns the value of attribute output_location_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#toxicity_detection ⇒ ::Array[Types::ToxicityDetectionSettings]
Returns the value of attribute toxicity_detection.
-
#transcription_job_name ⇒ ::String
Returns the value of attribute transcription_job_name.
-
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
923 924 925 |
# File 'sig/types.rbs', line 923 def completion_time @completion_time end |
#content_redaction ⇒ Types::ContentRedaction
Returns the value of attribute content_redaction.
928 929 930 |
# File 'sig/types.rbs', line 928 def content_redaction @content_redaction end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
921 922 923 |
# File 'sig/types.rbs', line 921 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
926 927 928 |
# File 'sig/types.rbs', line 926 def failure_reason @failure_reason end |
#identified_language_score ⇒ ::Float
Returns the value of attribute identified_language_score.
932 933 934 |
# File 'sig/types.rbs', line 932 def identified_language_score @identified_language_score end |
#identify_language ⇒ Boolean
Returns the value of attribute identify_language.
930 931 932 |
# File 'sig/types.rbs', line 930 def identify_language @identify_language end |
#identify_multiple_languages ⇒ Boolean
Returns the value of attribute identify_multiple_languages.
931 932 933 |
# File 'sig/types.rbs', line 931 def identify_multiple_languages @identify_multiple_languages end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
924 925 926 |
# File 'sig/types.rbs', line 924 def language_code @language_code end |
#language_codes ⇒ ::Array[Types::LanguageCodeItem]
Returns the value of attribute language_codes.
933 934 935 |
# File 'sig/types.rbs', line 933 def language_codes @language_codes end |
#model_settings ⇒ Types::ModelSettings
Returns the value of attribute model_settings.
929 930 931 |
# File 'sig/types.rbs', line 929 def model_settings @model_settings end |
#output_location_type ⇒ "CUSTOMER_BUCKET", "SERVICE_BUCKET"
Returns the value of attribute output_location_type.
927 928 929 |
# File 'sig/types.rbs', line 927 def output_location_type @output_location_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
922 923 924 |
# File 'sig/types.rbs', line 922 def start_time @start_time end |
#toxicity_detection ⇒ ::Array[Types::ToxicityDetectionSettings]
Returns the value of attribute toxicity_detection.
934 935 936 |
# File 'sig/types.rbs', line 934 def toxicity_detection @toxicity_detection end |
#transcription_job_name ⇒ ::String
Returns the value of attribute transcription_job_name.
920 921 922 |
# File 'sig/types.rbs', line 920 def transcription_job_name @transcription_job_name end |
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
925 926 927 |
# File 'sig/types.rbs', line 925 def transcription_job_status @transcription_job_status end |