Matcher

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.text.language
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


Match

 

method Match(params t: array of Tag): tuple of (tag: Tag, index: Int64, c: Confidence)

 

(Tag tag, Int64 index, Confidence c) Match(params Tag[] t)

 

func Match(_ t: Tag...) -> (Tag, Int64, Confidence)

 

func Match(t []Tag) tuple of (|name=tag| Tag, |name=index| Int64, |name=c| Confidence)

 

Function Match(ParamArray t As Tag()) As Tuple (Of Tag, Int64, Confidence)

Parameters:

  • t: