Class: Aws::Types::AmazonTranscribeProcessorConfiguration

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")


41
42
43
# File 'sig/types.rbs', line 41

def content_identification_type
  @content_identification_type
end

#content_redaction_type ⇒ "PII"

Returns the value of attribute content_redaction_type.

Returns:

  • ("PII")


42
43
44
# File 'sig/types.rbs', line 42

def content_redaction_type
  @content_redaction_type
end

#enable_partial_results_stabilization ⇒ Boolean

Returns the value of attribute enable_partial_results_stabilization.

Returns:

  • (Boolean)


39
40
41
# File 'sig/types.rbs', line 39

def enable_partial_results_stabilization
  @enable_partial_results_stabilization
end

#filter_partial_results ⇒ Boolean

Returns the value of attribute filter_partial_results.

Returns:

  • (Boolean)


45
46
47
# File 'sig/types.rbs', line 45

def filter_partial_results
  @filter_partial_results
end

#identify_language ⇒ Boolean

Returns the value of attribute identify_language.

Returns:

  • (Boolean)


46
47
48
# File 'sig/types.rbs', line 46

def identify_language
  @identify_language
end

#identify_multiple_languages ⇒ Boolean

Returns the value of attribute identify_multiple_languages.

Returns:

  • (Boolean)


47
48
49
# File 'sig/types.rbs', line 47

def identify_multiple_languages
  @identify_multiple_languages
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")


34
35
36
# File 'sig/types.rbs', line 34

def language_code
  @language_code
end

#language_model_name ⇒ ::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def language_model_name
  @language_model_name
end

#language_options ⇒ ::String

Returns the value of attribute language_options.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def language_options
  @language_options
end

#partial_results_stability ⇒ "high", ...

Returns the value of attribute partial_results_stability.

Returns:

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


40
41
42
# File 'sig/types.rbs', line 40

def partial_results_stability
  @partial_results_stability
end

#pii_entity_types ⇒ ::String

Returns the value of attribute pii_entity_types.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

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")


49
50
51
# File 'sig/types.rbs', line 49

def preferred_language
  @preferred_language
end

#show_speaker_label ⇒ Boolean

Returns the value of attribute show_speaker_label.

Returns:

  • (Boolean)


38
39
40
# File 'sig/types.rbs', line 38

def show_speaker_label
  @show_speaker_label
end

#vocabulary_filter_method ⇒ "remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

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


37
38
39
# File 'sig/types.rbs', line 37

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name ⇒ ::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_filter_names ⇒ ::String

Returns the value of attribute vocabulary_filter_names.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def vocabulary_filter_names
  @vocabulary_filter_names
end

#vocabulary_name ⇒ ::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def vocabulary_name
  @vocabulary_name
end

#vocabulary_names ⇒ ::String

Returns the value of attribute vocabulary_names.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def vocabulary_names
  @vocabulary_names
end