Class: Google::Cloud::Speech::V2::SpeakerDiarizationConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Configuration to enable speaker diarization.

Instance Attribute Summary collapse

Instance Attribute Details

#max_speaker_count::Integer

Returns Optional. The system automatically determines the number of speakers. This value is not currently used.

Returns:

  • (::Integer)

    Optional. The system automatically determines the number of speakers. This value is not currently used.



505
506
507
508
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 505

class SpeakerDiarizationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_speaker_count::Integer

Returns Optional. The system automatically determines the number of speakers. This value is not currently used.

Returns:

  • (::Integer)

    Optional. The system automatically determines the number of speakers. This value is not currently used.



505
506
507
508
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 505

class SpeakerDiarizationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end