Class AppsCensorImageResponse.Types.Predict
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCensorImageResponse.Types.Predict
- Inheritance
-
AppsCensorImageResponse.Types.Predict
- Inherited Members
Constructors
Predict()
public Predict()
Properties
IsHit
获取或设置置信度结果。
[JsonPropertyName("hit")]
public bool IsHit { get; set; }
Property Value
ModelName
获取或设置置信度模型或标签。
[JsonPropertyName("model_name")]
public string ModelName { get; set; }