generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.34.1 vs generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.35.0

- old
+ new

@@ -625,18 +625,24 @@ # number of speakers. If not set, the default value is 2. # Corresponds to the JSON property `minSpeakerCount` # @return [Fixnum] attr_accessor :min_speaker_count + # Output only. Unused. + # Corresponds to the JSON property `speakerTag` + # @return [Fixnum] + attr_accessor :speaker_tag + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) @enable_speaker_diarization = args[:enable_speaker_diarization] if args.key?(:enable_speaker_diarization) @max_speaker_count = args[:max_speaker_count] if args.key?(:max_speaker_count) @min_speaker_count = args[:min_speaker_count] if args.key?(:min_speaker_count) + @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag) end end # Provides "hints" to the speech recognizer to favor specific words and phrases # in the results.