Documentation
¶
Index ¶
- type HotwordDetectedResult
- type HotwordDetectionServiceFailure
- type HotwordRejectedResult
- type IMicrophoneHotwordDetectionVoiceInteractionCallback
- type IVisualQueryDetectionVoiceInteractionCallback
- type IVoiceInteractionSession
- type SoundTriggerFailure
- type VisibleActivityInfo
- type VisualQueryAttentionResult
- type VisualQueryDetectedResult
- type VisualQueryDetectionServiceFailure
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HotwordDetectedResult ¶
type HotwordDetectedResult struct {
Flg int32
SpeakerId int32
ConfidenceLevel int32
HotwordOffsetMillis int32
HotwordDurationMillis int32
AudioChannel int32
Score int32
PersonalizedScore int32
HotwordPhraseId int32
BackgroundAudioPower int32
}
func (*HotwordDetectedResult) MarshalParcel ¶
func (s *HotwordDetectedResult) MarshalParcel( p *parcel.Parcel, ) error
func (*HotwordDetectedResult) UnmarshalParcel ¶
func (s *HotwordDetectedResult) UnmarshalParcel( p *parcel.Parcel, ) error
type HotwordDetectionServiceFailure ¶
func (*HotwordDetectionServiceFailure) MarshalParcel ¶
func (s *HotwordDetectionServiceFailure) MarshalParcel( p *parcel.Parcel, ) error
func (*HotwordDetectionServiceFailure) UnmarshalParcel ¶
func (s *HotwordDetectionServiceFailure) UnmarshalParcel( p *parcel.Parcel, ) error
type HotwordRejectedResult ¶
type HotwordRejectedResult struct {
ConfidenceLevel int32
}
func (*HotwordRejectedResult) MarshalParcel ¶
func (s *HotwordRejectedResult) MarshalParcel( p *parcel.Parcel, ) error
func (*HotwordRejectedResult) UnmarshalParcel ¶
func (s *HotwordRejectedResult) UnmarshalParcel( p *parcel.Parcel, ) error
type SoundTriggerFailure ¶
func (*SoundTriggerFailure) MarshalParcel ¶
func (s *SoundTriggerFailure) MarshalParcel( p *parcel.Parcel, ) error
func (*SoundTriggerFailure) UnmarshalParcel ¶
func (s *SoundTriggerFailure) UnmarshalParcel( p *parcel.Parcel, ) error
type VisibleActivityInfo ¶
type VisibleActivityInfo struct {
TaskId int32
}
func (*VisibleActivityInfo) MarshalParcel ¶
func (s *VisibleActivityInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*VisibleActivityInfo) UnmarshalParcel ¶
func (s *VisibleActivityInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type VisualQueryAttentionResult ¶
func (*VisualQueryAttentionResult) MarshalParcel ¶
func (s *VisualQueryAttentionResult) MarshalParcel( p *parcel.Parcel, ) error
func (*VisualQueryAttentionResult) UnmarshalParcel ¶
func (s *VisualQueryAttentionResult) UnmarshalParcel( p *parcel.Parcel, ) error
type VisualQueryDetectedResult ¶
func (*VisualQueryDetectedResult) MarshalParcel ¶
func (s *VisualQueryDetectedResult) MarshalParcel( p *parcel.Parcel, ) error
func (*VisualQueryDetectedResult) UnmarshalParcel ¶
func (s *VisualQueryDetectedResult) UnmarshalParcel( p *parcel.Parcel, ) error
type VisualQueryDetectionServiceFailure ¶
func (*VisualQueryDetectionServiceFailure) MarshalParcel ¶
func (s *VisualQueryDetectionServiceFailure) MarshalParcel( p *parcel.Parcel, ) error
func (*VisualQueryDetectionServiceFailure) UnmarshalParcel ¶
func (s *VisualQueryDetectionServiceFailure) UnmarshalParcel( p *parcel.Parcel, ) error
Source Files
¶
- hotworddetectedresult.go
- hotworddetectionservicefailure.go
- hotwordrejectedresult.go
- imicrophonehotworddetectionvoiceinteractioncallback.go
- ivisualquerydetectionvoiceinteractioncallback.go
- ivoiceinteractionsession.go
- soundtriggerfailure.go
- visibleactivityinfo.go
- visualqueryattentionresult.go
- visualquerydetectedresult.go
- visualquerydetectionservicefailure.go
Click to show internal directories.
Click to hide internal directories.