Class: Aws::ChimeSDKVoice::Types::SpeakerSearchDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

The details of a speaker search task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::SpeakerSearchResult>

The result value in the speaker search details.

Returns:



3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3084

class SpeakerSearchDetails < Struct.new(
  :results,
  :voiceprint_generation_status)
  SENSITIVE = []
  include Aws::Structure
end

#voiceprint_generation_statusString

The status of a voice print generation operation, VoiceprintGenerationSuccess or VoiceprintGenerationFailure..

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3084

class SpeakerSearchDetails < Struct.new(
  :results,
  :voiceprint_generation_status)
  SENSITIVE = []
  include Aws::Structure
end