Lines Matching defs:RecognitionConfig

892 type RecognitionConfig struct {  struct
893 state protoimpl.MessageState
894 sizeCache protoimpl.SizeCache
895 unknownFields protoimpl.UnknownFields
900 …oto3,enum=google.cloud.speech.v1p1beta1.RecognitionConfig_AudioEncoding" json:"encoding,omitempty"`
908 …arint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"`
918 …7,opt,name=audio_channel_count,json=audioChannelCount,proto3" json:"audio_channel_count,omitempty"`
925 …_channel,json=enableSeparateRecognitionPerChannel,proto3" json:"enable_separate_recognition_per_ch…
932 …`protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
945 …e_language_codes,json=alternativeLanguageCodes,proto3" json:"alternative_language_codes,omitempty"`
952 …"varint,4,opt,name=max_alternatives,json=maxAlternatives,proto3" json:"max_alternatives,omitempty"`
957 …"varint,5,opt,name=profanity_filter,json=profanityFilter,proto3" json:"profanity_filter,omitempty"`
963 …tion *SpeechAdaptation `protobuf:"bytes,20,opt,name=adaptation,proto3" json:"adaptation,omitempty"`
969 …buf:"bytes,6,rep,name=speech_contexts,json=speechContexts,proto3" json:"speech_contexts,omitempty"`
974 …ble_word_time_offsets,json=enableWordTimeOffsets,proto3" json:"enable_word_time_offsets,omitempty"`
978 …e=enable_word_confidence,json=enableWordConfidence,proto3" json:"enable_word_confidence,omitempty"`
983 …_punctuation,json=enableAutomaticPunctuation,proto3" json:"enable_automatic_punctuation,omitempty"`
991 …spoken_punctuation,json=enableSpokenPunctuation,proto3" json:"enable_spoken_punctuation,omitempty"`
997 …pt,name=enable_spoken_emojis,json=enableSpokenEmojis,proto3" json:"enable_spoken_emojis,omitempty"`
1004 …aker_diarization,json=enableSpeakerDiarization,proto3" json:"enable_speaker_diarization,omitempty"`
1010 …tion_speaker_count,json=diarizationSpeakerCount,proto3" json:"diarization_speaker_count,omitempty"`
1019 …,19,opt,name=diarization_config,json=diarizationConfig,proto3" json:"diarization_config,omitempty"`
1021 …tadata *RecognitionMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
1054 Model string `protobuf:"bytes,13,opt,name=model,proto3" json:"model,omitempty"`
1063 … `protobuf:"varint,14,opt,name=use_enhanced,json=useEnhanced,proto3" json:"use_enhanced,omitempty"`
1066 func (x *RecognitionConfig) Reset() {
1075 func (x *RecognitionConfig) String() string {
1079 func (*RecognitionConfig) ProtoMessage() {}
1081 func (x *RecognitionConfig) ProtoReflect() protoreflect.Message {
1094 func (*RecognitionConfig) Descriptor() ([]byte, []int) {
1098 func (x *RecognitionConfig) GetEncoding() RecognitionConfig_AudioEncoding {
1105 func (x *RecognitionConfig) GetSampleRateHertz() int32 {
1112 func (x *RecognitionConfig) GetAudioChannelCount() int32 {
1119 func (x *RecognitionConfig) GetEnableSeparateRecognitionPerChannel() bool {
1126 func (x *RecognitionConfig) GetLanguageCode() string {
1133 func (x *RecognitionConfig) GetAlternativeLanguageCodes() []string {
1140 func (x *RecognitionConfig) GetMaxAlternatives() int32 {
1147 func (x *RecognitionConfig) GetProfanityFilter() bool {
1154 func (x *RecognitionConfig) GetAdaptation() *SpeechAdaptation {
1161 func (x *RecognitionConfig) GetSpeechContexts() []*SpeechContext {
1168 func (x *RecognitionConfig) GetEnableWordTimeOffsets() bool {
1175 func (x *RecognitionConfig) GetEnableWordConfidence() bool {
1182 func (x *RecognitionConfig) GetEnableAutomaticPunctuation() bool {
1189 func (x *RecognitionConfig) GetEnableSpokenPunctuation() *wrapperspb.BoolValue {
1196 func (x *RecognitionConfig) GetEnableSpokenEmojis() *wrapperspb.BoolValue {
1204 func (x *RecognitionConfig) GetEnableSpeakerDiarization() bool {
1212 func (x *RecognitionConfig) GetDiarizationSpeakerCount() int32 {
1219 func (x *RecognitionConfig) GetDiarizationConfig() *SpeakerDiarizationConfig {
1226 func (x *RecognitionConfig) GetMetadata() *RecognitionMetadata {
1233 func (x *RecognitionConfig) GetModel() string {
1240 func (x *RecognitionConfig) GetUseEnhanced() bool {