Class: Aws::Types::AmazonTranscribeCallAnalyticsProcessorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_stream_categories ⇒ ::Array[::String]

Returns the value of attribute call_analytics_stream_categories.

Returns:

  • (::Array[::String])


29
30
31
# File 'sig/types.rbs', line 29

def call_analytics_stream_categories
  @call_analytics_stream_categories
end

#content_identification_type ⇒ "PII"

Returns the value of attribute content_identification_type.

Returns:

  • ("PII")


24
25
26
# File 'sig/types.rbs', line 24

def content_identification_type
  @content_identification_type
end

#content_redaction_type ⇒ "PII"

Returns the value of attribute content_redaction_type.

Returns:

  • ("PII")


25
26
27
# File 'sig/types.rbs', line 25

def content_redaction_type
  @content_redaction_type
end

#enable_partial_results_stabilization ⇒ Boolean

Returns the value of attribute enable_partial_results_stabilization.

Returns:

  • (Boolean)


22
23
24
# File 'sig/types.rbs', line 22

def enable_partial_results_stabilization
  @enable_partial_results_stabilization
end

#filter_partial_results ⇒ Boolean

Returns the value of attribute filter_partial_results.

Returns:

  • (Boolean)


27
28
29
# File 'sig/types.rbs', line 27

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


17
18
19
# File 'sig/types.rbs', line 17

def language_code
  @language_code
end

#language_model_name ⇒ ::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def language_model_name
  @language_model_name
end

#partial_results_stability ⇒ "high", ...

Returns the value of attribute partial_results_stability.

Returns:

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


23
24
25
# File 'sig/types.rbs', line 23

def partial_results_stability
  @partial_results_stability
end

#pii_entity_types ⇒ ::String

Returns the value of attribute pii_entity_types.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def pii_entity_types
  @pii_entity_types
end

#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings

Returns the value of attribute post_call_analytics_settings.



28
29
30
# File 'sig/types.rbs', line 28

def post_call_analytics_settings
  @post_call_analytics_settings
end

#vocabulary_filter_method ⇒ "remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

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


20
21
22
# File 'sig/types.rbs', line 20

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name ⇒ ::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_name ⇒ ::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def vocabulary_name
  @vocabulary_name
end