Lines Matching defs:RecognitionConfig

885 type RecognitionConfig struct {  struct
886 state protoimpl.MessageState
887 sizeCache protoimpl.SizeCache
888 unknownFields protoimpl.UnknownFields
893 …oto3,enum=google.cloud.speech.v1p1beta1.RecognitionConfig_AudioEncoding" json:"encoding,omitempty"`
901 …arint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"`
911 …7,opt,name=audio_channel_count,json=audioChannelCount,proto3" json:"audio_channel_count,omitempty"`
918 …_channel,json=enableSeparateRecognitionPerChannel,proto3" json:"enable_separate_recognition_per_ch…
925 …`protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
938 …e_language_codes,json=alternativeLanguageCodes,proto3" json:"alternative_language_codes,omitempty"`
945 …"varint,4,opt,name=max_alternatives,json=maxAlternatives,proto3" json:"max_alternatives,omitempty"`
950 …"varint,5,opt,name=profanity_filter,json=profanityFilter,proto3" json:"profanity_filter,omitempty"`
956 …tion *SpeechAdaptation `protobuf:"bytes,20,opt,name=adaptation,proto3" json:"adaptation,omitempty"`
962 …buf:"bytes,6,rep,name=speech_contexts,json=speechContexts,proto3" json:"speech_contexts,omitempty"`
967 …ble_word_time_offsets,json=enableWordTimeOffsets,proto3" json:"enable_word_time_offsets,omitempty"`
971 …e=enable_word_confidence,json=enableWordConfidence,proto3" json:"enable_word_confidence,omitempty"`
976 …_punctuation,json=enableAutomaticPunctuation,proto3" json:"enable_automatic_punctuation,omitempty"`
984 …spoken_punctuation,json=enableSpokenPunctuation,proto3" json:"enable_spoken_punctuation,omitempty"`
990 …pt,name=enable_spoken_emojis,json=enableSpokenEmojis,proto3" json:"enable_spoken_emojis,omitempty"`
997 …aker_diarization,json=enableSpeakerDiarization,proto3" json:"enable_speaker_diarization,omitempty"`
1003 …tion_speaker_count,json=diarizationSpeakerCount,proto3" json:"diarization_speaker_count,omitempty"`
1012 …,19,opt,name=diarization_config,json=diarizationConfig,proto3" json:"diarization_config,omitempty"`
1014 …tadata *RecognitionMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
1047 Model string `protobuf:"bytes,13,opt,name=model,proto3" json:"model,omitempty"`
1056 … `protobuf:"varint,14,opt,name=use_enhanced,json=useEnhanced,proto3" json:"use_enhanced,omitempty"`
1059 func (x *RecognitionConfig) Reset() {
1068 func (x *RecognitionConfig) String() string {
1072 func (*RecognitionConfig) ProtoMessage() {}
1074 func (x *RecognitionConfig) ProtoReflect() protoreflect.Message {
1087 func (*RecognitionConfig) Descriptor() ([]byte, []int) {
1091 func (x *RecognitionConfig) GetEncoding() RecognitionConfig_AudioEncoding {
1098 func (x *RecognitionConfig) GetSampleRateHertz() int32 {
1105 func (x *RecognitionConfig) GetAudioChannelCount() int32 {
1112 func (x *RecognitionConfig) GetEnableSeparateRecognitionPerChannel() bool {
1119 func (x *RecognitionConfig) GetLanguageCode() string {
1126 func (x *RecognitionConfig) GetAlternativeLanguageCodes() []string {
1133 func (x *RecognitionConfig) GetMaxAlternatives() int32 {
1140 func (x *RecognitionConfig) GetProfanityFilter() bool {
1147 func (x *RecognitionConfig) GetAdaptation() *SpeechAdaptation {
1154 func (x *RecognitionConfig) GetSpeechContexts() []*SpeechContext {
1161 func (x *RecognitionConfig) GetEnableWordTimeOffsets() bool {
1168 func (x *RecognitionConfig) GetEnableWordConfidence() bool {
1175 func (x *RecognitionConfig) GetEnableAutomaticPunctuation() bool {
1182 func (x *RecognitionConfig) GetEnableSpokenPunctuation() *wrapperspb.BoolValue {
1189 func (x *RecognitionConfig) GetEnableSpokenEmojis() *wrapperspb.BoolValue {
1197 func (x *RecognitionConfig) GetEnableSpeakerDiarization() bool {
1205 func (x *RecognitionConfig) GetDiarizationSpeakerCount() int32 {
1212 func (x *RecognitionConfig) GetDiarizationConfig() *SpeakerDiarizationConfig {
1219 func (x *RecognitionConfig) GetMetadata() *RecognitionMetadata {
1226 func (x *RecognitionConfig) GetModel() string {
1233 func (x *RecognitionConfig) GetUseEnhanced() bool {