record

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 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 Record

type Record struct {
	DataSet         string              `json:"dataSet"`
	Index           int                 `json:"index"`
	EditDistance    int                 `json:"editDistance,omitempty"`
	ID              string              `json:"id,omitempty"`
	Name            string              `json:"name"`
	ParsingQuality  int                 `json:"parsingQuality"`
	Cardinality     int                 `json:"cardinality,omitempty"`
	CanonicalSimple string              `json:"canonicalSimple,omitempty"`
	CanonicalFull   string              `json:"canonicalFull,omitempty"`
	Authors         []string            `json:"authors,omitempty"`
	Year            int                 `json:"year,omitempty"`
	Family          string              `json:"family,omitempty"`
	MatchType       vlib.MatchTypeValue `json:"matchType,omitempty"`
	Score           float64             `json:"score,omitempty"`
	ScoreDetails    *vlib.ScoreDetails  `json:"scoreDetails,omitempty"`
	parsed.Parsed   `json:"-"`
}

Jump to

Keyboard shortcuts

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