Represents a summary of statistics for a completed analysis of a structured analytics set.
Inheritance Hierarchy
Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status.JobResults
Namespace: Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status
Assembly: Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The JobResults type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobResults | Initializes a new instance of the JobResults class |
Properties
Name | Description | |
---|---|---|
![]() | DocumentsAnalyzed |
Gets the total number of documents analyzed.
|
![]() | EmailThreadingStatistics |
Gets the statistics for a completed email threading analysis.
|
![]() | NameNormalizationStatistics |
Gets the statistics for a completed name normalization analysis.
|
![]() | TextualNearDuplicatesStatistics |
Gets the statistics for a completed textual near duplication analysis.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also