Class DocumentKeyValuePair
Inheritance
DocumentKeyValuePair
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentKeyValuePair
Properties
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
[JsonProperty("key")]
public DocumentKeyValueElement Key { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[JsonProperty("value")]
public DocumentKeyValueElement Value { get; set; }
Property Value
Extension Methods