Lines Matching defs:RecognitionConfig

887 type RecognitionConfig struct {  struct
888 state protoimpl.MessageState
889 sizeCache protoimpl.SizeCache
890 unknownFields protoimpl.UnknownFields
895 …oto3,enum=google.cloud.speech.v1p1beta1.RecognitionConfig_AudioEncoding" json:"encoding,omitempty"`
903 …arint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"`
913 …7,opt,name=audio_channel_count,json=audioChannelCount,proto3" json:"audio_channel_count,omitempty"`
920 …_channel,json=enableSeparateRecognitionPerChannel,proto3" json:"enable_separate_recognition_per_ch…
927 …`protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
940 …e_language_codes,json=alternativeLanguageCodes,proto3" json:"alternative_language_codes,omitempty"`
947 …"varint,4,opt,name=max_alternatives,json=maxAlternatives,proto3" json:"max_alternatives,omitempty"`
952 …"varint,5,opt,name=profanity_filter,json=profanityFilter,proto3" json:"profanity_filter,omitempty"`
958 …tion *SpeechAdaptation `protobuf:"bytes,20,opt,name=adaptation,proto3" json:"adaptation,omitempty"`
964 …buf:"bytes,6,rep,name=speech_contexts,json=speechContexts,proto3" json:"speech_contexts,omitempty"`
969 …ble_word_time_offsets,json=enableWordTimeOffsets,proto3" json:"enable_word_time_offsets,omitempty"`
973 …e=enable_word_confidence,json=enableWordConfidence,proto3" json:"enable_word_confidence,omitempty"`
978 …_punctuation,json=enableAutomaticPunctuation,proto3" json:"enable_automatic_punctuation,omitempty"`
986 …spoken_punctuation,json=enableSpokenPunctuation,proto3" json:"enable_spoken_punctuation,omitempty"`
992 …pt,name=enable_spoken_emojis,json=enableSpokenEmojis,proto3" json:"enable_spoken_emojis,omitempty"`
999 …aker_diarization,json=enableSpeakerDiarization,proto3" json:"enable_speaker_diarization,omitempty"`
1005 …tion_speaker_count,json=diarizationSpeakerCount,proto3" json:"diarization_speaker_count,omitempty"`
1014 …,19,opt,name=diarization_config,json=diarizationConfig,proto3" json:"diarization_config,omitempty"`
1016 …tadata *RecognitionMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
1049 Model string `protobuf:"bytes,13,opt,name=model,proto3" json:"model,omitempty"`
1058 … `protobuf:"varint,14,opt,name=use_enhanced,json=useEnhanced,proto3" json:"use_enhanced,omitempty"`
1061 func (x *RecognitionConfig) Reset() {
1070 func (x *RecognitionConfig) String() string {
1074 func (*RecognitionConfig) ProtoMessage() {}
1076 func (x *RecognitionConfig) ProtoReflect() protoreflect.Message {
1089 func (*RecognitionConfig) Descriptor() ([]byte, []int) {
1093 func (x *RecognitionConfig) GetEncoding() RecognitionConfig_AudioEncoding {
1100 func (x *RecognitionConfig) GetSampleRateHertz() int32 {
1107 func (x *RecognitionConfig) GetAudioChannelCount() int32 {
1114 func (x *RecognitionConfig) GetEnableSeparateRecognitionPerChannel() bool {
1121 func (x *RecognitionConfig) GetLanguageCode() string {
1128 func (x *RecognitionConfig) GetAlternativeLanguageCodes() []string {
1135 func (x *RecognitionConfig) GetMaxAlternatives() int32 {
1142 func (x *RecognitionConfig) GetProfanityFilter() bool {
1149 func (x *RecognitionConfig) GetAdaptation() *SpeechAdaptation {
1156 func (x *RecognitionConfig) GetSpeechContexts() []*SpeechContext {
1163 func (x *RecognitionConfig) GetEnableWordTimeOffsets() bool {
1170 func (x *RecognitionConfig) GetEnableWordConfidence() bool {
1177 func (x *RecognitionConfig) GetEnableAutomaticPunctuation() bool {
1184 func (x *RecognitionConfig) GetEnableSpokenPunctuation() *wrapperspb.BoolValue {
1191 func (x *RecognitionConfig) GetEnableSpokenEmojis() *wrapperspb.BoolValue {
1199 func (x *RecognitionConfig) GetEnableSpeakerDiarization() bool {
1207 func (x *RecognitionConfig) GetDiarizationSpeakerCount() int32 {
1214 func (x *RecognitionConfig) GetDiarizationConfig() *SpeakerDiarizationConfig {
1221 func (x *RecognitionConfig) GetMetadata() *RecognitionMetadata {
1228 func (x *RecognitionConfig) GetModel() string {
1235 func (x *RecognitionConfig) GetUseEnhanced() bool {