basic

package module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

README

Baidu Reviewer

Baidu Content Audit Platform is a service platform for intelligent auditing of multimedia content. It can be used to filter spam.

Config

  • api_key: Baidu App's API key
  • secret_key: Baidu App's Secret Key

Document

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Info embed.FS

Functions

This section is empty.

Types

type Reviewer

type Reviewer struct {
	Config *ReviewerConfig
}

func (*Reviewer) ConfigFields

func (r *Reviewer) ConfigFields() []plugin.ConfigField

func (*Reviewer) ConfigReceiver

func (r *Reviewer) ConfigReceiver(config []byte) error

func (*Reviewer) Info

func (r *Reviewer) Info() plugin.Info

func (*Reviewer) Review

func (r *Reviewer) Review(content *plugin.ReviewContent) (result *plugin.ReviewResult)

type ReviewerConfig

type ReviewerConfig struct {
	APIKey        string `json:"api_key"`
	SecretKey     string `json:"secret_key"`
	SpamFiltering string `json:"span_filtering"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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