ObjectDetectionTransformer Class
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.
public class ObjectDetectionTransformer : Microsoft.ML.Data.RowToRowTransformerBase, IDisposable
type ObjectDetectionTransformer = class
inherit RowToRowTransformerBase
interface IDisposable
Public Class ObjectDetectionTransformer
Inherits RowToRowTransformerBase
Implements IDisposable
- Inheritance
- Implements
Fields
ConfidenceColumn | |
LabelColumn | |
PredictedBoundingBoxColumn | |
PredictedLabelColumnName |
Methods
Dispose() | |
Dispose(Boolean) | |
Finalize() | |
GetOutputSchema(DataViewSchema) | (Inherited from RowToRowTransformerBase) |
GetOutputSchema(SchemaShape) | |
Transform(IDataView) | (Inherited from RowToRowTransformerBase) |