Table of Contents

Struct TypeReaderValue

Namespace
Kook.Commands
Assembly
Kook.Net.Commands.dll

表示一个类型读取器的解析值。

public struct TypeReaderValue
Inherited Members

Constructors

TypeReaderValue(object?, float)

齿梳化一个包含解析值和置信度分数的 TypeReaderValue 结构的新实例。

public TypeReaderValue(object? value, float score)

Parameters

value object

解析的值。

score float

解析的置信度分数。

Properties

Score

获取解析的置信度分数。

public readonly float Score { get; }

Property Value

float

Value

获取解析的值。

public readonly object? Value { get; }

Property Value

object

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string? ToString()

Returns

string

The fully qualified type name.