vtt

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntentGraphRequest

type IntentGraphRequest struct {
	Time       time.Time
	Stream     pb.ChipperGrpc_StreamingIntentGraphServer
	Device     string
	Session    string
	LangString string
	FirstReq   *pb.StreamingIntentGraphRequest
	AudioCodec pb.AudioEncoding

	// KnowledgeGraph specific
	Mode pb.RobotMode
}

IntentGraphRequest is the necessary request type for VTT intent processors

type IntentGraphResponse

type IntentGraphResponse struct {
	Intent   *pb.IntentGraphResponse
	Params   string
	Duration *time.Duration
}

IntentGraphResponse is the response type VTT intent processors

type IntentRequest

type IntentRequest struct {
	Time       time.Time
	Stream     pb.ChipperGrpc_StreamingIntentServer
	Device     string
	Session    string
	LangString string
	FirstReq   *pb.StreamingIntentRequest
	AudioCodec pb.AudioEncoding
}

IntentRequest is the necessary request type for VTT intent processors

type IntentResponse

type IntentResponse struct {
	Intent   *pb.IntentResponse
	Params   string
	Duration *time.Duration
}

IntentResponse is the response type VTT intent processors

type KnowledgeGraphRequest

type KnowledgeGraphRequest struct {
	Time       time.Time
	Stream     pb.ChipperGrpc_StreamingKnowledgeGraphServer
	Device     string
	Session    string
	LangString string
	FirstReq   *pb.StreamingKnowledgeGraphRequest
	Mode       pb.RobotMode
	AudioCodec pb.AudioEncoding
}

KnowledgeGraphRequest is the necessary request type for VTT knowledge graph processors

type KnowledgeGraphResponse

type KnowledgeGraphResponse struct {
	Intent   *pb.KnowledgeGraphResponse
	Params   string
	Duration *time.Duration
}

KnowledgeGraphResponse is the response type VTT knowledge graph processors

Jump to

Keyboard shortcuts

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