speech

package
v1.134.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InlineCustomClassObservedState_FromProto added in v1.131.0

func InlineCustomClassObservedState_FromProto(mapCtx *direct.MapContext, in *pb.CustomClass) *krm.InlineCustomClassObservedState

func InlineCustomClassObservedState_ToProto added in v1.131.0

func InlineCustomClassObservedState_ToProto(mapCtx *direct.MapContext, in *krm.InlineCustomClassObservedState) *pb.CustomClass

func InlineCustomClass_FromProto added in v1.131.0

func InlineCustomClass_FromProto(mapCtx *direct.MapContext, in *pb.CustomClass) *krm.InlineCustomClass

func InlineCustomClass_ToProto added in v1.131.0

func InlineCustomClass_ToProto(mapCtx *direct.MapContext, in *krm.InlineCustomClass) *pb.CustomClass

func InlinePhraseSetObservedState_FromProto added in v1.131.0

func InlinePhraseSetObservedState_FromProto(mapCtx *direct.MapContext, in *pb.PhraseSet) *krm.InlinePhraseSetObservedState

func InlinePhraseSetObservedState_ToProto added in v1.131.0

func InlinePhraseSetObservedState_ToProto(mapCtx *direct.MapContext, in *krm.InlinePhraseSetObservedState) *pb.PhraseSet

func InlinePhraseSet_FromProto added in v1.131.0

func InlinePhraseSet_FromProto(mapCtx *direct.MapContext, in *pb.PhraseSet) *krm.InlinePhraseSet

func InlinePhraseSet_ToProto added in v1.131.0

func InlinePhraseSet_ToProto(mapCtx *direct.MapContext, in *krm.InlinePhraseSet) *pb.PhraseSet

func NewCustomClassModel added in v1.131.0

func NewCustomClassModel(ctx context.Context, config *config.ControllerConfig) (directbase.Model, error)

func NewPhraseSetModel added in v1.132.0

func NewPhraseSetModel(ctx context.Context, config *config.ControllerConfig) (directbase.Model, error)

func NewRecognizerModel added in v1.132.0

func NewRecognizerModel(ctx context.Context, config *config.ControllerConfig) (directbase.Model, error)

func PhraseSet_Phrase_FromProto

func PhraseSet_Phrase_FromProto(mapCtx *direct.MapContext, in *pb.PhraseSet_Phrase) *krmv1beta1.PhraseSet_Phrase

func PhraseSet_Phrase_ToProto

func PhraseSet_Phrase_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.PhraseSet_Phrase) *pb.PhraseSet_Phrase

func RecognitionConfig_FromProto

func RecognitionConfig_FromProto(mapCtx *direct.MapContext, in *pb.RecognitionConfig) *krmv1beta1.RecognitionConfig

func RecognitionConfig_ToProto

func RecognitionConfig_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.RecognitionConfig) *pb.RecognitionConfig

func SpeechAdaptationObservedState_FromProto

func SpeechAdaptationObservedState_FromProto(mapCtx *direct.MapContext, in *pb.SpeechAdaptation) *krm.SpeechAdaptationObservedState

func SpeechAdaptationObservedState_ToProto

func SpeechAdaptationObservedState_ToProto(mapCtx *direct.MapContext, in *krm.SpeechAdaptationObservedState) *pb.SpeechAdaptation

func SpeechAdaptation_FromProto

func SpeechAdaptation_FromProto(mapCtx *direct.MapContext, in *pb.SpeechAdaptation) *krm.SpeechAdaptation

func SpeechAdaptation_ToProto

func SpeechAdaptation_ToProto(mapCtx *direct.MapContext, in *krm.SpeechAdaptation) *pb.SpeechAdaptation

func SpeechCustomClassObservedState_FromProto added in v1.131.0

func SpeechCustomClassObservedState_FromProto(mapCtx *direct.MapContext, in *pb.CustomClass) *krm.SpeechCustomClassObservedState

func SpeechCustomClassObservedState_ToProto added in v1.131.0

func SpeechCustomClassObservedState_ToProto(mapCtx *direct.MapContext, in *krm.SpeechCustomClassObservedState) *pb.CustomClass

func SpeechCustomClassSpec_FromProto added in v1.131.0

func SpeechCustomClassSpec_FromProto(mapCtx *direct.MapContext, in *pb.CustomClass) *krmv1beta1.SpeechCustomClassSpec

func SpeechCustomClassSpec_ToProto added in v1.131.0

func SpeechCustomClassSpec_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.SpeechCustomClassSpec) *pb.CustomClass

func SpeechPhraseSetObservedState_FromProto added in v1.131.0

func SpeechPhraseSetObservedState_FromProto(mapCtx *direct.MapContext, in *pb.PhraseSet) *krmv1beta1.SpeechPhraseSetObservedState

func SpeechPhraseSetObservedState_ToProto added in v1.131.0

func SpeechPhraseSetObservedState_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.SpeechPhraseSetObservedState) *pb.PhraseSet

func SpeechPhraseSetSpec_FromProto added in v1.131.0

func SpeechPhraseSetSpec_FromProto(mapCtx *direct.MapContext, in *pb.PhraseSet) *krmv1beta1.SpeechPhraseSetSpec

func SpeechPhraseSetSpec_ToProto added in v1.131.0

func SpeechPhraseSetSpec_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.SpeechPhraseSetSpec) *pb.PhraseSet

func SpeechRecognizerObservedState_FromProto

func SpeechRecognizerObservedState_FromProto(mapCtx *direct.MapContext, in *pb.Recognizer) *krm.SpeechRecognizerObservedState

func SpeechRecognizerObservedState_ToProto

func SpeechRecognizerObservedState_ToProto(mapCtx *direct.MapContext, in *krm.SpeechRecognizerObservedState) *pb.Recognizer

func SpeechRecognizerSpec_FromProto

func SpeechRecognizerSpec_FromProto(mapCtx *direct.MapContext, in *pb.Recognizer) *krmv1beta1.SpeechRecognizerSpec

func SpeechRecognizerSpec_ToProto

func SpeechRecognizerSpec_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.SpeechRecognizerSpec) *pb.Recognizer

func TranslationConfig_FromProto

func TranslationConfig_FromProto(mapCtx *direct.MapContext, in *pb.TranslationConfig) *krmv1beta1.TranslationConfig

func TranslationConfig_ToProto

func TranslationConfig_ToProto(mapCtx *direct.MapContext, in *krmv1beta1.TranslationConfig) *pb.TranslationConfig

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL