Interface IDatasetHandle
Interface that represents a dataset handler
Namespace: UnityEngine.Perception.GroundTruth
Assembly: Unity.Perception.Runtime.dll
Syntax
public interface IDatasetHandle
Properties
Id
Id of dataset handler
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Methods
IsValid()
Checks if dataset handler is valid
Declaration
bool IsValid()
Returns
Type | Description |
---|---|
bool | True is handler valid, False is handler is not valid |