Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 941 Bytes

class_mip_detailedclassificationresult.md

File metadata and controls

executable file
·
32 lines (23 loc) · 941 Bytes
title description author ms.service ms.topic ms.author ms.date
class DetailedClassificationResult
Documents the detailedclassificationresult::undefined class of the Microsoft Information Protection (MIP) SDK.
msmbaldwin
information-protection
reference
mbaldwin
11/15/2021

class DetailedClassificationResult

Class that contains the result of a classification call on the Execution State.

Summary

Members Descriptions
public int GetConfidenceLevel() const Get the confidence in the result.
public int GetCount() const Get the instance count.

Members

GetConfidenceLevel function

Get the confidence in the result.

Returns: Numerical confidence in count from 0-100.

GetCount function

Get the instance count.

Returns: The instance count.t.