Non horizontal top area line in doods

I have this doods configuration in home assistant

image_processing:
  - platform: doods
    url: http://192.168.1.123:8080
    detector: default
    scan_interval: 2
    source:
      - entity_id: camera.reolink
    confidence: 59
    area:
        top: 0.25
        covers: 'false'
    labels:
      - name: person
      - name: cat

Do anyone know if its possible to specify two numbers in area.top and make the line non horizontal?