json copying
debugging overlay
This commit is contained in:
@@ -37,5 +37,6 @@ public class TruthActor
|
||||
/// Gets the list of [start_sec, end_sec] windows during which the actor is on screen.
|
||||
/// </summary>
|
||||
[JsonPropertyName("scenes")]
|
||||
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
|
||||
public Collection<double[]> Scenes { get; } = new();
|
||||
}
|
||||
|
||||
@@ -37,5 +37,6 @@ public class TruthFile
|
||||
/// Gets the list of actors detected in the film, each with their on-screen scene windows.
|
||||
/// </summary>
|
||||
[JsonPropertyName("actors")]
|
||||
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
|
||||
public Collection<TruthActor> Actors { get; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user