Class VideoLabelSegment
A label segment in a video.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoLabelSegment
Properties
Confidence
Declaration
[Required(ErrorMessage = "Confidence is required.")]
[JsonProperty(PropertyName = "confidence")]
public float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? | The confidence score, between 0 and 1. |
Remarks
Required
VideoSegment
Declaration
[Required(ErrorMessage = "VideoSegment is required.")]
[JsonProperty(PropertyName = "videoSegment")]
public VideoSegment VideoSegment { get; set; }
Property Value
Type | Description |
---|---|
VideoSegment |
Remarks
Required