# Class PoseTrackingMetadata
Namespace: [Aeon.Vision.Sleap](Aeon.Vision.Sleap.md)
Assembly: Aeon.Vision.Sleap.dll
```csharp
public class PoseTrackingMetadata
```
#### Inheritance
[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[PoseTrackingMetadata](Aeon.Vision.Sleap.PoseTrackingMetadata.md)
#### Inherited Members
[object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)),
[object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)),
[object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)
## Properties
### LogName
```csharp
public string LogName { get; }
```
#### Property Value
[string](https://learn.microsoft.com/dotnet/api/system.string)
### ModelFileName
```csharp
public string ModelFileName { get; }
```
#### Property Value
[string](https://learn.microsoft.com/dotnet/api/system.string)
### TrainingConfig
```csharp
public string TrainingConfig { get; }
```
#### Property Value
[string](https://learn.microsoft.com/dotnet/api/system.string)
## Methods
### ToString\(\)
Returns a string that represents the current object.
```csharp
public override string ToString()
```
#### Returns
[string](https://learn.microsoft.com/dotnet/api/system.string)
A string that represents the current object.