Class: Aws::Types::EngineTranscribeSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_identification_type"PII"

Returns the value of attribute content_identification_type.

Returns:

  • ("PII")


174
175
176
# File 'sig/types.rbs', line 174

def content_identification_type
  @content_identification_type
end

#content_redaction_type"PII"

Returns the value of attribute content_redaction_type.

Returns:

  • ("PII")


175
176
177
# File 'sig/types.rbs', line 175

def content_redaction_type
  @content_redaction_type
end

#enable_partial_results_stabilizationBoolean

Returns the value of attribute enable_partial_results_stabilization.

Returns:

  • (Boolean)


172
173
174
# File 'sig/types.rbs', line 172

def enable_partial_results_stabilization
  @enable_partial_results_stabilization
end

#identify_languageBoolean

Returns the value of attribute identify_language.

Returns:

  • (Boolean)


178
179
180
# File 'sig/types.rbs', line 178

def identify_language
  @identify_language
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN", "th-TH", "hi-IN")


167
168
169
# File 'sig/types.rbs', line 167

def language_code
  @language_code
end

#language_model_name::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def language_model_name
  @language_model_name
end

#language_options::String

Returns the value of attribute language_options.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def language_options
  @language_options
end

#partial_results_stability"low", ...

Returns the value of attribute partial_results_stability.

Returns:

  • ("low", "medium", "high")


173
174
175
# File 'sig/types.rbs', line 173

def partial_results_stability
  @partial_results_stability
end

#pii_entity_types::String

Returns the value of attribute pii_entity_types.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def pii_entity_types
  @pii_entity_types
end

#preferred_language"en-US", ...

Returns the value of attribute preferred_language.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN", "th-TH", "hi-IN")


180
181
182
# File 'sig/types.rbs', line 180

def preferred_language
  @preferred_language
end

#region"us-east-2", ...

Returns the value of attribute region.

Returns:

  • ("us-east-2", "us-east-1", "us-west-2", "ap-northeast-2", "ap-southeast-2", "ap-northeast-1", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "sa-east-1", "auto", "us-gov-west-1")


171
172
173
# File 'sig/types.rbs', line 171

def region
  @region
end

#vocabulary_filter_method"remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

  • ("remove", "mask", "tag")


168
169
170
# File 'sig/types.rbs', line 168

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_filter_names::String

Returns the value of attribute vocabulary_filter_names.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def vocabulary_filter_names
  @vocabulary_filter_names
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def vocabulary_name
  @vocabulary_name
end

#vocabulary_names::String

Returns the value of attribute vocabulary_names.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def vocabulary_names
  @vocabulary_names
end