Class CaptionResult
Inheritance
CaptionResult
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class CaptionResult : IImageAnalysisTextResult, IImageAnalysisResult
Properties
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonIgnore]
public ImageAnalysisType Type { get; }
Property Value
Implements
Extension Methods