Initial project commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PornocopiaVisionMetadataExtractor.Data
|
||||
{
|
||||
public class ComputerVisionResponse
|
||||
{
|
||||
[JsonPropertyName("request_id")]
|
||||
public String RequestID { get; set; }
|
||||
[JsonPropertyName("metadata")]
|
||||
public ComputervisionFaceResult[] Results { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user