Class: Aws::Types::StartCallAnalyticsStreamTranscriptionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_transcript_result_streamTypes::CallAnalyticsTranscriptResultStream

Returns the value of attribute call_analytics_transcript_result_stream.



375
376
377
# File 'sig/types.rbs', line 375

def call_analytics_transcript_result_stream
  @call_analytics_transcript_result_stream
end

#content_identification_type"PII"

Returns the value of attribute content_identification_type.

Returns:

  • ("PII")


386
387
388
# File 'sig/types.rbs', line 386

def content_identification_type
  @content_identification_type
end

#content_redaction_type"PII"

Returns the value of attribute content_redaction_type.

Returns:

  • ("PII")


387
388
389
# File 'sig/types.rbs', line 387

def content_redaction_type
  @content_redaction_type
end

#enable_partial_results_stabilizationBoolean

Returns the value of attribute enable_partial_results_stabilization.

Returns:

  • (Boolean)


384
385
386
# File 'sig/types.rbs', line 384

def enable_partial_results_stabilization
  @enable_partial_results_stabilization
end

#identify_languageBoolean

Returns the value of attribute identify_language.

Returns:

  • (Boolean)


379
380
381
# File 'sig/types.rbs', line 379

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


370
371
372
# File 'sig/types.rbs', line 370

def language_code
  @language_code
end

#language_model_name::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def language_model_name
  @language_model_name
end

#language_options::String

Returns the value of attribute language_options.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def language_options
  @language_options
end

#media_encoding"pcm", ...

Returns the value of attribute media_encoding.

Returns:

  • ("pcm", "ogg-opus", "flac", "g711-alaw", "g711-ulaw", "g729")


372
373
374
# File 'sig/types.rbs', line 372

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


371
372
373
# File 'sig/types.rbs', line 371

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#partial_results_stability"high", ...

Returns the value of attribute partial_results_stability.

Returns:

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


385
386
387
# File 'sig/types.rbs', line 385

def partial_results_stability
  @partial_results_stability
end

#pii_entity_types::String

Returns the value of attribute pii_entity_types.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

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


381
382
383
# File 'sig/types.rbs', line 381

def preferred_language
  @preferred_language
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def request_id
  @request_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def session_id
  @session_id
end

#vocabulary_filter_method"remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_filter_names::String

Returns the value of attribute vocabulary_filter_names.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def vocabulary_filter_names
  @vocabulary_filter_names
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def vocabulary_name
  @vocabulary_name
end

#vocabulary_names::String

Returns the value of attribute vocabulary_names.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def vocabulary_names
  @vocabulary_names
end