ClassificationActionResult.Class Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the classification doc results for all docs.
public System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.ClassificationResult> Class { get; }
member this.Class : System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.ClassificationResult>
Public ReadOnly Property Class As IReadOnlyList(Of ClassificationResult)