Interface RecordingStreamThumbnailOptions

Hierarchy

  • RecordingStreamThumbnailOptions

Properties

detectionId?: string
resize?: {
    width?: number;
    height?: number;
    percent?: boolean;
}

Type declaration

  • Optional width?: number
  • Optional height?: number
  • Optional percent?: boolean
crop?: {
    left: number;
    top: number;
    width: number;
    height: number;
    percent?: boolean;
}

Type declaration

  • left: number
  • top: number
  • width: number
  • height: number
  • Optional percent?: boolean

Generated using TypeDoc