Show / Hide Table of Contents

Class ObjectDetectionBoundingBox

ObjectDetectionBoundingBox

Inheritance
System.Object
ObjectDetectionBoundingBox
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ObjectDetectionBoundingBox

Properties

BottomRightX

Horizontal position of the bottom right corner, given as a fraction of the frame width

Declaration
public double? BottomRightX { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

BottomRightY

Vertical position of the bottom right corner, given as a fraction of the frame height

Declaration
public double? BottomRightY { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

TopLeftX

Horizontal position of the top left corner, given as a fraction of the frame width

Declaration
public double? TopLeftX { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

TopLeftY

Vertical position of the top left corner, given as a fraction of the frame height

Declaration
public double? TopLeftY { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX