Class: Google::Cloud::Speech::V2::SpeakerDiarizationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::SpeakerDiarizationConfig
- 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
-
#max_speaker_count ⇒ ::Integer
Optional.
-
#min_speaker_count ⇒ ::Integer
Optional.
Instance Attribute Details
#max_speaker_count ⇒ ::Integer
Returns 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.
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 |