Class VideoTextFrame
A text frame.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoTextFrame
Properties
BoundingPolygon
Declaration
[Required(ErrorMessage = "BoundingPolygon is required.")]
[JsonProperty(PropertyName = "boundingPolygon")]
public BoundingPolygon BoundingPolygon { get; set; }
Property Value
Type | Description |
---|---|
BoundingPolygon |
Remarks
Required
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
TimeOffsetMs
Declaration
[Required(ErrorMessage = "TimeOffsetMs is required.")]
[JsonProperty(PropertyName = "timeOffsetMs")]
public int? TimeOffsetMs { get; set; }
Property Value
Type | Description |
---|---|
int? | Time offset(Milliseconds) in the video. |
Remarks
Required