Class VideoLabel
Detected label in a video.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoLabel
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Detected label name. |
Remarks
Required
Segments
Declaration
[Required(ErrorMessage = "Segments is required.")]
[JsonProperty(PropertyName = "segments")]
public List<VideoLabelSegment> Segments { get; set; }
Property Value
Type | Description |
---|---|
List<VideoLabelSegment> | Label segments in a video. |
Remarks
Required