diff --git a/classes/_octra_annotation.AnnotJSONConverter.html b/classes/_octra_annotation.AnnotJSONConverter.html index b6d764fb3..0953d5fb6 100644 --- a/classes/_octra_annotation.AnnotJSONConverter.html +++ b/classes/_octra_annotation.AnnotJSONConverter.html @@ -1,4 +1,4 @@ -AnnotJSONConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

constructor +AnnotJSONConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

Properties

_application _conversion _encoding @@ -20,13 +20,13 @@

Methods

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_name: OctraAnnotationFormatType = 'AnnotJSON'
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    +

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_name: OctraAnnotationFormatType = 'AnnotJSON'
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

    +

Returns ExportResult

Returns ImportResult

\ No newline at end of file +

Returns any

\ No newline at end of file diff --git a/classes/_octra_annotation.BundleJSONConverter.html b/classes/_octra_annotation.BundleJSONConverter.html index ecbb36a96..16789a6ab 100644 --- a/classes/_octra_annotation.BundleJSONConverter.html +++ b/classes/_octra_annotation.BundleJSONConverter.html @@ -1,4 +1,4 @@ -BundleJSONConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

constructor +BundleJSONConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

Properties

_application _conversion _encoding @@ -20,14 +20,14 @@

Methods

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_name: OctraAnnotationFormatType = 'BundleJSON'
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    +

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_name: OctraAnnotationFormatType = 'BundleJSON'
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

    +

Returns ExportResult

Returns ImportResult

\ No newline at end of file +

Returns any

\ No newline at end of file diff --git a/classes/_octra_annotation.CTMConverter.html b/classes/_octra_annotation.CTMConverter.html index a61ac85aa..d1f21acd1 100644 --- a/classes/_octra_annotation.CTMConverter.html +++ b/classes/_octra_annotation.CTMConverter.html @@ -1,4 +1,4 @@ -CTMConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

constructor +CTMConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

Properties

_application _conversion _encoding @@ -20,16 +20,16 @@

Methods

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    +

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

    +

Returns ExportResult

Returns ImportResult

\ No newline at end of file +

Returns any

\ No newline at end of file diff --git a/classes/_octra_annotation.Converter.html b/classes/_octra_annotation.Converter.html index 5f7c75bbc..9b13240c4 100644 --- a/classes/_octra_annotation.Converter.html +++ b/classes/_octra_annotation.Converter.html @@ -1,4 +1,4 @@ -Converter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

constructor +Converter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

Properties

_application _conversion _encoding @@ -20,16 +20,16 @@

Methods

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    +

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    Parameters

    • annotation: OAnnotJSON

      the AnnotJSON

    • audiofile: OAudiofile

      information about the audio file

    • Optional levelnum: number

      the level number for export returns resulted file or error.

      -

    Returns ExportResult

  • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

    +

Returns ExportResult

Returns ImportResult

\ No newline at end of file +

Returns any

\ No newline at end of file diff --git a/classes/_octra_annotation.ELANConverter.html b/classes/_octra_annotation.ELANConverter.html index f6ffb09d8..17bdc06f4 100644 --- a/classes/_octra_annotation.ELANConverter.html +++ b/classes/_octra_annotation.ELANConverter.html @@ -1,4 +1,4 @@ -ELANConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

constructor +ELANConverter | Octra libraries - v2.0.0

Hierarchy (view full)

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

    +

Constructors

Properties

_application: string = ''
_conversion: {
    export: boolean;
    import: boolean;
} = ...

Type declaration

  • export: boolean
  • import: boolean
_encoding: string = ''
_extension: string = ''
_multitiers: boolean = true
_notice: string = ''
_website: {
    title: string;
    url: string;
} = ...

Type declaration

  • title: string
  • url: string
defaultImportOptions: any
options: any

Accessors

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean
  • get website(): {
        title: string;
        url: string;
    }
  • Returns {
        title: string;
        url: string;
    }

    • title: string
    • url: string

Methods

  • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

    +

Returns ExportResult

Returns ImportResult

\ No newline at end of file +

Returns any

\ No newline at end of file diff --git a/classes/_octra_annotation.Link.html b/classes/_octra_annotation.Link.html index 8f7b89976..7fb72de97 100644 --- a/classes/_octra_annotation.Link.html +++ b/classes/_octra_annotation.Link.html @@ -1,4 +1,4 @@ -Link | Octra libraries - v2.0.0

Implements

Constructors

constructor +Link | Octra libraries - v2.0.0

Implements

Constructors

Properties

Constructors

Properties

fromID: number
toID: number
\ No newline at end of file +

Constructors

Properties

fromID: number
toID: number
\ No newline at end of file diff --git a/classes/_octra_annotation.OAnnotJSON.html b/classes/_octra_annotation.OAnnotJSON.html index 440e5e517..5550686cc 100644 --- a/classes/_octra_annotation.OAnnotJSON.html +++ b/classes/_octra_annotation.OAnnotJSON.html @@ -1,4 +1,4 @@ -OAnnotJSON | Octra libraries - v2.0.0

Implements

Constructors

constructor +OAnnotJSON | Octra libraries - v2.0.0

Implements

Constructors

Properties

annotates levels links @@ -11,5 +11,5 @@ deserialize

Constructors

  • initiates a new AnnotJSON object

    Parameters

    • annotates: string
    • name: string

      file name WITHOUT extension

      -
    • sampleRate: number
    • Optional levels: ILevel[]
    • Optional links: ILink[]

    Returns OAnnotJSON

Properties

annotates: string = ''
levels: OAnyLevel<OSegment>[] = []
links: OLink[] = []
name: string = ''

name of the annotation file WITHOUT extension

-
sampleRate: number

Accessors

Methods

\ No newline at end of file +
  • sampleRate: number
  • Optional levels: ILevel[]
  • Optional links: ILink[]
  • Returns OAnnotJSON

    Properties

    annotates: string = ''
    levels: OAnyLevel<OSegment>[] = []
    links: OLink[] = []
    name: string = ''

    name of the annotation file WITHOUT extension

    +
    sampleRate: number

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OEvent.html b/classes/_octra_annotation.OEvent.html index 0e52f4bf0..44d13804d 100644 --- a/classes/_octra_annotation.OEvent.html +++ b/classes/_octra_annotation.OEvent.html @@ -1,4 +1,4 @@ -OEvent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OEvent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    samplePoint: number
    type: "segment" | "event" | "item" = 'event'

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    samplePoint: number
    type: "segment" | "event" | "item" = 'event'

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OEventLevel.html b/classes/_octra_annotation.OEventLevel.html index 644fb9ee2..e39cdac4f 100644 --- a/classes/_octra_annotation.OEventLevel.html +++ b/classes/_octra_annotation.OEventLevel.html @@ -1,4 +1,4 @@ -OEventLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OEventLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    items: OEvent[]
    name: string = ''

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    items: OEvent[]
    name: string = ''

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OItem.html b/classes/_octra_annotation.OItem.html index a60666e35..21788184e 100644 --- a/classes/_octra_annotation.OItem.html +++ b/classes/_octra_annotation.OItem.html @@ -1,4 +1,4 @@ -OItem | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OItem | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    type: "segment" | "event" | "item" = 'item'

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    type: "segment" | "event" | "item" = 'item'

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OItemLevel.html b/classes/_octra_annotation.OItemLevel.html index ebadf1d1e..bfa431ab6 100644 --- a/classes/_octra_annotation.OItemLevel.html +++ b/classes/_octra_annotation.OItemLevel.html @@ -1,4 +1,4 @@ -OItemLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OItemLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    items: OItem[]
    name: string = ''

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    items: OItem[]
    name: string = ''

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OLabel.html b/classes/_octra_annotation.OLabel.html index 5705ec9b7..35eb5f7ed 100644 --- a/classes/_octra_annotation.OLabel.html +++ b/classes/_octra_annotation.OLabel.html @@ -1,7 +1,7 @@ -OLabel | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +OLabel | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = ''
    value: string = ''

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    name: string = ''
    value: string = ''

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OLevel.html b/classes/_octra_annotation.OLevel.html index 60dff5a2c..20a7b815e 100644 --- a/classes/_octra_annotation.OLevel.html +++ b/classes/_octra_annotation.OLevel.html @@ -1,8 +1,8 @@ -OLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    items: T[]
    name: string = ''

    Methods

    • Parameters

      • index: number

      Returns undefined | T

    • Parameters

      • index: number

      Returns undefined | T

    \ No newline at end of file +

    Constructors

    Properties

    items: T[]
    name: string = ''

    Methods

    • Parameters

      • index: number

      Returns undefined | T

    • Parameters

      • index: number

      Returns undefined | T

    \ No newline at end of file diff --git a/classes/_octra_annotation.OLink.html b/classes/_octra_annotation.OLink.html index 06efda6fb..6553745ba 100644 --- a/classes/_octra_annotation.OLink.html +++ b/classes/_octra_annotation.OLink.html @@ -1,8 +1,8 @@ -OLink | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +OLink | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    fromID: number
    toID: number

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    fromID: number
    toID: number

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OSegment.html b/classes/_octra_annotation.OSegment.html index e45fb8b9f..139453fc1 100644 --- a/classes/_octra_annotation.OSegment.html +++ b/classes/_octra_annotation.OSegment.html @@ -1,4 +1,4 @@ -OSegment | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OSegment | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    sampleDur: number = 0
    sampleStart: number = 0
    type: "segment" | "event" | "item" = 'item'

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    id: number = 0
    labels: OLabel[]
    sampleDur: number = 0
    sampleStart: number = 0
    type: "segment" | "event" | "item" = 'item'

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OSegmentLevel.html b/classes/_octra_annotation.OSegmentLevel.html index c38070b44..80d748502 100644 --- a/classes/_octra_annotation.OSegmentLevel.html +++ b/classes/_octra_annotation.OSegmentLevel.html @@ -1,4 +1,4 @@ -OSegmentLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OSegmentLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    items: T[]
    name: string = ''

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    items: T[]
    name: string = ''

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotation.html b/classes/_octra_annotation.OctraAnnotation.html index e5ef9ddf1..ec34952ab 100644 --- a/classes/_octra_annotation.OctraAnnotation.html +++ b/classes/_octra_annotation.OctraAnnotation.html @@ -1,4 +1,4 @@ -OctraAnnotation | Octra libraries - v2.0.0

    Type Parameters

    Constructors

    constructor +OctraAnnotation | Octra libraries - v2.0.0

    Type Parameters

    Constructors

    Properties

    _idCounters: {
        item: number;
        level: number;
        link: number;
    } = ...

    Type declaration

    • item: number
    • level: number
    • link: number
    _levels: OctraAnnotationAnyLevel<T>[] = []
    _links: OctraAnnotationLink[] = []
    _selectedLevelIndex?: number

    Accessors

    • get idCounters(): {
          item: number;
          level: number;
          link: number;
      }
    • Returns {
          item: number;
          level: number;
          link: number;
      }

      • item: number
      • level: number
      • link: number
    • get selectedLevelIndex(): undefined | number
    • Returns undefined | number

    Methods

    • Parameters

      • fromID: number
      • toID: number

      Returns void

    • Parameters

      • segmentIndexStart: number
      • segmentIndexEnd: number
      • breakMarker: string

      Returns void

    \ No newline at end of file +

    Constructors

    Properties

    _idCounters: {
        item: number;
        level: number;
        link: number;
    } = ...

    Type declaration

    • item: number
    • level: number
    • link: number
    _levels: OctraAnnotationAnyLevel<T>[] = []
    _links: OctraAnnotationLink[] = []
    _selectedLevelIndex?: number

    Accessors

    • get idCounters(): {
          item: number;
          level: number;
          link: number;
      }
    • Returns {
          item: number;
          level: number;
          link: number;
      }

      • item: number
      • level: number
      • link: number
    • get selectedLevelIndex(): undefined | number
    • Returns undefined | number

    Methods

    • Parameters

      • fromID: number
      • toID: number

      Returns void

    • Parameters

      • segmentIndexStart: number
      • segmentIndexEnd: number
      • breakMarker: string

      Returns void

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationEvent.html b/classes/_octra_annotation.OctraAnnotationEvent.html index 2f6292d77..1145c282d 100644 --- a/classes/_octra_annotation.OctraAnnotationEvent.html +++ b/classes/_octra_annotation.OctraAnnotationEvent.html @@ -1,4 +1,4 @@ -OctraAnnotationEvent | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +OctraAnnotationEvent | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    Constructors

    Properties

    id: number
    labels: OLabel[] = []
    samplePoint: SampleUnit
    type: "segment" | "event" | "item" = 'event'

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    id: number
    labels: OLabel[] = []
    samplePoint: SampleUnit
    type: "segment" | "event" | "item" = 'event'

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationEventLevel.html b/classes/_octra_annotation.OctraAnnotationEventLevel.html index 691fe69c8..6a3b36c12 100644 --- a/classes/_octra_annotation.OctraAnnotationEventLevel.html +++ b/classes/_octra_annotation.OctraAnnotationEventLevel.html @@ -1,4 +1,4 @@ -OctraAnnotationEventLevel | Octra libraries - v2.0.0

    Constructors

    constructor +OctraAnnotationEventLevel | Octra libraries - v2.0.0

    Constructors

    Properties

    Constructors

    Properties

    id: number
    name: string
    type: AnnotationLevelType = AnnotationLevelType.EVENT

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    id: number
    name: string
    type: AnnotationLevelType = AnnotationLevelType.EVENT

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationItemLevel.html b/classes/_octra_annotation.OctraAnnotationItemLevel.html index 96fb1eb28..023abc6a8 100644 --- a/classes/_octra_annotation.OctraAnnotationItemLevel.html +++ b/classes/_octra_annotation.OctraAnnotationItemLevel.html @@ -1,4 +1,4 @@ -OctraAnnotationItemLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +OctraAnnotationItemLevel | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    _id: number
    level: OItemLevel

    Accessors

    • get name(): string
    • Returns string

    • set name(value): void
    • Parameters

      • value: string

      Returns void

    • get sortorder(): number
    • Returns number

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    level: OItemLevel

    Accessors

    • get name(): string
    • Returns string

    • set name(value): void
    • Parameters

      • value: string

      Returns void

    • get sortorder(): number
    • Returns number

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationLevel.html b/classes/_octra_annotation.OctraAnnotationLevel.html index dd30f6313..b89ff4f4c 100644 --- a/classes/_octra_annotation.OctraAnnotationLevel.html +++ b/classes/_octra_annotation.OctraAnnotationLevel.html @@ -1,4 +1,4 @@ -OctraAnnotationLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +OctraAnnotationLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    _id: number
    _sortorder: number = 0
    level: T

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    _sortorder: number = 0
    level: T

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationLink.html b/classes/_octra_annotation.OctraAnnotationLink.html index c16250c38..64865b2e3 100644 --- a/classes/_octra_annotation.OctraAnnotationLink.html +++ b/classes/_octra_annotation.OctraAnnotationLink.html @@ -1,7 +1,7 @@ -OctraAnnotationLink | Octra libraries - v2.0.0

    Constructors

    constructor +OctraAnnotationLink | Octra libraries - v2.0.0

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _id: number
    _link: OLink

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    _link: OLink

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationSegment.html b/classes/_octra_annotation.OctraAnnotationSegment.html index 96e0bda6c..8f0430fd1 100644 --- a/classes/_octra_annotation.OctraAnnotationSegment.html +++ b/classes/_octra_annotation.OctraAnnotationSegment.html @@ -1,4 +1,4 @@ -OctraAnnotationSegment | Octra libraries - v2.0.0

    Type Parameters

    Implements

    Constructors

    constructor +OctraAnnotationSegment | Octra libraries - v2.0.0

    Type Parameters

    Implements

    Constructors

    Properties

    _id: number
    context?: T
    labels: OLabel[]
    type: "segment" | "event" | "item" = 'segment'

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    context?: T
    labels: OLabel[]
    type: "segment" | "event" | "item" = 'segment'

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.OctraAnnotationSegmentLevel.html b/classes/_octra_annotation.OctraAnnotationSegmentLevel.html index 7e097766c..8b66d4ed2 100644 --- a/classes/_octra_annotation.OctraAnnotationSegmentLevel.html +++ b/classes/_octra_annotation.OctraAnnotationSegmentLevel.html @@ -1,4 +1,4 @@ -OctraAnnotationSegmentLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +OctraAnnotationSegmentLevel | Octra libraries - v2.0.0

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    _id: number
    level: OLevel<T>

    Accessors

    • get name(): string
    • Returns string

    • set name(value): void
    • Parameters

      • value: string

      Returns void

    • get sortorder(): number
    • Returns number

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    level: OLevel<T>

    Accessors

    • get name(): string
    • Returns string

    • set name(value): void
    • Parameters

      • value: string

      Returns void

    • get sortorder(): number
    • Returns number

    Methods

    \ No newline at end of file diff --git a/classes/_octra_annotation.PartiturConverter.html b/classes/_octra_annotation.PartiturConverter.html index 3ecb24edd..096d4c091 100644 --- a/classes/_octra_annotation.PartiturConverter.html +++ b/classes/_octra_annotation.PartiturConverter.html @@ -1,4 +1,4 @@ -PartiturConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +PartiturConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application _conversion _encoding @@ -20,16 +20,16 @@

    Methods

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'BASPartitur'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'BASPartitur'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.PraatTableConverter.html b/classes/_octra_annotation.PraatTableConverter.html index 9105a317c..1391dd561 100644 --- a/classes/_octra_annotation.PraatTableConverter.html +++ b/classes/_octra_annotation.PraatTableConverter.html @@ -1,4 +1,4 @@ -PraatTableConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +PraatTableConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application _conversion _encoding @@ -20,13 +20,13 @@

    Methods

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'PraatTextTable'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'PraatTextTable'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.PraatTextgridConverter.html b/classes/_octra_annotation.PraatTextgridConverter.html index 5e175a521..eb5e821c8 100644 --- a/classes/_octra_annotation.PraatTextgridConverter.html +++ b/classes/_octra_annotation.PraatTextgridConverter.html @@ -1,4 +1,4 @@ -PraatTextgridConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +PraatTextgridConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application _conversion _encoding @@ -20,14 +20,14 @@

    Methods

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'TextGrid'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'TextGrid'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.SRTConverter.html b/classes/_octra_annotation.SRTConverter.html index 67b2d4b8a..8d1dd6139 100644 --- a/classes/_octra_annotation.SRTConverter.html +++ b/classes/_octra_annotation.SRTConverter.html @@ -1,4 +1,4 @@ -SRTConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +SRTConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: SRTConverterImportOptions = ...
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: SRTConverterImportOptions = ...
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.SRTConverterImportOptions.html b/classes/_octra_annotation.SRTConverterImportOptions.html index 372de1cd8..c7c11b57d 100644 --- a/classes/_octra_annotation.SRTConverterImportOptions.html +++ b/classes/_octra_annotation.SRTConverterImportOptions.html @@ -1,5 +1,5 @@ -SRTConverterImportOptions | Octra libraries - v2.0.0

    Constructors

    constructor +SRTConverterImportOptions | Octra libraries - v2.0.0

    Constructors

    Properties

    combineSegmentsWithSameSpeakerThreshold?: number
    sortSpeakerSegments: boolean = false
    speakerIdentifierPattern?: string
    \ No newline at end of file +

    Constructors

    Properties

    combineSegmentsWithSameSpeakerThreshold?: number
    sortSpeakerSegments: boolean = false
    speakerIdentifierPattern?: string
    \ No newline at end of file diff --git a/classes/_octra_annotation.TextConverter.html b/classes/_octra_annotation.TextConverter.html index 2e77370b0..c1c69293a 100644 --- a/classes/_octra_annotation.TextConverter.html +++ b/classes/_octra_annotation.TextConverter.html @@ -1,4 +1,4 @@ -TextConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +TextConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'PlainText'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: {
        showTimestampSamples: boolean;
        showTimestampString: boolean;
    } = ...

    Type declaration

    • showTimestampSamples: boolean
    • showTimestampString: boolean

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • transforms milliseconds to time string

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'PlainText'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: {
        showTimestampSamples: boolean;
        showTimestampString: boolean;
    } = ...

    Type declaration

    • showTimestampSamples: boolean
    • showTimestampString: boolean

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • transforms milliseconds to time string

      Parameters

      • value: number

        number or milliseconds

        -
      • Optional args: {
            maxDuration?: number;
            showHour?: boolean;
            showMilliSeconds?: boolean;
        }
        • Optional maxDuration?: number
        • Optional showHour?: boolean
        • Optional showMilliSeconds?: boolean

      Returns string

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +
    • Optional args: {
          maxDuration?: number;
          showHour?: boolean;
          showMilliSeconds?: boolean;
      }
      • Optional maxDuration?: number
      • Optional showHour?: boolean
      • Optional showMilliSeconds?: boolean

    Returns string

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.WebVTTConverter.html b/classes/_octra_annotation.WebVTTConverter.html index 355b6fcc7..017689d7e 100644 --- a/classes/_octra_annotation.WebVTTConverter.html +++ b/classes/_octra_annotation.WebVTTConverter.html @@ -1,4 +1,4 @@ -WebVTTConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +WebVTTConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'WebVTT'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'WebVTT'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.WhisperJSON.html b/classes/_octra_annotation.WhisperJSON.html index a36423da4..2939b6101 100644 --- a/classes/_octra_annotation.WhisperJSON.html +++ b/classes/_octra_annotation.WhisperJSON.html @@ -1,6 +1,6 @@ -WhisperJSON | Octra libraries - v2.0.0

    Constructors

    constructor +WhisperJSON | Octra libraries - v2.0.0

    Constructors

    Properties

    language: string
    segments: WhisperJSONSegment[]
    text?: string
    word_segments?: WhisperJSONWord[]
    \ No newline at end of file +

    Constructors

    Properties

    language: string
    segments: WhisperJSONSegment[]
    text?: string
    word_segments?: WhisperJSONWord[]
    \ No newline at end of file diff --git a/classes/_octra_annotation.WhisperJSONConverter.html b/classes/_octra_annotation.WhisperJSONConverter.html index 1f085325b..c0defedbc 100644 --- a/classes/_octra_annotation.WhisperJSONConverter.html +++ b/classes/_octra_annotation.WhisperJSONConverter.html @@ -1,4 +1,4 @@ -WhisperJSONConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +WhisperJSONConverter | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'WhisperJSON'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • exports AnnotJSON to another annotation format considering an audio file and a level number (optional).

      +

    Constructors

    Properties

    _application: string = ''
    _conversion: {
        export: boolean;
        import: boolean;
    } = ...

    Type declaration

    • export: boolean
    • import: boolean
    _encoding: string = ''
    _extension: string = ''
    _multitiers: boolean = true
    _name: OctraAnnotationFormatType = 'WhisperJSON'
    _notice: string = ''
    _website: {
        title: string;
        url: string;
    } = ...

    Type declaration

    • title: string
    • url: string
    defaultImportOptions: any
    options: any

    Accessors

    • get conversion(): {
          export: boolean;
          import: boolean;
      }
    • Returns {
          export: boolean;
          import: boolean;
      }

      • export: boolean
      • import: boolean
    • get website(): {
          title: string;
          url: string;
      }
    • Returns {
          title: string;
          url: string;
      }

      • title: string
      • url: string

    Methods

    • converts an file to AnnotJSON considering the audio file. The audio file must be the one used for this transcript file.

      +

    Returns ExportResult

    Returns ImportResult

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/classes/_octra_annotation.WhisperJSONSegment.html b/classes/_octra_annotation.WhisperJSONSegment.html index d68394f5c..89ac66be3 100644 --- a/classes/_octra_annotation.WhisperJSONSegment.html +++ b/classes/_octra_annotation.WhisperJSONSegment.html @@ -1,4 +1,4 @@ -WhisperJSONSegment | Octra libraries - v2.0.0

    Constructors

    constructor +WhisperJSONSegment | Octra libraries - v2.0.0

    Constructors

    Properties

    Constructors

    Properties

    avg_logprob?: number
    compression_ratio?: number
    end: number
    id?: number
    no_speech_prob?: number
    seek?: number
    speaker?: string
    start: number
    temperature?: number
    text: string
    tokens?: number[]
    \ No newline at end of file +

    Constructors

    Properties

    avg_logprob?: number
    compression_ratio?: number
    end: number
    id?: number
    no_speech_prob?: number
    seek?: number
    speaker?: string
    start: number
    temperature?: number
    text: string
    tokens?: number[]
    \ No newline at end of file diff --git a/classes/_octra_json_sets.DecisionTreeCombination.html b/classes/_octra_json_sets.DecisionTreeCombination.html index 07482349a..f0750f32e 100644 --- a/classes/_octra_json_sets.DecisionTreeCombination.html +++ b/classes/_octra_json_sets.DecisionTreeCombination.html @@ -1,4 +1,4 @@ -DecisionTreeCombination | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    constructor +DecisionTreeCombination | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    children: DecisionTreeNode<T, U>[] = []
    combination: "and" | "or"

    Accessors

    • get description(): undefined | string
    • Returns undefined | string

    • get name(): undefined | string
    • Returns undefined | string

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    children: DecisionTreeNode<T, U>[] = []
    combination: "and" | "or"

    Accessors

    • get description(): undefined | string
    • Returns undefined | string

    • get name(): undefined | string
    • Returns undefined | string

    Methods

    \ No newline at end of file diff --git a/classes/_octra_json_sets.DecisionTreeExpression.html b/classes/_octra_json_sets.DecisionTreeExpression.html index 186dd15bc..923b433c8 100644 --- a/classes/_octra_json_sets.DecisionTreeExpression.html +++ b/classes/_octra_json_sets.DecisionTreeExpression.html @@ -1,4 +1,4 @@ -DecisionTreeExpression | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    constructor +DecisionTreeExpression | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    statement: JSONSetStatement<U>
    validItem: boolean = false

    Accessors

    • get description(): undefined | string
    • Returns undefined | string

    • get name(): undefined | string
    • Returns undefined | string

    Methods

    • Parameters

      • selectStatement: string

      Returns {
          selectNumber: number;
          type: "exact" | "min" | "max";
      }

      • selectNumber: number
      • type: "exact" | "min" | "max"
    \ No newline at end of file +

    Constructors

    Properties

    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    statement: JSONSetStatement<U>
    validItem: boolean = false

    Accessors

    • get description(): undefined | string
    • Returns undefined | string

    • get name(): undefined | string
    • Returns undefined | string

    Methods

    • Parameters

      • selectStatement: string

      Returns {
          selectNumber: number;
          type: "exact" | "min" | "max";
      }

      • selectNumber: number
      • type: "exact" | "min" | "max"
    \ No newline at end of file diff --git a/classes/_octra_json_sets.DecisionTreeNode.html b/classes/_octra_json_sets.DecisionTreeNode.html index e20cc56ae..2e0dbb3b0 100644 --- a/classes/_octra_json_sets.DecisionTreeNode.html +++ b/classes/_octra_json_sets.DecisionTreeNode.html @@ -1,4 +1,4 @@ -DecisionTreeNode | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    constructor +DecisionTreeNode | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    _description?: string
    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _name?: string
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    id: number = 1

    Accessors

    Methods

    • Type Parameters

      • T

      Parameters

      • array: T[]
      • start: number
      • end: number

      Returns T[][]

    \ No newline at end of file +

    Constructors

    Properties

    _description?: string
    _errors: JSONSetValidationError<T>[] = []
    _id: number
    _name?: string
    _possibleSelections: PossibleSolution<T, U>[][] = []
    blueprint: JSONSetBlueprint<T, U>
    id: number = 1

    Accessors

    Methods

    • Type Parameters

      • T

      Parameters

      • array: T[]
      • start: number
      • end: number

      Returns T[][]

    \ No newline at end of file diff --git a/classes/_octra_json_sets.FileSetValidator.html b/classes/_octra_json_sets.FileSetValidator.html index 5dcad9505..f2ab644be 100644 --- a/classes/_octra_json_sets.FileSetValidator.html +++ b/classes/_octra_json_sets.FileSetValidator.html @@ -1,6 +1,6 @@ -FileSetValidator | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +FileSetValidator | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    blueprint: JSONSetFileBlueprint = ...

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    blueprint: JSONSetFileBlueprint = ...

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_json_sets.IFile.html b/classes/_octra_json_sets.IFile.html index 1373117b8..743217159 100644 --- a/classes/_octra_json_sets.IFile.html +++ b/classes/_octra_json_sets.IFile.html @@ -1,6 +1,6 @@ -IFile | Octra libraries - v2.0.0

    Constructors

    constructor +IFile | Octra libraries - v2.0.0

    Constructors

    Properties

    Constructors

    Properties

    content?: string
    name: string
    size?: number
    type?: string
    \ No newline at end of file +

    Constructors

    Properties

    content?: string
    name: string
    size?: number
    type?: string
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSet.html b/classes/_octra_json_sets.JSONSet.html index 8a4475e28..7e872ea5f 100644 --- a/classes/_octra_json_sets.JSONSet.html +++ b/classes/_octra_json_sets.JSONSet.html @@ -1,5 +1,5 @@ -JSONSet | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    constructor +JSONSet | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    Properties

    Constructors

    Properties

    description?: string
    name?: string
    \ No newline at end of file +

    Constructors

    Properties

    description?: string
    name?: string
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetBlueprint.html b/classes/_octra_json_sets.JSONSetBlueprint.html index 75f0f9e0b..a6ebfd20e 100644 --- a/classes/_octra_json_sets.JSONSetBlueprint.html +++ b/classes/_octra_json_sets.JSONSetBlueprint.html @@ -1,7 +1,7 @@ -JSONSetBlueprint | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    constructor +JSONSetBlueprint | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    Properties

    _validationMethods: ((item, conditions, combinationType, path) => JSONSetResult)[] = []

    Type declaration

      • (item, conditions, combinationType, path): JSONSetResult
      • Parameters

        • item: T
        • conditions: U
        • combinationType: "and" | "or"
        • path: string

        Returns JSONSetResult

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _validationMethods: ((item, conditions, combinationType, path) => JSONSetResult)[] = []

    Type declaration

      • (item, conditions, combinationType, path): JSONSetResult
      • Parameters

        • item: T
        • conditions: U
        • combinationType: "and" | "or"
        • path: string

        Returns JSONSetResult

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetCombination.html b/classes/_octra_json_sets.JSONSetCombination.html index 0b4bb8700..b9329a050 100644 --- a/classes/_octra_json_sets.JSONSetCombination.html +++ b/classes/_octra_json_sets.JSONSetCombination.html @@ -1,4 +1,4 @@ -JSONSetCombination | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    constructor +JSONSetCombination | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    Properties

    Constructors

    Properties

    expressions: JSONSetExpression<U>[]
    type: "and" | "or"
    \ No newline at end of file +

    Constructors

    Properties

    expressions: JSONSetExpression<U>[]
    type: "and" | "or"
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetFileBlueprint.html b/classes/_octra_json_sets.JSONSetFileBlueprint.html index 19501ea4b..066a03239 100644 --- a/classes/_octra_json_sets.JSONSetFileBlueprint.html +++ b/classes/_octra_json_sets.JSONSetFileBlueprint.html @@ -1,4 +1,4 @@ -JSONSetFileBlueprint | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +JSONSetFileBlueprint | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _validationMethods: ((item, conditions, combinationType, path) => JSONSetResult)[] = []

    Type declaration

    Accessors

    Methods

    • Parameters

      • fileString: string

      Returns undefined | number

    • Parameters

      Returns {
          combinationType: "and" | "or";
          error: string;
          path: string;
          valid: boolean;
      } | {
          combinationType: "and" | "or";
          error?: undefined;
          path: string;
          valid: boolean;
      }

    \ No newline at end of file +

    Constructors

    Properties

    _validationMethods: ((item, conditions, combinationType, path) => JSONSetResult)[] = []

    Type declaration

    Accessors

    Methods

    • Parameters

      • fileString: string

      Returns undefined | number

    • Parameters

      Returns {
          combinationType: "and" | "or";
          error: string;
          path: string;
          valid: boolean;
      } | {
          combinationType: "and" | "or";
          error?: undefined;
          path: string;
          valid: boolean;
      }

    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetFileConditions.html b/classes/_octra_json_sets.JSONSetFileConditions.html index e392341b6..172575591 100644 --- a/classes/_octra_json_sets.JSONSetFileConditions.html +++ b/classes/_octra_json_sets.JSONSetFileConditions.html @@ -1,7 +1,7 @@ -JSONSetFileConditions | Octra libraries - v2.0.0

    Constructors

    constructor +JSONSetFileConditions | Octra libraries - v2.0.0

    Constructors

    Properties

    content?: string[]
    extension?: string[]
    mimeType?: string[]
    namePattern?: string
    size?: string
    \ No newline at end of file +

    Constructors

    Properties

    content?: string[]
    extension?: string[]
    mimeType?: string[]
    namePattern?: string
    size?: string
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetResult.html b/classes/_octra_json_sets.JSONSetResult.html index 34ccf85dd..04ab3ee58 100644 --- a/classes/_octra_json_sets.JSONSetResult.html +++ b/classes/_octra_json_sets.JSONSetResult.html @@ -1,6 +1,6 @@ -JSONSetResult | Octra libraries - v2.0.0

    Constructors

    constructor +JSONSetResult | Octra libraries - v2.0.0

    Constructors

    Properties

    combinationType?: "and" | "or"
    error?: string
    path?: string
    valid: boolean
    \ No newline at end of file +

    Constructors

    Properties

    combinationType?: "and" | "or"
    error?: string
    path?: string
    valid: boolean
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetStatement.html b/classes/_octra_json_sets.JSONSetStatement.html index 6ec3a133c..9a0d80b02 100644 --- a/classes/_octra_json_sets.JSONSetStatement.html +++ b/classes/_octra_json_sets.JSONSetStatement.html @@ -1,6 +1,6 @@ -JSONSetStatement | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    constructor +JSONSetStatement | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    Properties

    Constructors

    Properties

    description?: string
    name?: string
    select: string
    with: U | U[]
    \ No newline at end of file +

    Constructors

    Properties

    description?: string
    name?: string
    select: string
    with: U | U[]
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JSONSetValidationError.html b/classes/_octra_json_sets.JSONSetValidationError.html index d82e31b6e..2978e8340 100644 --- a/classes/_octra_json_sets.JSONSetValidationError.html +++ b/classes/_octra_json_sets.JSONSetValidationError.html @@ -1,6 +1,6 @@ -JSONSetValidationError | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    constructor +JSONSetValidationError | Octra libraries - v2.0.0

    Type Parameters

    • U

    Constructors

    Properties

    combinationType?: "and" | "or"
    message: string
    path?: string
    statement?: JSONSetStatement<U>
    \ No newline at end of file +

    Constructors

    Properties

    combinationType?: "and" | "or"
    message: string
    path?: string
    statement?: JSONSetStatement<U>
    \ No newline at end of file diff --git a/classes/_octra_json_sets.JsonSetValidator.html b/classes/_octra_json_sets.JsonSetValidator.html index 83586f99f..d72ce715b 100644 --- a/classes/_octra_json_sets.JsonSetValidator.html +++ b/classes/_octra_json_sets.JsonSetValidator.html @@ -1,7 +1,7 @@ -JsonSetValidator | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    constructor +JsonSetValidator | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _decisionTree?: DecisionTreeCombination<T, U>
    blueprint: JSONSetBlueprint<T, U>

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _decisionTree?: DecisionTreeCombination<T, U>
    blueprint: JSONSetBlueprint<T, U>

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_json_sets.PossibleSolution.html b/classes/_octra_json_sets.PossibleSolution.html index b52dfa5d8..808097103 100644 --- a/classes/_octra_json_sets.PossibleSolution.html +++ b/classes/_octra_json_sets.PossibleSolution.html @@ -1,5 +1,5 @@ -PossibleSolution | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Constructors

    constructor +PossibleSolution | Octra libraries - v2.0.0

    Type Parameters

    • T
    • U

    Constructors

    Properties

    Constructors

    Properties

    path: string
    selection: T
    statement: JSONSetExpression<U>
    \ No newline at end of file +

    Constructors

    Properties

    path: string
    selection: T
    statement: JSONSetExpression<U>
    \ No newline at end of file diff --git a/classes/_octra_media.AudioSelection.html b/classes/_octra_media.AudioSelection.html index 15952d6fd..7c522ab80 100644 --- a/classes/_octra_media.AudioSelection.html +++ b/classes/_octra_media.AudioSelection.html @@ -1,4 +1,4 @@ -AudioSelection | Octra libraries - v2.0.0

    Constructors

    constructor +AudioSelection | Octra libraries - v2.0.0

    Constructors

    Properties

    Accessors

    duration @@ -7,4 +7,4 @@ start

    Methods

    Constructors

    Properties

    _start: SampleUnit

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _start: SampleUnit

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_media.OAudiofile.html b/classes/_octra_media.OAudiofile.html index 3fda28c58..66b9f3732 100644 --- a/classes/_octra_media.OAudiofile.html +++ b/classes/_octra_media.OAudiofile.html @@ -1,4 +1,4 @@ -OAudiofile | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +OAudiofile | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    Constructors

    Properties

    arraybuffer?: ArrayBuffer
    duration: number
    name: string
    sampleRate: number
    size: number
    type: string
    url?: string
    \ No newline at end of file +

    Constructors

    Properties

    arraybuffer?: ArrayBuffer
    duration: number
    name: string
    sampleRate: number
    size: number
    type: string
    url?: string
    \ No newline at end of file diff --git a/classes/_octra_media.SampleUnit.html b/classes/_octra_media.SampleUnit.html index 6963bf3cb..478f667cc 100644 --- a/classes/_octra_media.SampleUnit.html +++ b/classes/_octra_media.SampleUnit.html @@ -1,4 +1,4 @@ -SampleUnit | Octra libraries - v2.0.0

    Constructors

    constructor +SampleUnit | Octra libraries - v2.0.0

    Constructors

    Properties

    _sampleRate: number
    _samples: number
    validSampleRates: number[] = ...

    Accessors

    Methods

    • Parameters

      • seconds: number
      • sampleRate: number

      Returns number

    \ No newline at end of file +

    Constructors

    Properties

    _sampleRate: number
    _samples: number
    validSampleRates: number[] = ...

    Accessors

    Methods

    • Parameters

      • seconds: number
      • sampleRate: number

      Returns number

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.AudioViewerComponent.html b/classes/_octra_ngx_components.AudioViewerComponent.html index a509746a6..cbf5b4ba7 100644 --- a/classes/_octra_ngx_components.AudioViewerComponent.html +++ b/classes/_octra_ngx_components.AudioViewerComponent.html @@ -1,4 +1,4 @@ -AudioViewerComponent | Octra libraries - v2.0.0

    Implements

    • OnInit
    • OnChanges
    • OnDestroy

    Constructors

    constructor +AudioViewerComponent | Octra libraries - v2.0.0

    Implements

    • OnInit
    • OnChanges
    • OnDestroy

    Constructors

    Properties

    Constructors

    Properties

    audioChunk: undefined | AudioChunk

    current audio chunk displayed by this signal display

    -
    av: AudioViewerService
    elementRef: ElementRef<any>
    konvaContainer: undefined | ElementRef<any>
    lastResize: number = 0
    renderer: Renderer2
    resizing: boolean = false
    silencePlaceholder?: string

    defines the placeholder for silenece. E.g. if it's

    and a segment +

    Constructors

    Properties

    audioChunk: undefined | AudioChunk

    current audio chunk displayed by this signal display

    +
    av: AudioViewerService
    elementRef: ElementRef<any>
    konvaContainer: undefined | ElementRef<any>
    lastResize: number = 0
    renderer: Renderer2
    resizing: boolean = false
    silencePlaceholder?: string

    defines the placeholder for silenece. E.g. if it's

    and a segment contains this value, the segment is marked as silence.

    -
    subscrManager: SubscriptionManager<Subscription>

    Accessors

    • get mouseCursor(): {
          location: undefined | Vector2d;
          size: undefined | {
              height: number;
              width: number;
          };
      }
    • Returns {
          location: undefined | Vector2d;
          size: undefined | {
              height: number;
              width: number;
          };
      }

      • location: undefined | Vector2d
      • size: undefined | {
            height: number;
            width: number;
        }
    • get segmententer(): EventEmitter<{
          index: number;
          pos: {
              Y1: number;
              Y2: number;
          };
      }>
    • triggers when the user enters a selected segment

      -

      Returns EventEmitter<{
          index: number;
          pos: {
              Y1: number;
              Y2: number;
          };
      }>

    Methods

    \ No newline at end of file +
    subscrManager: SubscriptionManager<Subscription>

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.AudioplayerComponent.html b/classes/_octra_ngx_components.AudioplayerComponent.html index e3a7445a2..64f073e9f 100644 --- a/classes/_octra_ngx_components.AudioplayerComponent.html +++ b/classes/_octra_ngx_components.AudioplayerComponent.html @@ -1,4 +1,4 @@ -AudioplayerComponent | Octra libraries - v2.0.0

    Implements

    • OnInit
    • AfterViewInit
    • OnChanges
    • OnDestroy

    Constructors

    constructor +AudioplayerComponent | Octra libraries - v2.0.0

    Implements

    • OnInit
    • AfterViewInit
    • OnChanges
    • OnDestroy

    Constructors

    Properties

    Constructors

    Properties

    _settings: AudioplayerSettings = ...
    animation: {
        playHead: undefined | Animation;
    } = ...

    Type declaration

    • playHead: undefined | Animation
    audioChunk: undefined | AudioChunk
    audiochunkSubscription: undefined | Subscription
    backgroundLayer: undefined | Layer
    bufferedSubscr: number = -1
    canvasElements: {
        panel: undefined | Shape<ShapeConfig>;
        playHead: undefined | Shape<ShapeConfig>;
        sliderBar: undefined | Shape<ShapeConfig>;
    } = ...

    Type declaration

    • panel: undefined | Shape<ShapeConfig>
    • playHead: undefined | Shape<ShapeConfig>
    • sliderBar: undefined | Shape<ShapeConfig>
    konvaContainer: undefined | ElementRef<any>
    stage: undefined | Stage
    subscrmanager: SubscriptionManager<unknown> = ...

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _settings: AudioplayerSettings = ...
    animation: {
        playHead: undefined | Animation;
    } = ...

    Type declaration

    • playHead: undefined | Animation
    audioChunk: undefined | AudioChunk
    audiochunkSubscription: undefined | Subscription
    backgroundLayer: undefined | Layer
    bufferedSubscr: number = -1
    canvasElements: {
        panel: undefined | Shape<ShapeConfig>;
        playHead: undefined | Shape<ShapeConfig>;
        sliderBar: undefined | Shape<ShapeConfig>;
    } = ...

    Type declaration

    • panel: undefined | Shape<ShapeConfig>
    • playHead: undefined | Shape<ShapeConfig>
    • sliderBar: undefined | Shape<ShapeConfig>
    konvaContainer: undefined | ElementRef<any>
    stage: undefined | Stage
    subscrmanager: SubscriptionManager<unknown> = ...

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.AudioviewerConfig.html b/classes/_octra_ngx_components.AudioviewerConfig.html index 09765fbec..0da03f12e 100644 --- a/classes/_octra_ngx_components.AudioviewerConfig.html +++ b/classes/_octra_ngx_components.AudioviewerConfig.html @@ -1,4 +1,4 @@ -AudioviewerConfig | Octra libraries - v2.0.0

    Constructors

    constructor +AudioviewerConfig | Octra libraries - v2.0.0

    Constructors

    Properties

    Constructors

    Properties

    asr: {
        enabled: boolean;
    } = ...

    Type declaration

    • enabled: boolean
    backgroundcolor: string = 'rgb(255, 248, 248)'
    boundaries: {
        color: string;
        enabled: boolean;
        readonly: boolean;
        width: number;
    } = ...

    Type declaration

    • color: string
    • enabled: boolean
    • readonly: boolean
    • width: number
    cropping: string = 'none'
    cursor: {
        color: string;
        fixed: boolean;
    } = ...

    Type declaration

    • color: string
    • fixed: boolean
    data: {
        color: string;
    } = ...

    Type declaration

    • color: string
    disabledKeys: string[] = ...
    frame: {
        color: string;
    } = ...

    Type declaration

    • color: string
    grid: {
        color: string;
        enabled: true;
    } = ...

    Type declaration

    • color: string
    • enabled: true
    justifySignalHeight: boolean = true
    lineheight: number = 60
    margin: {
        bottom: number;
        left: number;
        right: number;
        top: number;
    } = ...

    Type declaration

    • bottom: number
    • left: number
    • right: number
    • top: number
    multiLine: boolean = false
    pixelPerSec: number = 50
    playcursor: {
        color: string;
        height: number;
        width: number;
    } = ...

    Type declaration

    • color: string
    • height: number
    • width: number
    roundValues: boolean = true
    scrollbar: {
        background: {
            color: string;
            stroke: string;
            strokeWidth: number;
        };
        enabled: boolean;
        selector: {
            color: string;
            stroke: string;
            strokeWidth: number;
            width: number;
        };
        width: number;
    } = ...

    Type declaration

    • background: {
          color: string;
          stroke: string;
          strokeWidth: number;
      }
      • color: string
      • stroke: string
      • strokeWidth: number
    • enabled: boolean
    • selector: {
          color: string;
          stroke: string;
          strokeWidth: number;
          width: number;
      }
      • color: string
      • stroke: string
      • strokeWidth: number
      • width: number
    • width: number
    selection: {
        color: string;
        enabled: boolean;
    } = ...

    Type declaration

    • color: string
    • enabled: boolean
    shortcuts: ShortcutGroup = ...
    shortcutsEnabled: boolean = true
    showProgressBars: boolean = false
    showTimePerLine: boolean = false
    showTranscripts: boolean = false
    stepWidthRatio: number = 0.0226
    timeline: {
        enabled: boolean;
        font: string;
        fontSize: number;
        fontWeight: string;
        foreColor: string;
        height: number;
    } = ...

    Type declaration

    • enabled: boolean
    • font: string
    • fontSize: number
    • fontWeight: string
    • foreColor: string
    • height: number
    type: undefined | string
    \ No newline at end of file +

    Constructors

    Properties

    asr: {
        enabled: boolean;
    } = ...

    Type declaration

    • enabled: boolean
    backgroundcolor: string = 'rgb(255, 248, 248)'
    boundaries: {
        color: string;
        enabled: boolean;
        readonly: boolean;
        width: number;
    } = ...

    Type declaration

    • color: string
    • enabled: boolean
    • readonly: boolean
    • width: number
    cropping: string = 'none'
    cursor: {
        color: string;
        fixed: boolean;
    } = ...

    Type declaration

    • color: string
    • fixed: boolean
    data: {
        color: string;
    } = ...

    Type declaration

    • color: string
    disabledKeys: string[] = ...
    frame: {
        color: string;
    } = ...

    Type declaration

    • color: string
    grid: {
        color: string;
        enabled: true;
    } = ...

    Type declaration

    • color: string
    • enabled: true
    justifySignalHeight: boolean = true
    lineheight: number = 60
    margin: {
        bottom: number;
        left: number;
        right: number;
        top: number;
    } = ...

    Type declaration

    • bottom: number
    • left: number
    • right: number
    • top: number
    multiLine: boolean = false
    pixelPerSec: number = 50
    playcursor: {
        color: string;
        height: number;
        width: number;
    } = ...

    Type declaration

    • color: string
    • height: number
    • width: number
    roundValues: boolean = true
    scrollbar: {
        background: {
            color: string;
            stroke: string;
            strokeWidth: number;
        };
        enabled: boolean;
        selector: {
            color: string;
            stroke: string;
            strokeWidth: number;
            width: number;
        };
        width: number;
    } = ...

    Type declaration

    • background: {
          color: string;
          stroke: string;
          strokeWidth: number;
      }
      • color: string
      • stroke: string
      • strokeWidth: number
    • enabled: boolean
    • selector: {
          color: string;
          stroke: string;
          strokeWidth: number;
          width: number;
      }
      • color: string
      • stroke: string
      • strokeWidth: number
      • width: number
    • width: number
    selection: {
        color: string;
        enabled: boolean;
    } = ...

    Type declaration

    • color: string
    • enabled: boolean
    shortcuts: ShortcutGroup = ...
    shortcutsEnabled: boolean = true
    showProgressBars: boolean = false
    showTimePerLine: boolean = false
    showTranscripts: boolean = false
    stepWidthRatio: number = 0.0226
    timeline: {
        enabled: boolean;
        font: string;
        fontSize: number;
        fontWeight: string;
        foreColor: string;
        height: number;
    } = ...

    Type declaration

    • enabled: boolean
    • font: string
    • fontSize: number
    • fontWeight: string
    • foreColor: string
    • height: number
    type: undefined | string
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationArrayControl.html b/classes/_octra_ngx_components.ConfigurationArrayControl.html index 65e1d880f..6a8224f48 100644 --- a/classes/_octra_ngx_components.ConfigurationArrayControl.html +++ b/classes/_octra_ngx_components.ConfigurationArrayControl.html @@ -1,4 +1,4 @@ -ConfigurationArrayControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationArrayControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<any[], any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<any[], any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationControl.html b/classes/_octra_ngx_components.ConfigurationControl.html index f8d921576..1cc3cd10f 100644 --- a/classes/_octra_ngx_components.ConfigurationControl.html +++ b/classes/_octra_ngx_components.ConfigurationControl.html @@ -1,4 +1,4 @@ -ConfigurationControl | Octra libraries - v2.0.0

    Type Parameters

    • R = any
    • S = any

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationControl | Octra libraries - v2.0.0

    Type Parameters

    • R = any
    • S = any

    Hierarchy (view full)

    Constructors

    Properties

    _id: number
    _name: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false
    idCounter: number = 1

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _id: number
    _name: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false
    idCounter: number = 1

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationControlGroup.html b/classes/_octra_ngx_components.ConfigurationControlGroup.html index c9e0aa0bc..7d7c41a64 100644 --- a/classes/_octra_ngx_components.ConfigurationControlGroup.html +++ b/classes/_octra_ngx_components.ConfigurationControlGroup.html @@ -1,4 +1,4 @@ -ConfigurationControlGroup | Octra libraries - v2.0.0

    Constructors

    constructor +ConfigurationControlGroup | Octra libraries - v2.0.0

    Constructors

    Properties

    _dependsOn: string[] = []
    _name: string
    _title: string
    _toggleable: boolean = false
    _type: string = 'group'
    context: any
    controls: (ConfigurationControlGroup | ConfigurationControl<any, any>)[] = []
    description: string = ''
    focused: boolean = false
    id: number = 1
    ignore: boolean = false
    itemsType: any = undefined
    toggled: boolean = false
    value: undefined = undefined

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _dependsOn: string[] = []
    _name: string
    _title: string
    _toggleable: boolean = false
    _type: string = 'group'
    context: any
    controls: (ConfigurationControlGroup | ConfigurationControl<any, any>)[] = []
    description: string = ''
    focused: boolean = false
    id: number = 1
    ignore: boolean = false
    itemsType: any = undefined
    toggled: boolean = false
    value: undefined = undefined

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationControlOptions.html b/classes/_octra_ngx_components.ConfigurationControlOptions.html index 45952e5fa..302cbe158 100644 --- a/classes/_octra_ngx_components.ConfigurationControlOptions.html +++ b/classes/_octra_ngx_components.ConfigurationControlOptions.html @@ -1,4 +1,4 @@ -ConfigurationControlOptions | Octra libraries - v2.0.0

    Type Parameters

    • R
    • S = any

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationControlOptions | Octra libraries - v2.0.0

    Type Parameters

    • R
    • S = any

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    context?: S
    defaultValue?: R
    dependsOn: string[] = []
    description?: string
    ignore: boolean = false
    title?: string
    toggleable: boolean = false
    type?: "number" | "select" | "textarea" | "switch" | "text" | "integer" | "multiple-choice" | "array"
    value?: R
    \ No newline at end of file +

    Constructors

    Properties

    context?: S
    defaultValue?: R
    dependsOn: string[] = []
    description?: string
    ignore: boolean = false
    title?: string
    toggleable: boolean = false
    type?: "number" | "select" | "textarea" | "switch" | "text" | "integer" | "multiple-choice" | "array"
    value?: R
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationMultipleChoiceControl.html b/classes/_octra_ngx_components.ConfigurationMultipleChoiceControl.html index 2d1474f7f..11793eee2 100644 --- a/classes/_octra_ngx_components.ConfigurationMultipleChoiceControl.html +++ b/classes/_octra_ngx_components.ConfigurationMultipleChoiceControl.html @@ -1,4 +1,4 @@ -ConfigurationMultipleChoiceControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    • ConfigurationControl<string[], {
          label: string;
          value: string;
      }>
      • ConfigurationMultipleChoiceControl

    Constructors

    constructor +ConfigurationMultipleChoiceControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    • ConfigurationControl<string[], {
          label: string;
          value: string;
      }>
      • ConfigurationMultipleChoiceControl

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string[], {
        label: string;
        value: string;
    }>

    Type declaration

    • label: string
    • value: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string[], {
        label: string;
        value: string;
    }>

    Type declaration

    • label: string
    • value: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationNumberControl.html b/classes/_octra_ngx_components.ConfigurationNumberControl.html index fc88cf20f..22a5f149a 100644 --- a/classes/_octra_ngx_components.ConfigurationNumberControl.html +++ b/classes/_octra_ngx_components.ConfigurationNumberControl.html @@ -1,4 +1,4 @@ -ConfigurationNumberControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationNumberControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<number, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<number, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationSelectControl.html b/classes/_octra_ngx_components.ConfigurationSelectControl.html index 6a42e8b77..2d6280b77 100644 --- a/classes/_octra_ngx_components.ConfigurationSelectControl.html +++ b/classes/_octra_ngx_components.ConfigurationSelectControl.html @@ -1,4 +1,4 @@ -ConfigurationSelectControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    • ConfigurationControl<string, {
          label: string;
          value: string;
      }>
      • ConfigurationSelectControl

    Constructors

    constructor +ConfigurationSelectControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    • ConfigurationControl<string, {
          label: string;
          value: string;
      }>
      • ConfigurationSelectControl

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, {
        label: string;
        value: string;
    }>

    Type declaration

    • label: string
    • value: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, {
        label: string;
        value: string;
    }>

    Type declaration

    • label: string
    • value: string
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationSwitchControl.html b/classes/_octra_ngx_components.ConfigurationSwitchControl.html index f73a7a774..9068d29b3 100644 --- a/classes/_octra_ngx_components.ConfigurationSwitchControl.html +++ b/classes/_octra_ngx_components.ConfigurationSwitchControl.html @@ -1,4 +1,4 @@ -ConfigurationSwitchControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationSwitchControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<boolean, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<boolean, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationTextControl.html b/classes/_octra_ngx_components.ConfigurationTextControl.html index 752b7068a..ec829a241 100644 --- a/classes/_octra_ngx_components.ConfigurationTextControl.html +++ b/classes/_octra_ngx_components.ConfigurationTextControl.html @@ -1,4 +1,4 @@ -ConfigurationTextControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationTextControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ConfigurationTextareaControl.html b/classes/_octra_ngx_components.ConfigurationTextareaControl.html index 7fed56899..eddd75a15 100644 --- a/classes/_octra_ngx_components.ConfigurationTextareaControl.html +++ b/classes/_octra_ngx_components.ConfigurationTextareaControl.html @@ -1,4 +1,4 @@ -ConfigurationTextareaControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ConfigurationTextareaControl | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    _name _options _root? @@ -17,4 +17,4 @@ value

    Methods

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _name: string
    _options: FixedConfigurationControlOptions<string, any>
    focused: boolean = false
    itemsType: any = undefined
    toggled: boolean = false

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.FixedConfigurationControlOptions.html b/classes/_octra_ngx_components.FixedConfigurationControlOptions.html index 830a6131d..f156e6adc 100644 --- a/classes/_octra_ngx_components.FixedConfigurationControlOptions.html +++ b/classes/_octra_ngx_components.FixedConfigurationControlOptions.html @@ -1,4 +1,4 @@ -FixedConfigurationControlOptions | Octra libraries - v2.0.0

    Type Parameters

    • R
    • S = any

    Hierarchy (view full)

    Constructors

    constructor +FixedConfigurationControlOptions | Octra libraries - v2.0.0

    Type Parameters

    • R
    • S = any

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    context?: S
    defaultValue?: R
    dependsOn: string[] = []
    description?: string
    ignore: boolean = false
    title?: string
    toggleable: boolean = false
    type: "number" | "select" | "textarea" | "switch" | "text" | "integer" | "multiple-choice" | "array"
    value?: R
    \ No newline at end of file +

    Constructors

    Properties

    context?: S
    defaultValue?: R
    dependsOn: string[] = []
    description?: string
    ignore: boolean = false
    title?: string
    toggleable: boolean = false
    type: "number" | "select" | "textarea" | "switch" | "text" | "integer" | "multiple-choice" | "array"
    value?: R
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.Interval.html b/classes/_octra_ngx_components.Interval.html index 0bf49dd9d..745cedb64 100644 --- a/classes/_octra_ngx_components.Interval.html +++ b/classes/_octra_ngx_components.Interval.html @@ -1,5 +1,5 @@ Interval | Octra libraries - v2.0.0

    collections

    -

    Implements

    Constructors

    Implements

    Constructors

    Properties

    Constructors

    Properties

    end: number
    start: number
    \ No newline at end of file +

    Constructors

    Properties

    end: number
    start: number
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.Margin.html b/classes/_octra_ngx_components.Margin.html index e80f0ccad..8d992db1f 100644 --- a/classes/_octra_ngx_components.Margin.html +++ b/classes/_octra_ngx_components.Margin.html @@ -1,6 +1,6 @@ -Margin | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +Margin | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    Constructors

    Properties

    bottom: number
    left: number
    right: number
    top: number
    \ No newline at end of file +

    Constructors

    Properties

    bottom: number
    left: number
    right: number
    top: number
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.MultiThreadingService.html b/classes/_octra_ngx_components.MultiThreadingService.html index a8e0f9313..f69024da4 100644 --- a/classes/_octra_ngx_components.MultiThreadingService.html +++ b/classes/_octra_ngx_components.MultiThreadingService.html @@ -1,4 +1,4 @@ -MultiThreadingService | Octra libraries - v2.0.0

    Constructors

    constructor +MultiThreadingService | Octra libraries - v2.0.0

    Constructors

    Properties

    _workers: TsWorker[] = []
    numberOfThreads: number = 2
    subscrManager: SubscriptionManager<Subscription> = ...

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _workers: TsWorker[] = []
    numberOfThreads: number = 2
    subscrManager: SubscriptionManager<Subscription> = ...

    Accessors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.OctraComponentsModule.html b/classes/_octra_ngx_components.OctraComponentsModule.html index 99c27405e..12b36755a 100644 --- a/classes/_octra_ngx_components.OctraComponentsModule.html +++ b/classes/_octra_ngx_components.OctraComponentsModule.html @@ -1,2 +1,2 @@ -OctraComponentsModule | Octra libraries - v2.0.0

    Constructors

    constructor +OctraComponentsModule | Octra libraries - v2.0.0

    Constructors

    Constructors

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.OctraFormGeneratorModule.html b/classes/_octra_ngx_components.OctraFormGeneratorModule.html index 5dfa18c2f..685fb3063 100644 --- a/classes/_octra_ngx_components.OctraFormGeneratorModule.html +++ b/classes/_octra_ngx_components.OctraFormGeneratorModule.html @@ -1,2 +1,2 @@ -OctraFormGeneratorModule | Octra libraries - v2.0.0

    Constructors

    constructor +OctraFormGeneratorModule | Octra libraries - v2.0.0
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.Position.html b/classes/_octra_ngx_components.Position.html index 2299844e3..1f7e95c41 100644 --- a/classes/_octra_ngx_components.Position.html +++ b/classes/_octra_ngx_components.Position.html @@ -1,4 +1,4 @@ -Position | Octra libraries - v2.0.0

    Implements

    Implemented by

    Constructors

    constructor +Position | Octra libraries - v2.0.0

    Implements

    Implemented by

    Constructors

    Properties

    x y -

    Constructors

    Properties

    x: number
    y: number
    \ No newline at end of file +

    Constructors

    Properties

    x: number
    y: number
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.PreparedItem.html b/classes/_octra_ngx_components.PreparedItem.html index 50ddf0eef..42a42d19f 100644 --- a/classes/_octra_ngx_components.PreparedItem.html +++ b/classes/_octra_ngx_components.PreparedItem.html @@ -1,4 +1,4 @@ -PreparedItem | Octra libraries - v2.0.0

    Constructors

    constructor +PreparedItem | Octra libraries - v2.0.0
    \ No newline at end of file +

    Constructors

    Properties

    selected: boolean = false
    value: any
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.Rectangle.html b/classes/_octra_ngx_components.Rectangle.html index d549c7af1..dd67e3ee1 100644 --- a/classes/_octra_ngx_components.Rectangle.html +++ b/classes/_octra_ngx_components.Rectangle.html @@ -1,5 +1,5 @@ Rectangle | Octra libraries - v2.0.0

    SHAPES

    -

    Implements

    Constructors

    Implements

    Constructors

    Properties

    Constructors

    Properties

    position: Position
    size: Size
    \ No newline at end of file +

    Constructors

    Properties

    position: Position
    size: Size
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.Size.html b/classes/_octra_ngx_components.Size.html index 11cbe53a0..681b9e1d9 100644 --- a/classes/_octra_ngx_components.Size.html +++ b/classes/_octra_ngx_components.Size.html @@ -1,4 +1,4 @@ -Size | Octra libraries - v2.0.0

    Implements

    Constructors

    constructor +Size | Octra libraries - v2.0.0

    Implements

    Constructors

    Properties

    Constructors

    Properties

    height: number
    width: number
    \ No newline at end of file +

    Constructors

    Properties

    height: number
    width: number
    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ToolConfigArrayAdderComponent.html b/classes/_octra_ngx_components.ToolConfigArrayAdderComponent.html index 1de281d1b..7baaf8f86 100644 --- a/classes/_octra_ngx_components.ToolConfigArrayAdderComponent.html +++ b/classes/_octra_ngx_components.ToolConfigArrayAdderComponent.html @@ -1,4 +1,4 @@ -ToolConfigArrayAdderComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ToolConfigArrayAdderComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    _items: PreparedItem[] = []
    disabled: boolean = false
    inputValue: any
    items: any[] = []
    itemsAdd: EventEmitter<any[]> = ...
    popover: NgbPopover
    subscriptionManager: SubscriptionManager<Subscription> = ...
    type?: "number" | "text" | "integer"
    uniqueItems: boolean = false
    values: any[] = []

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    _items: PreparedItem[] = []
    disabled: boolean = false
    inputValue: any
    items: any[] = []
    itemsAdd: EventEmitter<any[]> = ...
    popover: NgbPopover
    subscriptionManager: SubscriptionManager<Subscription> = ...
    type?: "number" | "text" | "integer"
    uniqueItems: boolean = false
    values: any[] = []

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ToolConfiguratorComponent.html b/classes/_octra_ngx_components.ToolConfiguratorComponent.html index 32e721d18..d1bfcddfb 100644 --- a/classes/_octra_ngx_components.ToolConfiguratorComponent.html +++ b/classes/_octra_ngx_components.ToolConfiguratorComponent.html @@ -1,4 +1,4 @@ -ToolConfiguratorComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    • OnChanges

    Constructors

    constructor +ToolConfiguratorComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Implements

    • OnChanges

    Constructors

    Properties

    Constructors

    Properties

    json?: any
    jsonSchema?: any
    jsonText?: string
    jsonTextChange: EventEmitter<string> = ...
    ownChange: boolean = false
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    json?: any
    jsonSchema?: any
    jsonText?: string
    jsonTextChange: EventEmitter<string> = ...
    ownChange: boolean = false
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_components.ToolconfigGroupComponent.html b/classes/_octra_ngx_components.ToolconfigGroupComponent.html index f6056d668..921b97a3a 100644 --- a/classes/_octra_ngx_components.ToolconfigGroupComponent.html +++ b/classes/_octra_ngx_components.ToolconfigGroupComponent.html @@ -1,4 +1,4 @@ -ToolconfigGroupComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    constructor +ToolconfigGroupComponent | Octra libraries - v2.0.0

    Hierarchy (view full)

    Constructors

    Properties

    somethingChanged: EventEmitter<void> = ...
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    somethingChanged: EventEmitter<void> = ...
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.CapitalLetterPipe.html b/classes/_octra_ngx_utilities.CapitalLetterPipe.html index 6495468a1..3e85ebb38 100644 --- a/classes/_octra_ngx_utilities.CapitalLetterPipe.html +++ b/classes/_octra_ngx_utilities.CapitalLetterPipe.html @@ -1,3 +1,3 @@ -CapitalLetterPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    constructor +CapitalLetterPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.JoinPipe.html b/classes/_octra_ngx_utilities.JoinPipe.html index cd732bb7c..76e7a79da 100644 --- a/classes/_octra_ngx_utilities.JoinPipe.html +++ b/classes/_octra_ngx_utilities.JoinPipe.html @@ -1,3 +1,3 @@ -JoinPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    constructor +JoinPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • value: string[]
      • options: {
            separator: string;
        }
        • separator: string

      Returns string

    \ No newline at end of file +

    Constructors

    Methods

    • Parameters

      • value: string[]
      • options: {
            separator: string;
        }
        • separator: string

      Returns string

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.LeadingNullPipe.html b/classes/_octra_ngx_utilities.LeadingNullPipe.html index f4fd47373..6d794329d 100644 --- a/classes/_octra_ngx_utilities.LeadingNullPipe.html +++ b/classes/_octra_ngx_utilities.LeadingNullPipe.html @@ -1,3 +1,3 @@ -LeadingNullPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    constructor +LeadingNullPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • value: any
      • maxnum: number

      Returns any

    \ No newline at end of file +

    Constructors

    Methods

    • Parameters

      • value: any
      • maxnum: number

      Returns any

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.MapPipe.html b/classes/_octra_ngx_utilities.MapPipe.html index 79c612c9b..afd2587b2 100644 --- a/classes/_octra_ngx_utilities.MapPipe.html +++ b/classes/_octra_ngx_utilities.MapPipe.html @@ -1,3 +1,3 @@ -MapPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    constructor +MapPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • value: any[]
      • options: {
            func: ((a) => any);
        }
        • func: ((a) => any)
            • (a): any
            • Parameters

              • a: any

              Returns any

      Returns any[]

    \ No newline at end of file +

    Constructors

    Methods

    • Parameters

      • value: any[]
      • options: {
            func: ((a) => any);
        }
        • func: ((a) => any)
            • (a): any
            • Parameters

              • a: any

              Returns any

      Returns any[]

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.OctraUtilitiesModule.html b/classes/_octra_ngx_utilities.OctraUtilitiesModule.html index 6306cfc3e..1e5e8824c 100644 --- a/classes/_octra_ngx_utilities.OctraUtilitiesModule.html +++ b/classes/_octra_ngx_utilities.OctraUtilitiesModule.html @@ -1,2 +1,2 @@ -OctraUtilitiesModule | Octra libraries - v2.0.0

    Constructors

    constructor +OctraUtilitiesModule | Octra libraries - v2.0.0

    Constructors

    Constructors

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.ProcentPipe.html b/classes/_octra_ngx_utilities.ProcentPipe.html index 5f66679bc..c445d19c9 100644 --- a/classes/_octra_ngx_utilities.ProcentPipe.html +++ b/classes/_octra_ngx_utilities.ProcentPipe.html @@ -1,3 +1,3 @@ -ProcentPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    constructor +ProcentPipe | Octra libraries - v2.0.0

    Implements

    • PipeTransform

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.SubscriberComponent.html b/classes/_octra_ngx_utilities.SubscriberComponent.html index 2375d9127..cb6417fef 100644 --- a/classes/_octra_ngx_utilities.SubscriberComponent.html +++ b/classes/_octra_ngx_utilities.SubscriberComponent.html @@ -1,6 +1,6 @@ -SubscriberComponent | Octra libraries - v2.0.0

    Hierarchy

    • SubscriberComponent

      Implements

      • OnDestroy

      Constructors

      constructor +SubscriberComponent | Octra libraries - v2.0.0

      Hierarchy

      • SubscriberComponent

        Implements

        • OnDestroy

        Constructors

        Properties

        Methods

        Constructors

        Properties

        subscriptionManager: SubscriptionManager<Subscription> = ...

        Methods

        • Protected

          subscribes an observable that is internally added to the subscription manager and destroyed automatically on ngDestroy

          -

          Type Parameters

          • R
          • E

          Parameters

          • observable: Observable<R>
          • Optional observerOrNext: Partial<Observer<R>> | ((value) => void)
          • Optional tag: string

          Returns number

        \ No newline at end of file +

        Constructors

        Properties

        subscriptionManager: SubscriptionManager<Subscription> = ...

        Methods

        • Protected

          subscribes an observable that is internally added to the subscription manager and destroyed automatically on ngDestroy

          +

          Type Parameters

          • R
          • E

          Parameters

          • observable: Observable<R>
          • Optional observerOrNext: Partial<Observer<R>> | ((value) => void)
          • Optional tag: string

          Returns number

        \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.TimespanPipe.html b/classes/_octra_ngx_utilities.TimespanPipe.html index 67ddfeac2..523f364e3 100644 --- a/classes/_octra_ngx_utilities.TimespanPipe.html +++ b/classes/_octra_ngx_utilities.TimespanPipe.html @@ -1,4 +1,4 @@ -TimespanPipe | Octra libraries - v2.0.0

        Implements

        • PipeTransform

        Constructors

        constructor +TimespanPipe | Octra libraries - v2.0.0

        Implements

        • PipeTransform

        Constructors

        Properties

        Accessors

        Hours MilliSeconds @@ -6,7 +6,7 @@ Seconds

        Methods

        Constructors

        Properties

        timespan: number = 0

        Accessors

        Methods

        • transforms milliseconds to time string

          +

        Constructors

        Properties

        timespan: number = 0

        Accessors

        Methods

        • transforms milliseconds to time string

          Parameters

          • value: undefined | number

            number or milliseconds

          • Optional args: {
                maxDuration?: number;
                showHour?: boolean;
                showMilliSeconds?: boolean;
            }

            [showHour, showMilliSeconds]

            -
            • Optional maxDuration?: number
            • Optional showHour?: boolean
            • Optional showMilliSeconds?: boolean

          Returns any

        \ No newline at end of file +
        • Optional maxDuration?: number
        • Optional showHour?: boolean
        • Optional showMilliSeconds?: boolean

        Returns any

        \ No newline at end of file diff --git a/classes/_octra_ngx_utilities.UnixDurationPipe.html b/classes/_octra_ngx_utilities.UnixDurationPipe.html index 4c0d2efe7..c84c1a7ac 100644 --- a/classes/_octra_ngx_utilities.UnixDurationPipe.html +++ b/classes/_octra_ngx_utilities.UnixDurationPipe.html @@ -1,3 +1,3 @@ -UnixDurationPipe | Octra libraries - v2.0.0

        Implements

        • PipeTransform

        Constructors

        constructor +UnixDurationPipe | Octra libraries - v2.0.0

        Implements

        • PipeTransform

        Constructors

        Methods

        Constructors

        Methods

        \ No newline at end of file +

        Constructors

        Methods

        \ No newline at end of file diff --git a/classes/_octra_utilities.SerializableClass.html b/classes/_octra_utilities.SerializableClass.html index ae522a9bc..0caa5d955 100644 --- a/classes/_octra_utilities.SerializableClass.html +++ b/classes/_octra_utilities.SerializableClass.html @@ -1,3 +1,3 @@ -SerializableClass | Octra libraries - v2.0.0

        Class SerializableClass<S, T>Abstract

        Type Parameters

        • S
        • T

        Constructors

        constructor +SerializableClass | Octra libraries - v2.0.0

        Class SerializableClass<S, T>Abstract

        Type Parameters

        • S
        • T

        Constructors

        Methods

        Constructors

        Methods

        • Type Parameters

          • S
          • T

          Parameters

          • jsonObject: S
          • sampleRate: number

          Returns undefined | T

        \ No newline at end of file +

        Constructors

        Methods

        • Type Parameters

          • S
          • T

          Parameters

          • jsonObject: S
          • sampleRate: number

          Returns undefined | T

        \ No newline at end of file diff --git a/classes/_octra_utilities.SubscriptionManager.html b/classes/_octra_utilities.SubscriptionManager.html index c1f17ca2f..38ee86d57 100644 --- a/classes/_octra_utilities.SubscriptionManager.html +++ b/classes/_octra_utilities.SubscriptionManager.html @@ -1,17 +1,17 @@ -SubscriptionManager | Octra libraries - v2.0.0

        Type Parameters

        • T

        Constructors

        constructor +SubscriptionManager | Octra libraries - v2.0.0

        Type Parameters

        • T

        Constructors

        Properties

        counter: number
        subscriptions: {
            id: number;
            subscription: T;
            tag?: string;
        }[]

        Type declaration

        • id: number
        • subscription: T
        • Optional tag?: string

        Methods

        • add subscription to the manager. Returns the id of the subscriptions

          +

        Constructors

        Properties

        counter: number
        subscriptions: {
            id: number;
            subscription: T;
            tag?: string;
        }[]

        Type declaration

        • id: number
        • subscription: T
        • Optional tag?: string

        Methods

        • add subscription to the manager. Returns the id of the subscriptions

          Parameters

          • subscription: undefined | T

            subscription that shall be added

          • Optional tag: string

            optional tag

          Returns number

          number

          -
        • unsubscribes specific Subscription with specific id.

          Parameters

          • id: number

            id that is looked for

            -

          Returns boolean

        • unsubscribes all subscriptions with a specific tag

          +

        Returns boolean

        • unsubscribes all subscriptions with a specific tag

          Parameters

          • tag: string

            name that is tagged to the subscription

            -

          Returns boolean

        \ No newline at end of file +

        Returns boolean

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioChunk.html b/classes/_octra_web_media.AudioChunk.html index fa79a3cbe..97bc43d48 100644 --- a/classes/_octra_web_media.AudioChunk.html +++ b/classes/_octra_web_media.AudioChunk.html @@ -1,5 +1,5 @@ AudioChunk | Octra libraries - v2.0.0

        AUDIOCHUNK begins here

        -

        Constructors

        Constructors

        Properties

        _audioManger: AudioManager
        _id: number
        _lastplayedpos: SampleUnit
        _playposition: SampleUnit
        _replay: boolean = false
        _selection: AudioSelection
        _status: PlayBackStatus = PlayBackStatus.PREPARE
        _volume: number = 1
        statuschange: Subject<PlayBackStatus> = ...
        stopPlayback: (() => Promise<void>) = ...

        stops the playback

        -

        Type declaration

          • (): Promise<void>
          • Returns Promise<void>

        subscrManager: SubscriptionManager<Subscription> = ...
        _counter: number = 0

        Accessors

        Constructors

        Properties

        _audioManger: AudioManager
        _id: number
        _lastplayedpos: SampleUnit
        _playposition: SampleUnit
        _replay: boolean = false
        _selection: AudioSelection
        _status: PlayBackStatus = PlayBackStatus.PREPARE
        _volume: number = 1
        statuschange: Subject<PlayBackStatus> = ...
        stopPlayback: (() => Promise<void>) = ...

        stops the playback

        +

        Type declaration

          • (): Promise<void>
          • Returns Promise<void>

        subscrManager: SubscriptionManager<Subscription> = ...
        _counter: number = 0

        Accessors

        Methods

        \ No newline at end of file +

        Parameters

        Returns void

        Methods

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioDecoder.html b/classes/_octra_web_media.AudioDecoder.html index 8f9b8a668..9ea2ac4e9 100644 --- a/classes/_octra_web_media.AudioDecoder.html +++ b/classes/_octra_web_media.AudioDecoder.html @@ -1,5 +1,5 @@ AudioDecoder | Octra libraries - v2.0.0

        The AudioDecoder is used as a replacement for the Web Audio API decoding and makes use of web workers.

        -

        Constructors

        Constructors

        Properties

        afterChannelDataFinished?: Subject<void>
        audioContext: AudioContext
        audioInfo: AudioInfo
        channelData?: Float32Array
        channelDataOffset: number = 0
        format: AudioFormat
        joblist: {
            duration: number;
            jobId: number;
            start: number;
        }[] = []

        Type declaration

        • duration: number
        • jobId: number
        • start: number
        nextWorker: number = 0
        onChannelDataCalculate: Subject<{
            progress: number;
            result?: Float32Array;
        }> = ...

        triggers as soon as new channel data was read. Last event has progress 1.

        -

        Type declaration

        • progress: number
        • Optional result?: Float32Array
        parallelJobs: number = 2
        started: number = 0
        stopDecoding: boolean = false
        subscriptionManager: SubscriptionManager<unknown> = ...
        tsWorkers: TsWorker[]
        uint8Array?: Uint8Array
        writtenChannel: number = 0

        Accessors

        Methods

        • Parameters

          • data: IntArray
          • sampleDuration: number
          • bitsPerSample: number

          Returns Promise<Float32Array>

        • Parameters

          • channelData: Float32Array
          • factor: number

          Returns Promise<Float32Array>

        \ No newline at end of file +

        Constructors

        Properties

        afterChannelDataFinished?: Subject<void>
        audioContext: AudioContext
        audioInfo: AudioInfo
        channelData?: Float32Array
        channelDataOffset: number = 0
        format: AudioFormat
        joblist: {
            duration: number;
            jobId: number;
            start: number;
        }[] = []

        Type declaration

        • duration: number
        • jobId: number
        • start: number
        nextWorker: number = 0
        onChannelDataCalculate: Subject<{
            progress: number;
            result?: Float32Array;
        }> = ...

        triggers as soon as new channel data was read. Last event has progress 1.

        +

        Type declaration

        • progress: number
        • Optional result?: Float32Array
        parallelJobs: number = 2
        started: number = 0
        stopDecoding: boolean = false
        subscriptionManager: SubscriptionManager<unknown> = ...
        tsWorkers: TsWorker[]
        uint8Array?: Uint8Array
        writtenChannel: number = 0

        Accessors

        Methods

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioFormat.html b/classes/_octra_web_media.AudioFormat.html index ebb948266..e101e494e 100644 --- a/classes/_octra_web_media.AudioFormat.html +++ b/classes/_octra_web_media.AudioFormat.html @@ -1,4 +1,4 @@ -AudioFormat | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        constructor +AudioFormat | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        Properties

        _bitsPerSample: number
        _byteRate: number
        _channels: number
        _duration: number
        _extension: string
        _filename: string
        _sampleRate: number
        formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor

        Accessors

        Methods

        \ No newline at end of file +

        Constructors

        Properties

        _bitsPerSample: number
        _byteRate: number
        _channels: number
        _duration: number
        _extension: string
        _filename: string
        _sampleRate: number
        formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor

        Accessors

        Methods

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioInfo.html b/classes/_octra_web_media.AudioInfo.html index e08da701f..a78578ce5 100644 --- a/classes/_octra_web_media.AudioInfo.html +++ b/classes/_octra_web_media.AudioInfo.html @@ -1,4 +1,4 @@ -AudioInfo | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        constructor +AudioInfo | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        Properties

        _bitrate: number = -1
        _channels: number = -1
        _duration: SampleUnit
        _extension: string
        _file: undefined | File
        _hash?: string
        _name: string
        _sampleRate: number
        _size: number
        _type: string
        _url?: string

        Accessors

        • get available(): boolean
        • returns if the file is ready for processing

          -

          Returns boolean

        • get extension(): string
        • extension including the dot. (this must contain a dot!)

          -

          Returns string

        Methods

        • Parameters

          • fullname: string

          Returns {
              extension: string;
              name: string;
          }

          • extension: string
          • name: string
        • creates a FileInfo instance form a URL. It doesn't contain the file itself.

          -

          Parameters

          • url: string
          • Optional type: string
          • Optional name: string
          • createdAt: number = 0
          • Optional size: number

          Returns FileInfo

        • Parameters

          • extension: string

          Returns "audio/wav" | "audio/mpeg" | "audio/ogg" | "audio/opus" | "video/mp4" | "image/png" | "image/jpg" | "application/pdf" | "application/json" | "text/plain"

        \ No newline at end of file +

        Constructors

        Properties

        _bitrate: number = -1
        _channels: number = -1
        _duration: SampleUnit
        _extension: string
        _file: undefined | File
        _hash?: string
        _name: string
        _sampleRate: number
        _size: number
        _type: string
        _url?: string

        Accessors

        • get available(): boolean
        • returns if the file is ready for processing

          +

          Returns boolean

        • get extension(): string
        • extension including the dot. (this must contain a dot!)

          +

          Returns string

        Methods

        • Parameters

          • fullname: string

          Returns {
              extension: string;
              name: string;
          }

          • extension: string
          • name: string
        • creates a FileInfo instance form a URL. It doesn't contain the file itself.

          +

          Parameters

          • url: string
          • Optional type: string
          • Optional name: string
          • createdAt: number = 0
          • Optional size: number

          Returns FileInfo

        • Parameters

          • extension: string

          Returns "audio/wav" | "audio/mpeg" | "audio/ogg" | "audio/opus" | "video/mp4" | "image/png" | "image/jpg" | "application/pdf" | "application/json" | "text/plain"

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioManager.html b/classes/_octra_web_media.AudioManager.html index cb512aaba..3c8b33e53 100644 --- a/classes/_octra_web_media.AudioManager.html +++ b/classes/_octra_web_media.AudioManager.html @@ -1,5 +1,5 @@ AudioManager | Octra libraries - v2.0.0

        AudioManager controls the audio file and all of its chunk. Each audio file should have exactly one manager. The AudioManager uses HTML Audio for playback.

        -

        Constructors

        Constructors

        Properties

        _audioMechanism: AudioMechanism
        _gainNode?: GainNode
        _id: number
        _mainchunk: AudioChunk
        _playOnHover: boolean = false
        chunks: AudioChunk[] = []
        subscrManager: SubscriptionManager<Subscription>
        time: {
            end: number;
            start: number;
        } = ...

        Type declaration

        • end: number
        • start: number
        counter: number = 0

        Accessors

        Methods

        • destroys the audio manager

          -

          Parameters

          • disconnect: boolean = true

          Returns Promise<void>

        • starts audio playback using a given selection.

          -

          Parameters

          • audioSelection: AudioSelection
          • volume: number
          • playbackRate: number
          • playOnHover: boolean = false

          Returns Promise<void>

        • creates a new audio manager and reports the progress using an observable. The initialization includes audio decoding.

          -

          Parameters

          • filename: string
          • type: string
          • buffer: ArrayBuffer
          • Optional url: string
          • audioMechanism: AudioMechanism = ...

          Returns Observable<{
              audioManager: AudioManager;
              progress: number;
          }>

        Properties

        _audioMechanism: AudioMechanism
        _gainNode?: GainNode
        _id: number
        _mainchunk: AudioChunk
        _playOnHover: boolean = false
        chunks: AudioChunk[] = []
        subscrManager: SubscriptionManager<Subscription>
        time: {
            end: number;
            start: number;
        } = ...

        Type declaration

        • end: number
        • start: number
        counter: number = 0

        Accessors

        Methods

        • destroys the audio manager

          +

          Parameters

          • disconnect: boolean = true

          Returns Promise<void>

        • starts audio playback using a given selection.

          +

          Parameters

          • audioSelection: AudioSelection
          • volume: number
          • playbackRate: number
          • playOnHover: boolean = false

          Returns Promise<void>

        • creates a new audio manager and reports the progress using an observable. The initialization includes audio decoding.

          +

          Parameters

          • filename: string
          • type: string
          • buffer: ArrayBuffer
          • Optional url: string
          • audioMechanism: AudioMechanism = ...

          Returns Observable<{
              audioManager: AudioManager;
              progress: number;
          }>

        • returns the FileFormat instance relative of the file extension or undefined if not found.

          Parameters

          • extension: string

            file extension

          • audioformats: AudioFormat[]

            list of supported audio formats

            -

          Returns undefined | AudioFormat

        • returns the number of data parts

          -

          Parameters

          • fileSize: number

          Returns number

        • checks if there is an audio format that matches with the extension of the audio file.

          -

          Parameters

          Returns boolean

        \ No newline at end of file +

        Returns undefined | AudioFormat

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioResource.html b/classes/_octra_web_media.AudioResource.html index 364c38555..9e1d7c997 100644 --- a/classes/_octra_web_media.AudioResource.html +++ b/classes/_octra_web_media.AudioResource.html @@ -1,4 +1,4 @@ -AudioResource | Octra libraries - v2.0.0

        Hierarchy

        • MediaResource
          • AudioResource

        Constructors

        constructor +AudioResource | Octra libraries - v2.0.0

        Hierarchy

        • MediaResource
          • AudioResource

        Constructors

        Properties

        Accessors

        arraybuffer extension @@ -7,4 +7,4 @@ size url

        Methods

        Constructors

        Properties

        _info: AudioInfo

        Accessors

        • get arraybuffer(): undefined | ArrayBuffer
        • Returns undefined | ArrayBuffer

        • set arraybuffer(value): void
        • Parameters

          • value: undefined | ArrayBuffer

          Returns void

        • get size(): undefined | number
        • Returns undefined | number

        • get url(): undefined | string
        • Returns undefined | string

        Methods

        \ No newline at end of file +

        Constructors

        Properties

        _info: AudioInfo

        Accessors

        • get arraybuffer(): undefined | ArrayBuffer
        • Returns undefined | ArrayBuffer

        • set arraybuffer(value): void
        • Parameters

          • value: undefined | ArrayBuffer

          Returns void

        • get size(): undefined | number
        • Returns undefined | number

        • get url(): undefined | string
        • Returns undefined | string

        Methods

        \ No newline at end of file diff --git a/classes/_octra_web_media.AudioTimeCalculator.html b/classes/_octra_web_media.AudioTimeCalculator.html index c7ca4a45f..6301d05bd 100644 --- a/classes/_octra_web_media.AudioTimeCalculator.html +++ b/classes/_octra_web_media.AudioTimeCalculator.html @@ -1,4 +1,4 @@ -AudioTimeCalculator | Octra libraries - v2.0.0

        Constructors

        constructor +AudioTimeCalculator | Octra libraries - v2.0.0

        Constructors

        Properties

        Accessors

        Constructors

        Properties

        _duration: SampleUnit
        audioPxWidth: number

        Accessors

        Methods

        \ No newline at end of file +

        Constructors

        Properties

        _duration: SampleUnit
        audioPxWidth: number

        Accessors

        Methods

        \ No newline at end of file diff --git a/classes/_octra_web_media.BrowserInfo.html b/classes/_octra_web_media.BrowserInfo.html index eb4f7ddea..e81fbdf9b 100644 --- a/classes/_octra_web_media.BrowserInfo.html +++ b/classes/_octra_web_media.BrowserInfo.html @@ -1,10 +1,10 @@ -BrowserInfo | Octra libraries - v2.0.0

        Constructors

        constructor +BrowserInfo | Octra libraries - v2.0.0

        Constructors

        Accessors

        Constructors

        Accessors

        • get browser(): undefined | string
        • returns the browser name

          -

          Returns undefined | string

        • get platform(): "mac" | "pc"
        • returns if current system is mac or pc.

          -

          Returns "mac" | "pc"

        \ No newline at end of file +

        Returns undefined | string

        • get platform(): "mac" | "pc"
        • returns if current system is mac or pc.

          +

          Returns "mac" | "pc"

        \ No newline at end of file diff --git a/classes/_octra_web_media.DataInfo.html b/classes/_octra_web_media.DataInfo.html index 01aa12e83..f61744d5a 100644 --- a/classes/_octra_web_media.DataInfo.html +++ b/classes/_octra_web_media.DataInfo.html @@ -1,4 +1,4 @@ -DataInfo | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        constructor +DataInfo | Octra libraries - v2.0.0

        Hierarchy (view full)

        Constructors

        Properties

        _attributes _hash? _name @@ -9,4 +9,4 @@ name size type -

        Constructors

        Properties

        _attributes: {} = {}

        Type declaration

          _hash?: string
          _name: string
          _size: number
          _type: string

          Accessors

          \ No newline at end of file +

          Constructors

          Properties

          _attributes: {} = {}

          Type declaration

            _hash?: string
            _name: string
            _size: number
            _type: string

            Accessors

            \ No newline at end of file diff --git a/classes/_octra_web_media.DirectoryInfo.html b/classes/_octra_web_media.DirectoryInfo.html index 5c3ec24c3..12eae5216 100644 --- a/classes/_octra_web_media.DirectoryInfo.html +++ b/classes/_octra_web_media.DirectoryInfo.html @@ -1,4 +1,4 @@ -DirectoryInfo | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            constructor +DirectoryInfo | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            Properties

            _entries: (FileInfo | DirectoryInfo)[] = []
            _hash?: string
            _name: string
            _path: string
            _size: number
            _type: string

            Accessors

            Methods

            \ No newline at end of file +

            Constructors

            Properties

            _entries: (FileInfo | DirectoryInfo)[] = []
            _hash?: string
            _name: string
            _path: string
            _size: number
            _type: string

            Accessors

            Methods

            \ No newline at end of file diff --git a/classes/_octra_web_media.FileInfo.html b/classes/_octra_web_media.FileInfo.html index fb8bd67de..24e982cc3 100644 --- a/classes/_octra_web_media.FileInfo.html +++ b/classes/_octra_web_media.FileInfo.html @@ -1,4 +1,4 @@ -FileInfo | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            constructor +FileInfo | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            Properties

            _createdAt: number = 0
            _extension: string
            _file: undefined | File
            _hash?: string
            _name: string
            _online: boolean = true
            _size: number
            _type: string
            _url?: string

            Accessors

            Methods

            • Parameters

              • fullname: string

              Returns {
                  extension: string;
                  name: string;
              }

              • extension: string
              • name: string
            • creates a FileInfo instance form a URL. It doesn't contain the file itself.

              -

              Parameters

              • url: string
              • Optional type: string
              • Optional name: string
              • createdAt: number = 0
              • Optional size: number

              Returns FileInfo

            • Parameters

              • file: File
              • Optional encoding: string

              Returns Promise<string>

            • Parameters

              • content: string
              • filename: string
              • Optional type: string

              Returns File

            • Parameters

              • extension: string

              Returns "audio/wav" | "audio/mpeg" | "audio/ogg" | "audio/opus" | "video/mp4" | "image/png" | "image/jpg" | "application/pdf" | "application/json" | "text/plain"

            • Parameters

              • file: File
              • newName: string
              • attributes: any

              Returns Promise<File>

            \ No newline at end of file +

            Constructors

            Properties

            _createdAt: number = 0
            _extension: string
            _file: undefined | File
            _hash?: string
            _name: string
            _online: boolean = true
            _size: number
            _type: string
            _url?: string

            Accessors

            Methods

            • Parameters

              • fullname: string

              Returns {
                  extension: string;
                  name: string;
              }

              • extension: string
              • name: string
            • creates a FileInfo instance form a URL. It doesn't contain the file itself.

              +

              Parameters

              • url: string
              • Optional type: string
              • Optional name: string
              • createdAt: number = 0
              • Optional size: number

              Returns FileInfo

            • Parameters

              • file: File
              • Optional encoding: string

              Returns Promise<string>

            • Parameters

              • content: string
              • filename: string
              • Optional type: string

              Returns File

            • Parameters

              • extension: string

              Returns "audio/wav" | "audio/mpeg" | "audio/ogg" | "audio/opus" | "video/mp4" | "image/png" | "image/jpg" | "application/pdf" | "application/json" | "text/plain"

            • Parameters

              • file: File
              • newName: string
              • attributes: any

              Returns Promise<File>

            \ No newline at end of file diff --git a/classes/_octra_web_media.OggFormat.html b/classes/_octra_web_media.OggFormat.html index 8e6a6b0bf..377fadcc2 100644 --- a/classes/_octra_web_media.OggFormat.html +++ b/classes/_octra_web_media.OggFormat.html @@ -1,4 +1,4 @@ -OggFormat | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            constructor +OggFormat | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            Properties

            _bitsPerSample: number
            _byteRate: number
            _channels: number
            _duration: number
            _extension: string
            _filename: string
            _sampleRate: number
            bitStreamLength: number
            formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor
            granulePosition: number

            A granule position is the time marker in Ogg files. It is an abstract value, whose meaning is determined by the codec. +

            Constructors

            Properties

            _bitsPerSample: number
            _byteRate: number
            _channels: number
            _duration: number
            _extension: string
            _filename: string
            _sampleRate: number
            bitStreamLength: number
            formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor
            granulePosition: number

            A granule position is the time marker in Ogg files. It is an abstract value, whose meaning is determined by the codec. It may, for example, be a count of the number of samples, the number of frames or a more complex scheme.

            -
            headerType: number
            version: number

            Accessors

            Methods

            \ No newline at end of file +
            headerType: number
            version: number

            Accessors

            Methods

            \ No newline at end of file diff --git a/classes/_octra_web_media.ShortcutManager.html b/classes/_octra_web_media.ShortcutManager.html index ed61867b4..da5396327 100644 --- a/classes/_octra_web_media.ShortcutManager.html +++ b/classes/_octra_web_media.ShortcutManager.html @@ -1,5 +1,5 @@ ShortcutManager | Octra libraries - v2.0.0

            manages all supported shortcuts

            -

            Constructors

            Constructors

            Properties

            _pressedKeys: {
                alt: boolean;
                cmd: boolean;
                ctrl: boolean;
                other: number;
                shift: boolean;
            } = ...

            Type declaration

            • alt: boolean
            • cmd: boolean
            • ctrl: boolean
            • other: number
            • shift: boolean
            _shortcuts: ShortcutGroup[]
            generalShortcuts: ShortcutGroup = ...
            keyMappingTable: KeyMappingEntry[] = ...
            protectedShortcuts: string[] = ...
            shortcutsEnabled: boolean = true

            Accessors

            • get pressedKeys(): {
                  alt: boolean;
                  cmd: boolean;
                  ctrl: boolean;
                  other: number;
                  shift: boolean;
              }
            • Returns {
                  alt: boolean;
                  cmd: boolean;
                  ctrl: boolean;
                  other: number;
                  shift: boolean;
              }

              • alt: boolean
              • cmd: boolean
              • ctrl: boolean
              • other: number
              • shift: boolean

            Methods

            • Parameters

              • shortcut: string
              • platform: "mac" | "pc"

              Returns undefined | {
                  groupName: string;
                  shortcut: Shortcut;
              }

            • Parameters

              • event: KeyboardEvent

              Returns undefined | {
                  groupName: string;
                  shortcut: Shortcut;
              }

            • gets the name of a special Key by number

              -

              Parameters

              • event: KeyboardEvent

              Returns string

            • Parameters

              • shortcutCombination: string

              Returns boolean

            • Parameters

              • groupName: string
              • itemName: string

              Returns void

            \ No newline at end of file +

            Constructors

            Properties

            _pressedKeys: {
                alt: boolean;
                cmd: boolean;
                ctrl: boolean;
                other: number;
                shift: boolean;
            } = ...

            Type declaration

            • alt: boolean
            • cmd: boolean
            • ctrl: boolean
            • other: number
            • shift: boolean
            _shortcuts: ShortcutGroup[]
            generalShortcuts: ShortcutGroup = ...
            keyMappingTable: KeyMappingEntry[] = ...
            protectedShortcuts: string[] = ...
            shortcutsEnabled: boolean = true

            Accessors

            Methods

            \ No newline at end of file diff --git a/classes/_octra_web_media.TsWorker.html b/classes/_octra_web_media.TsWorker.html index ef304a3a3..74361d0f4 100644 --- a/classes/_octra_web_media.TsWorker.html +++ b/classes/_octra_web_media.TsWorker.html @@ -1,5 +1,5 @@ TsWorker | Octra libraries - v2.0.0

            Inline web worker that runs jobs asynchronously.

            -

            Constructors

            Constructors

            Properties

            Constructors

            Properties

            _id: number
            _jobstatuschange: Subject<TsWorkerJob> = ...
            _queue: TsWorkerJob[] = []
            blobURL: string
            status: TsWorkerStatus = TsWorkerStatus.INITIALIZED
            worker: Worker
            workerID: number = 1

            Accessors

            Methods

            • adds a job to the worker's queue and starts it automatically

              +

            Constructors

            Properties

            _id: number
            _jobstatuschange: Subject<TsWorkerJob> = ...
            _queue: TsWorkerJob[] = []
            blobURL: string
            status: TsWorkerStatus = TsWorkerStatus.INITIALIZED
            worker: Worker
            workerID: number = 1

            Accessors

            Methods

            • checks if job is already in the queue

              +

            Returns void

            Returns boolean

            Returns void

            \ No newline at end of file +

            Returns Promise<any>

            \ No newline at end of file diff --git a/classes/_octra_web_media.TsWorkerJob.html b/classes/_octra_web_media.TsWorkerJob.html index 91afe3d33..5223c1126 100644 --- a/classes/_octra_web_media.TsWorkerJob.html +++ b/classes/_octra_web_media.TsWorkerJob.html @@ -1,5 +1,5 @@ TsWorkerJob | Octra libraries - v2.0.0

            This class defines a task with given function and parameters.

            -

            Constructors

            Constructors

            Properties

            _id _result _statistics @@ -12,13 +12,13 @@ statistics status

            Methods

            Constructors

            Properties

            _id: number
            _result: any
            _statistics: {
                ended: number;
                started: number;
            } = ...

            Type declaration

            • ended: number
            • started: number
            _status: TsWorkerStatus = TsWorkerStatus.INITIALIZED
            args: any[] = []
            doFunction: string | ((args) => Promise<any>) = ...

            this function will be run in the web worker

            -

            Type declaration

              • (args): Promise<any>
              • Parameters

                • args: any[]

                Returns Promise<any>

            jobIDCounter: number = 0

            Accessors

            • get statistics(): {
                  ended: number;
                  started: number;
              }
            • returns timing statistics

              -

              Returns {
                  ended: number;
                  started: number;
              }

              • ended: number
              • started: number
            • set statistics(value): void
            • sets timing statistics

              +

            Constructors

            Properties

            _id: number
            _result: any
            _statistics: {
                ended: number;
                started: number;
            } = ...

            Type declaration

            • ended: number
            • started: number
            _status: TsWorkerStatus = TsWorkerStatus.INITIALIZED
            args: any[] = []
            doFunction: string | ((args) => Promise<any>) = ...

            this function will be run in the web worker

            +

            Type declaration

              • (args): Promise<any>
              • Parameters

                • args: any[]

                Returns Promise<any>

            jobIDCounter: number = 0

            Accessors

            • get statistics(): {
                  ended: number;
                  started: number;
              }
            • returns timing statistics

              +

              Returns {
                  ended: number;
                  started: number;
              }

              • ended: number
              • started: number
            • set statistics(value): void
            • sets timing statistics

              Parameters

              • value: {
                    ended: number;
                    started: number;
                }

                start and end time

                -
                • ended: number
                • started: number

              Returns void

            Methods

            • changes this job's status

              +
              • ended: number
              • started: number

            Returns void

            Methods

            \ No newline at end of file +

            Returns void

            \ No newline at end of file diff --git a/classes/_octra_web_media.WavFormat.html b/classes/_octra_web_media.WavFormat.html index 69b8edd45..e84132ddd 100644 --- a/classes/_octra_web_media.WavFormat.html +++ b/classes/_octra_web_media.WavFormat.html @@ -1,4 +1,4 @@ -WavFormat | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            constructor +WavFormat | Octra libraries - v2.0.0

            Hierarchy (view full)

            Constructors

            Properties

            _bitsPerSample: number
            _blockAlign: number
            _byteRate: number
            _channels: number
            _duration: number
            _extension: string
            _filename: string
            _sampleRate: number
            dataStart: number = -1
            formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor
            onaudiocut: Subject<{
                fileName: string;
                finishedSegments: number;
                intArray: IntArray;
            }> = ...

            Type declaration

            • fileName: string
            • finishedSegments: number
            • intArray: IntArray
            status: "running" | "stopRequested" | "stopped" = 'stopped'

            Accessors

            Methods

            • Parameters

              Returns Promise<{
                  fileName: string;
                  uint8Array: Uint8Array;
              }>

            • cut the audio file sequentially

              +

            Constructors

            Properties

            _bitsPerSample: number
            _blockAlign: number
            _byteRate: number
            _channels: number
            _duration: number
            _extension: string
            _filename: string
            _sampleRate: number
            dataStart: number = -1
            formatConstructor: Uint8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor
            onaudiocut: Subject<{
                fileName: string;
                finishedSegments: number;
                intArray: IntArray;
            }> = ...

            Type declaration

            • fileName: string
            • finishedSegments: number
            • intArray: IntArray
            status: "running" | "stopRequested" | "stopped" = 'stopped'

            Accessors

            Methods

            • Parameters

              Returns Promise<{
                  fileName: string;
                  uint8Array: Uint8Array;
              }>

            • cut the audio file sequentially

              Parameters

              • namingConvention: string

                the naming convention for file renaming

              • buffer: ArrayBuffer

                the array buffer of the audio file

              • segments: NumeratedSegment[]

                the list of segments for cut

              • pointer: number = 0

                the current segment to be cut

                -

              Returns void

            • cuts the data part of selected samples from an Uint8Array

              +

            Returns void

            Returns Promise<IntArray>

            \ No newline at end of file +

            Returns boolean

            \ No newline at end of file diff --git a/enums/_octra_annotation.ASRQueueItemType.html b/enums/_octra_annotation.ASRQueueItemType.html index 2be3d33ed..5cab1af79 100644 --- a/enums/_octra_annotation.ASRQueueItemType.html +++ b/enums/_octra_annotation.ASRQueueItemType.html @@ -1,4 +1,4 @@ -ASRQueueItemType | Octra libraries - v2.0.0

            Enumeration Members

            ASR +ASRQueueItemType | Octra libraries - v2.0.0

            Enumeration Members

            Enumeration Members

            ASR: "ASR"
            ASRMAUS: "ASRMAUS"
            MAUS: "MAUS"
            \ No newline at end of file +

            Enumeration Members

            ASR: "ASR"
            ASRMAUS: "ASRMAUS"
            MAUS: "MAUS"
            \ No newline at end of file diff --git a/enums/_octra_annotation.AnnotationLevelType.html b/enums/_octra_annotation.AnnotationLevelType.html index 5c997409b..57109b280 100644 --- a/enums/_octra_annotation.AnnotationLevelType.html +++ b/enums/_octra_annotation.AnnotationLevelType.html @@ -1,4 +1,4 @@ -AnnotationLevelType | Octra libraries - v2.0.0

            Enumeration Members

            EVENT +AnnotationLevelType | Octra libraries - v2.0.0

            Enumeration Members

            Enumeration Members

            EVENT: "EVENT"
            ITEM: "ITEM"
            SEGMENT: "SEGMENT"
            \ No newline at end of file +

            Enumeration Members

            EVENT: "EVENT"
            ITEM: "ITEM"
            SEGMENT: "SEGMENT"
            \ No newline at end of file diff --git a/enums/_octra_media.PlayBackStatus.html b/enums/_octra_media.PlayBackStatus.html index df4640e98..97c2147f0 100644 --- a/enums/_octra_media.PlayBackStatus.html +++ b/enums/_octra_media.PlayBackStatus.html @@ -1,8 +1,8 @@ -PlayBackStatus | Octra libraries - v2.0.0

            Enumeration PlayBackStatusConst

            Enumeration Members

            ENDED +PlayBackStatus | Octra libraries - v2.0.0

            Enumeration PlayBackStatusConst

            Enumeration Members

            ENDED: "ENDED"
            INITIALIZED: "INITIALIZED"
            PAUSED: "PAUSED"
            PLAYING: "PLAYING"
            PREPARE: "PREPARE"
            STARTED: "STARTED"
            STOPPED: "STOPPED"
            \ No newline at end of file +

            Enumeration Members

            ENDED: "ENDED"
            INITIALIZED: "INITIALIZED"
            PAUSED: "PAUSED"
            PLAYING: "PLAYING"
            PREPARE: "PREPARE"
            STARTED: "STARTED"
            STOPPED: "STOPPED"
            \ No newline at end of file diff --git a/enums/_octra_web_media.TsWorkerStatus.html b/enums/_octra_web_media.TsWorkerStatus.html index 29391d461..3fea465bd 100644 --- a/enums/_octra_web_media.TsWorkerStatus.html +++ b/enums/_octra_web_media.TsWorkerStatus.html @@ -1,6 +1,6 @@ -TsWorkerStatus | Octra libraries - v2.0.0

            Enumeration Members

            FAILED +TsWorkerStatus | Octra libraries - v2.0.0

            Enumeration Members

            FAILED: "failed"
            FINISHED: "finished"
            INITIALIZED: "initialized"
            RUNNING: "running"
            STOPPED: "stopped"
            \ No newline at end of file +

            Enumeration Members

            FAILED: "failed"
            FINISHED: "finished"
            INITIALIZED: "initialized"
            RUNNING: "running"
            STOPPED: "stopped"
            \ No newline at end of file diff --git a/functions/_octra_annotation.addSegment.html b/functions/_octra_annotation.addSegment.html index c2e48511e..f9f2a9245 100644 --- a/functions/_octra_annotation.addSegment.html +++ b/functions/_octra_annotation.addSegment.html @@ -1,2 +1,2 @@ addSegment | Octra libraries - v2.0.0
            \ No newline at end of file +

            Parameters

            Returns {
                entries: OctraAnnotationSegment[];
                itemIDCounter: number;
            }

            \ No newline at end of file diff --git a/functions/_octra_annotation.betweenWhichSegment.html b/functions/_octra_annotation.betweenWhichSegment.html index 84f8388e9..128f39ec8 100644 --- a/functions/_octra_annotation.betweenWhichSegment.html +++ b/functions/_octra_annotation.betweenWhichSegment.html @@ -1 +1 @@ -betweenWhichSegment | Octra libraries - v2.0.0
            \ No newline at end of file +betweenWhichSegment | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.cleanup.html b/functions/_octra_annotation.cleanup.html index 6c03e17f3..41f1aa8af 100644 --- a/functions/_octra_annotation.cleanup.html +++ b/functions/_octra_annotation.cleanup.html @@ -1 +1 @@ -cleanup | Octra libraries - v2.0.0
            \ No newline at end of file +cleanup | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.combineSegments.html b/functions/_octra_annotation.combineSegments.html index 8ad0d29f4..3499d9a45 100644 --- a/functions/_octra_annotation.combineSegments.html +++ b/functions/_octra_annotation.combineSegments.html @@ -1 +1 @@ -combineSegments | Octra libraries - v2.0.0
            \ No newline at end of file +combineSegments | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.contains.html b/functions/_octra_annotation.contains.html index 1be2468e7..53e4f6445 100644 --- a/functions/_octra_annotation.contains.html +++ b/functions/_octra_annotation.contains.html @@ -1,4 +1,4 @@ contains | Octra libraries - v2.0.0
            • checks if a given string contains a given substring

              Parameters

              • haystack: string

                string that should be searched

              • needle: string

                substring that is searched for

                -

              Returns boolean

            \ No newline at end of file +

            Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_annotation.convertFromSupportedConverters.html b/functions/_octra_annotation.convertFromSupportedConverters.html index ed846178f..2d2633ba5 100644 --- a/functions/_octra_annotation.convertFromSupportedConverters.html +++ b/functions/_octra_annotation.convertFromSupportedConverters.html @@ -1 +1 @@ -convertFromSupportedConverters | Octra libraries - v2.0.0
            \ No newline at end of file +convertFromSupportedConverters | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.convertOSegmentsToSegments.html b/functions/_octra_annotation.convertOSegmentsToSegments.html index c31a23c89..ac8ddfbaa 100644 --- a/functions/_octra_annotation.convertOSegmentsToSegments.html +++ b/functions/_octra_annotation.convertOSegmentsToSegments.html @@ -1 +1 @@ -convertOSegmentsToSegments | Octra libraries - v2.0.0
            \ No newline at end of file +convertOSegmentsToSegments | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.convertSegmentsToOSegments.html b/functions/_octra_annotation.convertSegmentsToOSegments.html index c2b63ccdc..fbd617474 100644 --- a/functions/_octra_annotation.convertSegmentsToOSegments.html +++ b/functions/_octra_annotation.convertSegmentsToOSegments.html @@ -1,2 +1,2 @@ convertSegmentsToOSegments | Octra libraries - v2.0.0
            \ No newline at end of file +

            Parameters

            Returns OSegment[]

            \ No newline at end of file diff --git a/functions/_octra_annotation.getSegmentBySamplePosition.html b/functions/_octra_annotation.getSegmentBySamplePosition.html index ba1d26e2b..3ee6e929f 100644 --- a/functions/_octra_annotation.getSegmentBySamplePosition.html +++ b/functions/_octra_annotation.getSegmentBySamplePosition.html @@ -1,2 +1,2 @@ getSegmentBySamplePosition | Octra libraries - v2.0.0
            \ No newline at end of file +

            Parameters

            Returns number

            \ No newline at end of file diff --git a/functions/_octra_annotation.getSegmentsOfRange.html b/functions/_octra_annotation.getSegmentsOfRange.html index e493c3d4c..5f8404e77 100644 --- a/functions/_octra_annotation.getSegmentsOfRange.html +++ b/functions/_octra_annotation.getSegmentsOfRange.html @@ -1 +1 @@ -getSegmentsOfRange | Octra libraries - v2.0.0
            \ No newline at end of file +getSegmentsOfRange | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.getStartTimeBySegmentID.html b/functions/_octra_annotation.getStartTimeBySegmentID.html index 0311b7920..fb9804b18 100644 --- a/functions/_octra_annotation.getStartTimeBySegmentID.html +++ b/functions/_octra_annotation.getStartTimeBySegmentID.html @@ -1 +1 @@ -getStartTimeBySegmentID | Octra libraries - v2.0.0
            \ No newline at end of file +getStartTimeBySegmentID | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_annotation.removeBySamples.html b/functions/_octra_annotation.removeBySamples.html index 33ed55aa8..ada887fa1 100644 --- a/functions/_octra_annotation.removeBySamples.html +++ b/functions/_octra_annotation.removeBySamples.html @@ -1,2 +1,2 @@ removeBySamples | Octra libraries - v2.0.0
            \ No newline at end of file +

            Parameters

            Returns OctraAnnotationSegment<ASRContext>[]

            \ No newline at end of file diff --git a/functions/_octra_annotation.removeSegmentByIndex.html b/functions/_octra_annotation.removeSegmentByIndex.html index 8cbd4c150..11fce8b1f 100644 --- a/functions/_octra_annotation.removeSegmentByIndex.html +++ b/functions/_octra_annotation.removeSegmentByIndex.html @@ -1,4 +1,4 @@ removeSegmentByIndex | Octra libraries - v2.0.0
            \ No newline at end of file +
          • mergeTranscripts: boolean = true
          • Returns OctraAnnotationSegment<ASRContext>[]

            \ No newline at end of file diff --git a/functions/_octra_annotation.sort.html b/functions/_octra_annotation.sort.html index bca5416c0..d3ffb4bfd 100644 --- a/functions/_octra_annotation.sort.html +++ b/functions/_octra_annotation.sort.html @@ -1,2 +1,2 @@ sort | Octra libraries - v2.0.0
            \ No newline at end of file +

            Parameters

            Returns OctraAnnotationSegment<ASRContext>[]

            \ No newline at end of file diff --git a/functions/_octra_ngx_utilities.downloadFile.html b/functions/_octra_ngx_utilities.downloadFile.html index 0ce0547cc..73c2f9148 100644 --- a/functions/_octra_ngx_utilities.downloadFile.html +++ b/functions/_octra_ngx_utilities.downloadFile.html @@ -2,4 +2,4 @@

            Type Parameters

            Parameters

            Returns Subject<{
                progress: number;
                result?: T;
            }>

            \ No newline at end of file +

            Returns Subject<{
                progress: number;
                result?: T;
            }>

            \ No newline at end of file diff --git a/functions/_octra_ngx_utilities.navigateTo.html b/functions/_octra_ngx_utilities.navigateTo.html index 0a347b62e..56e93e848 100644 --- a/functions/_octra_ngx_utilities.navigateTo.html +++ b/functions/_octra_ngx_utilities.navigateTo.html @@ -1 +1 @@ -navigateTo | Octra libraries - v2.0.0
            • Parameters

              • router: Router
              • commands: any[]
              • Optional navigationExtras: NavigationExtras

              Returns Promise<boolean>

            \ No newline at end of file +navigateTo | Octra libraries - v2.0.0
            • Parameters

              • router: Router
              • commands: any[]
              • Optional navigationExtras: NavigationExtras

              Returns Promise<boolean>

            \ No newline at end of file diff --git a/functions/_octra_ngx_utilities.uniqueHTTPRequest.html b/functions/_octra_ngx_utilities.uniqueHTTPRequest.html index 49d913763..cd41b4ca0 100644 --- a/functions/_octra_ngx_utilities.uniqueHTTPRequest.html +++ b/functions/_octra_ngx_utilities.uniqueHTTPRequest.html @@ -1 +1 @@ -uniqueHTTPRequest | Octra libraries - v2.0.0
            • Parameters

              • http: HttpClient
              • post: boolean = false
              • requestOptions: any
              • url: string
              • body: any

              Returns Observable<any>

            \ No newline at end of file +uniqueHTTPRequest | Octra libraries - v2.0.0
            • Parameters

              • http: HttpClient
              • post: boolean = false
              • requestOptions: any
              • url: string
              • body: any

              Returns Observable<any>

            \ No newline at end of file diff --git a/functions/_octra_utilities.base64ToArrayBuffer.html b/functions/_octra_utilities.base64ToArrayBuffer.html index 01a88386a..c3a7027ec 100644 --- a/functions/_octra_utilities.base64ToArrayBuffer.html +++ b/functions/_octra_utilities.base64ToArrayBuffer.html @@ -1,2 +1,2 @@ base64ToArrayBuffer | Octra libraries - v2.0.0
            • converts base64 to ArrayBuffer

              -

              Parameters

              • base64String: string

              Returns any

            \ No newline at end of file +

            Parameters

            Returns any

            \ No newline at end of file diff --git a/functions/_octra_utilities.contains.html b/functions/_octra_utilities.contains.html index 2b72b31e0..b5a216b61 100644 --- a/functions/_octra_utilities.contains.html +++ b/functions/_octra_utilities.contains.html @@ -1,4 +1,4 @@ contains | Octra libraries - v2.0.0
            • checks if a given string contains a given substring

              Parameters

              • haystack: string

                string that should be searched

              • needle: string

                substring that is searched for

                -

              Returns boolean

            \ No newline at end of file +

            Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_utilities.convertDurationToUnix.html b/functions/_octra_utilities.convertDurationToUnix.html index 1e48bb784..7b8dc4b32 100644 --- a/functions/_octra_utilities.convertDurationToUnix.html +++ b/functions/_octra_utilities.convertDurationToUnix.html @@ -1,3 +1,3 @@ convertDurationToUnix | Octra libraries - v2.0.0
            • converts time declaration from string to unix time (miliseconds).

              Parameters

              • duration: string

                e.g. 2d, 1h, 5m

                -

              Returns undefined | number

            \ No newline at end of file +

            Returns undefined | number

            \ No newline at end of file diff --git a/functions/_octra_utilities.equalProperties.html b/functions/_octra_utilities.equalProperties.html index aa01efdf5..b1ba289bf 100644 --- a/functions/_octra_utilities.equalProperties.html +++ b/functions/_octra_utilities.equalProperties.html @@ -1 +1 @@ -equalProperties | Octra libraries - v2.0.0
            • Parameters

              • elem: any
              • elem2: any

              Returns boolean

            \ No newline at end of file +equalProperties | Octra libraries - v2.0.0
            • Parameters

              • elem: any
              • elem2: any

              Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_utilities.escapeHtml.html b/functions/_octra_utilities.escapeHtml.html index 53db31f32..56bccc7e8 100644 --- a/functions/_octra_utilities.escapeHtml.html +++ b/functions/_octra_utilities.escapeHtml.html @@ -1 +1 @@ -escapeHtml | Octra libraries - v2.0.0
            \ No newline at end of file +escapeHtml | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.escapeRegex.html b/functions/_octra_utilities.escapeRegex.html index 616a7c68d..c5d4945df 100644 --- a/functions/_octra_utilities.escapeRegex.html +++ b/functions/_octra_utilities.escapeRegex.html @@ -1 +1 @@ -escapeRegex | Octra libraries - v2.0.0
            • Parameters

              • regexStr: string

              Returns string

            \ No newline at end of file +escapeRegex | Octra libraries - v2.0.0
            • Parameters

              • regexStr: string

              Returns string

            \ No newline at end of file diff --git a/functions/_octra_utilities.extractFileNameFromURL.html b/functions/_octra_utilities.extractFileNameFromURL.html index 9cbdf9beb..66d3aa5be 100644 --- a/functions/_octra_utilities.extractFileNameFromURL.html +++ b/functions/_octra_utilities.extractFileNameFromURL.html @@ -1,2 +1,2 @@ extractFileNameFromURL | Octra libraries - v2.0.0
            • returns the file name and extension part of an URL. Extension contains the dot.

              -

              Parameters

              • url: string

              Returns {
                  extension: string;
                  name: string;
              }

              • extension: string
              • name: string
            \ No newline at end of file +

            Parameters

            Returns {
                extension: string;
                name: string;
            }

            \ No newline at end of file diff --git a/functions/_octra_utilities.flatten.html b/functions/_octra_utilities.flatten.html index f0d312536..5a3d122e2 100644 --- a/functions/_octra_utilities.flatten.html +++ b/functions/_octra_utilities.flatten.html @@ -1 +1 @@ -flatten | Octra libraries - v2.0.0
            \ No newline at end of file +flatten | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.getBaseHrefURL.html b/functions/_octra_utilities.getBaseHrefURL.html index c98c23d66..8c62fa30e 100644 --- a/functions/_octra_utilities.getBaseHrefURL.html +++ b/functions/_octra_utilities.getBaseHrefURL.html @@ -1,2 +1,2 @@ getBaseHrefURL | Octra libraries - v2.0.0
            • returns the base URL path to the application

              -

              Returns string

            \ No newline at end of file +

            Returns string

            \ No newline at end of file diff --git a/functions/_octra_utilities.getFileSize.html b/functions/_octra_utilities.getFileSize.html index 4c55f41e1..d080cf935 100644 --- a/functions/_octra_utilities.getFileSize.html +++ b/functions/_octra_utilities.getFileSize.html @@ -1 +1 @@ -getFileSize | Octra libraries - v2.0.0
            \ No newline at end of file +getFileSize | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.getProperties.html b/functions/_octra_utilities.getProperties.html index 71516ad7d..2f818759b 100644 --- a/functions/_octra_utilities.getProperties.html +++ b/functions/_octra_utilities.getProperties.html @@ -1 +1 @@ -getProperties | Octra libraries - v2.0.0
            • Parameters

              • obj: any

              Returns [string, any][]

            \ No newline at end of file +getProperties | Octra libraries - v2.0.0
            • Parameters

              • obj: any

              Returns [string, any][]

            \ No newline at end of file diff --git a/functions/_octra_utilities.getTranscriptFromIO.html b/functions/_octra_utilities.getTranscriptFromIO.html index fd5911e24..3c41a5a07 100644 --- a/functions/_octra_utilities.getTranscriptFromIO.html +++ b/functions/_octra_utilities.getTranscriptFromIO.html @@ -1 +1 @@ -getTranscriptFromIO | Octra libraries - v2.0.0
            • Parameters

              • io: any[]

              Returns any | undefined

            \ No newline at end of file +getTranscriptFromIO | Octra libraries - v2.0.0
            • Parameters

              • io: any[]

              Returns any | undefined

            \ No newline at end of file diff --git a/functions/_octra_utilities.hasProperty.html b/functions/_octra_utilities.hasProperty.html index 2182607e6..668e4372f 100644 --- a/functions/_octra_utilities.hasProperty.html +++ b/functions/_octra_utilities.hasProperty.html @@ -1 +1 @@ -hasProperty | Octra libraries - v2.0.0
            • Parameters

              • obj: unknown
              • attribute: string

              Returns boolean

            \ No newline at end of file +hasProperty | Octra libraries - v2.0.0
            • Parameters

              • obj: unknown
              • attribute: string

              Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_utilities.hasPropertyTree.html b/functions/_octra_utilities.hasPropertyTree.html index bc57bebf4..d570c0e76 100644 --- a/functions/_octra_utilities.hasPropertyTree.html +++ b/functions/_octra_utilities.hasPropertyTree.html @@ -1,2 +1,2 @@ hasPropertyTree | Octra libraries - v2.0.0
            • checks if a object has a value at given property path

              -

              Parameters

              • obj: any
              • treeString: string

              Returns boolean

            \ No newline at end of file +

            Parameters

            Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_utilities.insertString.html b/functions/_octra_utilities.insertString.html index 599486b7f..ab95d0e9c 100644 --- a/functions/_octra_utilities.insertString.html +++ b/functions/_octra_utilities.insertString.html @@ -1 +1 @@ -insertString | Octra libraries - v2.0.0
            • Parameters

              • input: string
              • pos: number
              • insertion: string

              Returns string

            \ No newline at end of file +insertString | Octra libraries - v2.0.0
            • Parameters

              • input: string
              • pos: number
              • insertion: string

              Returns string

            \ No newline at end of file diff --git a/functions/_octra_utilities.isEmpty.html b/functions/_octra_utilities.isEmpty.html index b63382d03..4709f0ffb 100644 --- a/functions/_octra_utilities.isEmpty.html +++ b/functions/_octra_utilities.isEmpty.html @@ -1 +1 @@ -isEmpty | Octra libraries - v2.0.0
            \ No newline at end of file +isEmpty | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.isFunction.html b/functions/_octra_utilities.isFunction.html index 1f924bd6f..0a430838f 100644 --- a/functions/_octra_utilities.isFunction.html +++ b/functions/_octra_utilities.isFunction.html @@ -1,2 +1,2 @@ isFunction | Octra libraries - v2.0.0
            • checks if value is a function

              -

              Parameters

              • value: any

              Returns boolean

            \ No newline at end of file +

            Parameters

            Returns boolean

            \ No newline at end of file diff --git a/functions/_octra_utilities.isNumber.html b/functions/_octra_utilities.isNumber.html index b2b7f069b..a3ddc243f 100644 --- a/functions/_octra_utilities.isNumber.html +++ b/functions/_octra_utilities.isNumber.html @@ -1 +1 @@ -isNumber | Octra libraries - v2.0.0
            \ No newline at end of file +isNumber | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.joinURL.html b/functions/_octra_utilities.joinURL.html index 5edc6c47e..694805839 100644 --- a/functions/_octra_utilities.joinURL.html +++ b/functions/_octra_utilities.joinURL.html @@ -1,2 +1,2 @@ joinURL | Octra libraries - v2.0.0
            • this method is like path.join() just for URL

              -

              Parameters

              • Rest ...args: string[]

              Returns string

            \ No newline at end of file +

            Parameters

            Returns string

            \ No newline at end of file diff --git a/functions/_octra_utilities.last.html b/functions/_octra_utilities.last.html index 664e53694..71e53073e 100644 --- a/functions/_octra_utilities.last.html +++ b/functions/_octra_utilities.last.html @@ -1,3 +1,3 @@ last | Octra libraries - v2.0.0
            • returns the last element of an array.

              Type Parameters

              • T

              Parameters

              • array: undefined | T[]

              Returns undefined | T

              undefined if not found

              -
            \ No newline at end of file +
            \ No newline at end of file diff --git a/functions/_octra_utilities.mapFnOnObject.html b/functions/_octra_utilities.mapFnOnObject.html index f5d29d321..60661d5d9 100644 --- a/functions/_octra_utilities.mapFnOnObject.html +++ b/functions/_octra_utilities.mapFnOnObject.html @@ -1,2 +1,2 @@ mapFnOnObject | Octra libraries - v2.0.0
            • maps a function fn on all property values.

              -

              Parameters

              • obj: Record<string, any>
              • fn: ((key, value) => any)
                  • (key, value): any
                  • Parameters

                    • key: string
                    • value: any

                    Returns any

              Returns Record<string, any>

            \ No newline at end of file +

            Parameters

            Returns Record<string, any>

            \ No newline at end of file diff --git a/functions/_octra_utilities.popupCenter.html b/functions/_octra_utilities.popupCenter.html index 4fd46ec9b..e66bb9fc1 100644 --- a/functions/_octra_utilities.popupCenter.html +++ b/functions/_octra_utilities.popupCenter.html @@ -1 +1 @@ -popupCenter | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • title: string
              • w: number
              • h: number

              Returns void

            \ No newline at end of file +popupCenter | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • title: string
              • w: number
              • h: number

              Returns void

            \ No newline at end of file diff --git a/functions/_octra_utilities.range.html b/functions/_octra_utilities.range.html index ca8f34530..d97c71816 100644 --- a/functions/_octra_utilities.range.html +++ b/functions/_octra_utilities.range.html @@ -1,2 +1,2 @@ range | Octra libraries - v2.0.0
            • creates a range with start and end number.

              -

              Parameters

              • start: number
              • end: number

              Returns number[]

            \ No newline at end of file +

            Parameters

            Returns number[]

            \ No newline at end of file diff --git a/functions/_octra_utilities.removeEmptyProperties.html b/functions/_octra_utilities.removeEmptyProperties.html index 36c4adc95..f82f75bdd 100644 --- a/functions/_octra_utilities.removeEmptyProperties.html +++ b/functions/_octra_utilities.removeEmptyProperties.html @@ -1,2 +1,2 @@ removeEmptyProperties | Octra libraries - v2.0.0
            • removes all empty values from an given object.

              -

              Type Parameters

              • T

              Parameters

              • obj: T
              • options: {
                    removeEmptyStrings?: boolean;
                    removeNull?: boolean;
                    removeUndefined?: boolean;
                } = ...
                • Optional removeEmptyStrings?: boolean
                • Optional removeNull?: boolean
                • Optional removeUndefined?: boolean

              Returns T

            \ No newline at end of file +

            Type Parameters

            Parameters

            Returns T

            \ No newline at end of file diff --git a/functions/_octra_utilities.unEscapeHtml.html b/functions/_octra_utilities.unEscapeHtml.html index f1788bd2b..054e1c870 100644 --- a/functions/_octra_utilities.unEscapeHtml.html +++ b/functions/_octra_utilities.unEscapeHtml.html @@ -1 +1 @@ -unEscapeHtml | Octra libraries - v2.0.0
            \ No newline at end of file +unEscapeHtml | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_utilities.waitTillResultRetrieved.html b/functions/_octra_utilities.waitTillResultRetrieved.html index 0e6d394b5..918a7d95e 100644 --- a/functions/_octra_utilities.waitTillResultRetrieved.html +++ b/functions/_octra_utilities.waitTillResultRetrieved.html @@ -1 +1 @@ -waitTillResultRetrieved | Octra libraries - v2.0.0
            • Type Parameters

              • A1 extends {
                    subscribe: any;
                }
              • A2 extends {
                    type: string;
                }
              • T

              Parameters

              • actions: A1
              • success: A2
              • failure: A2

              Returns Promise<T>

            \ No newline at end of file +waitTillResultRetrieved | Octra libraries - v2.0.0
            • Type Parameters

              • A1 extends {
                    subscribe: any;
                }
              • A2 extends {
                    type: string;
                }
              • T

              Parameters

              • actions: A1
              • success: A2
              • failure: A2

              Returns Promise<T>

            \ No newline at end of file diff --git a/functions/_octra_web_media.downloadFile.html b/functions/_octra_web_media.downloadFile.html index 4fc3938b0..1aa2fbd5e 100644 --- a/functions/_octra_web_media.downloadFile.html +++ b/functions/_octra_web_media.downloadFile.html @@ -1 +1 @@ -downloadFile | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • type: XMLHttpRequestResponseType = 'text'

              Returns Promise<File>

            \ No newline at end of file +downloadFile | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • type: XMLHttpRequestResponseType = 'text'

              Returns Promise<File>

            \ No newline at end of file diff --git a/functions/_octra_web_media.fileListToArray.html b/functions/_octra_web_media.fileListToArray.html index ab4c7a870..e999d3386 100644 --- a/functions/_octra_web_media.fileListToArray.html +++ b/functions/_octra_web_media.fileListToArray.html @@ -1 +1 @@ -fileListToArray | Octra libraries - v2.0.0
            • Parameters

              • fileList: FileList

              Returns File[]

            \ No newline at end of file +fileListToArray | Octra libraries - v2.0.0
            • Parameters

              • fileList: FileList

              Returns File[]

            \ No newline at end of file diff --git a/functions/_octra_web_media.findElements.html b/functions/_octra_web_media.findElements.html index 46d30f173..c38310661 100644 --- a/functions/_octra_web_media.findElements.html +++ b/functions/_octra_web_media.findElements.html @@ -1 +1 @@ -findElements | Octra libraries - v2.0.0
            • Parameters

              • parent: HTMLElement
              • selector: string

              Returns HTMLElement[]

            \ No newline at end of file +findElements | Octra libraries - v2.0.0
            • Parameters

              • parent: HTMLElement
              • selector: string

              Returns HTMLElement[]

            \ No newline at end of file diff --git a/functions/_octra_web_media.getAttr.html b/functions/_octra_web_media.getAttr.html index 79e3c3938..115462cc4 100644 --- a/functions/_octra_web_media.getAttr.html +++ b/functions/_octra_web_media.getAttr.html @@ -1 +1 @@ -getAttr | Octra libraries - v2.0.0
            • Parameters

              • elem: HTMLElement
              • attribute: string

              Returns undefined | string

            \ No newline at end of file +getAttr | Octra libraries - v2.0.0
            • Parameters

              • elem: HTMLElement
              • attribute: string

              Returns undefined | string

            \ No newline at end of file diff --git a/functions/_octra_web_media.getAudioInfo.html b/functions/_octra_web_media.getAudioInfo.html index 10c837f0f..7e2ed92db 100644 --- a/functions/_octra_web_media.getAudioInfo.html +++ b/functions/_octra_web_media.getAudioInfo.html @@ -1 +1 @@ -getAudioInfo | Octra libraries - v2.0.0
            \ No newline at end of file +getAudioInfo | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_web_media.getBaseHrefURL.html b/functions/_octra_web_media.getBaseHrefURL.html index d9b9ba51f..9a2369716 100644 --- a/functions/_octra_web_media.getBaseHrefURL.html +++ b/functions/_octra_web_media.getBaseHrefURL.html @@ -1,2 +1,2 @@ getBaseHrefURL | Octra libraries - v2.0.0
            • returns the base URL path to the application

              -

              Returns string

            \ No newline at end of file +

            Returns string

            \ No newline at end of file diff --git a/functions/_octra_web_media.getFileContent.html b/functions/_octra_web_media.getFileContent.html index 93bbac96f..3846a292d 100644 --- a/functions/_octra_web_media.getFileContent.html +++ b/functions/_octra_web_media.getFileContent.html @@ -1 +1 @@ -getFileContent | Octra libraries - v2.0.0
            • Parameters

              • file: File
              • Optional encoding: string

              Returns Promise<string>

            \ No newline at end of file +getFileContent | Octra libraries - v2.0.0
            • Parameters

              • file: File
              • Optional encoding: string

              Returns Promise<string>

            \ No newline at end of file diff --git a/functions/_octra_web_media.popupCenter.html b/functions/_octra_web_media.popupCenter.html index c1f134807..54f841eeb 100644 --- a/functions/_octra_web_media.popupCenter.html +++ b/functions/_octra_web_media.popupCenter.html @@ -1 +1 @@ -popupCenter | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • title: string
              • w: number
              • h: number

              Returns void

            \ No newline at end of file +popupCenter | Octra libraries - v2.0.0
            • Parameters

              • url: string
              • title: string
              • w: number
              • h: number

              Returns void

            \ No newline at end of file diff --git a/functions/_octra_web_media.readFileContents.html b/functions/_octra_web_media.readFileContents.html index 664ffb5f7..42514d850 100644 --- a/functions/_octra_web_media.readFileContents.html +++ b/functions/_octra_web_media.readFileContents.html @@ -1 +1 @@ -readFileContents | Octra libraries - v2.0.0
            • Type Parameters

              • T

              Parameters

              • file: File
              • method: "text" | "binary" | "arraybuffer"
              • Optional encoding: string

              Returns Promise<T>

            \ No newline at end of file +readFileContents | Octra libraries - v2.0.0
            • Type Parameters

              • T

              Parameters

              • file: File
              • method: "text" | "binary" | "arraybuffer"
              • Optional encoding: string

              Returns Promise<T>

            \ No newline at end of file diff --git a/functions/_octra_web_media.renameFile.html b/functions/_octra_web_media.renameFile.html index 55609c808..2903fd0bb 100644 --- a/functions/_octra_web_media.renameFile.html +++ b/functions/_octra_web_media.renameFile.html @@ -1 +1 @@ -renameFile | Octra libraries - v2.0.0
            • Parameters

              • file: File
              • newName: string
              • attributes: any

              Returns Promise<File>

            \ No newline at end of file +renameFile | Octra libraries - v2.0.0
            • Parameters

              • file: File
              • newName: string
              • attributes: any

              Returns Promise<File>

            \ No newline at end of file diff --git a/functions/_octra_web_media.setStyle.html b/functions/_octra_web_media.setStyle.html index 09c90da44..61dea2843 100644 --- a/functions/_octra_web_media.setStyle.html +++ b/functions/_octra_web_media.setStyle.html @@ -1 +1 @@ -setStyle | Octra libraries - v2.0.0
            • Parameters

              • elem: HTMLElement
              • styleObj: any

              Returns void

            \ No newline at end of file +setStyle | Octra libraries - v2.0.0
            • Parameters

              • elem: HTMLElement
              • styleObj: any

              Returns void

            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ASRContext.html b/interfaces/_octra_annotation.ASRContext.html index 55503d6c8..30cb7ea56 100644 --- a/interfaces/_octra_annotation.ASRContext.html +++ b/interfaces/_octra_annotation.ASRContext.html @@ -1,2 +1,2 @@ -ASRContext | Octra libraries - v2.0.0
            interface ASRContext {
                asr?: {
                    isBlockedBy?: ASRQueueItemType;
                    progressInfo?: {
                        progress: number;
                        statusLabel: string;
                    };
                };
            }

            Properties

            Properties

            asr?: {
                isBlockedBy?: ASRQueueItemType;
                progressInfo?: {
                    progress: number;
                    statusLabel: string;
                };
            }

            Type declaration

            • Optional isBlockedBy?: ASRQueueItemType
            • Optional progressInfo?: {
                  progress: number;
                  statusLabel: string;
              }
              • progress: number
              • statusLabel: string
            \ No newline at end of file +ASRContext | Octra libraries - v2.0.0
            interface ASRContext {
                asr?: {
                    isBlockedBy?: ASRQueueItemType;
                    progressInfo?: {
                        progress: number;
                        statusLabel: string;
                    };
                };
            }

            Properties

            Properties

            asr?: {
                isBlockedBy?: ASRQueueItemType;
                progressInfo?: {
                    progress: number;
                    statusLabel: string;
                };
            }

            Type declaration

            • Optional isBlockedBy?: ASRQueueItemType
            • Optional progressInfo?: {
                  progress: number;
                  statusLabel: string;
              }
              • progress: number
              • statusLabel: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.Bundle.html b/interfaces/_octra_annotation.Bundle.html index e04232e53..40f361020 100644 --- a/interfaces/_octra_annotation.Bundle.html +++ b/interfaces/_octra_annotation.Bundle.html @@ -1,4 +1,4 @@ -Bundle | Octra libraries - v2.0.0
            interface Bundle {
                annotation: IAnnotJSON;
                mediaFile: {
                    data: string;
                    encoding: string;
                };
                ssffFiles: {
                    data: string;
                    encoding: string;
                    fileExtension: string;
                }[];
            }

            Properties

            annotation +Bundle | Octra libraries - v2.0.0
            interface Bundle {
                annotation: IAnnotJSON;
                mediaFile: {
                    data: string;
                    encoding: string;
                };
                ssffFiles: {
                    data: string;
                    encoding: string;
                    fileExtension: string;
                }[];
            }

            Properties

            annotation: IAnnotJSON
            mediaFile: {
                data: string;
                encoding: string;
            }

            Type declaration

            • data: string
            • encoding: string
            ssffFiles: {
                data: string;
                encoding: string;
                fileExtension: string;
            }[]

            Type declaration

            • data: string
            • encoding: string
            • fileExtension: string
            \ No newline at end of file +

            Properties

            annotation: IAnnotJSON
            mediaFile: {
                data: string;
                encoding: string;
            }

            Type declaration

            • data: string
            • encoding: string
            ssffFiles: {
                data: string;
                encoding: string;
                fileExtension: string;
            }[]

            Type declaration

            • data: string
            • encoding: string
            • fileExtension: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ELAN30Object.html b/interfaces/_octra_annotation.ELAN30Object.html index 1f51e1355..bddaeda30 100644 --- a/interfaces/_octra_annotation.ELAN30Object.html +++ b/interfaces/_octra_annotation.ELAN30Object.html @@ -1,2 +1,2 @@ -ELAN30Object | Octra libraries - v2.0.0
            interface ELAN30Object {
                ANNOTATION_DOCUMENT: {
                    CONSTRAINT: {
                        _DESCRIPTION?: string;
                        _STEREOTYPE: string;
                    }[];
                    CONTROLLED_VOCABULARY?: {
                        CV_ENTRY_ML?: {
                            CVE_VALUE: {
                                _DESCRIPTION?: string;
                                _LANG_REF: string;
                                _text: string;
                            };
                            _CVE_ID: string;
                            _EXT_REF?: string;
                        };
                        DESCRIPTION?: {
                            _LANG_REF: string;
                            _text: string;
                        };
                        _CV_ID: string;
                        _EXT_REF?: string;
                    };
                    EXTERNAL_REF?: {
                        _EXT_REF_ID: string;
                        _TYPE: string;
                        _VALUE: string;
                    };
                    HEADER: {
                        LINKED_FILE_DESCRIPTOR?: {
                            _ASSOCIATED_WITH?: string;
                            _LINK_URL: string;
                            _MIME_TYPE: string;
                            _RELATIVE_LINK_URL?: string;
                            _TIME_ORIGIN?: number;
                        };
                        MEDIA_DESCRIPTOR?: {
                            _EXTRACTED_FROM?: string;
                            _MEDIA_URL: string;
                            _MIME_TYPE: string;
                            _RELATIVE_MEDIA_URL?: string;
                            _TIME_ORIGIN?: number;
                        };
                        PROPERTY: {
                            _NAME?: string;
                            _text: string;
                        }[];
                        _MEDIA_FILE?: string;
                        _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
                    };
                    LANGUAGE?: {
                        _LANG_DEF?: string;
                        _LANG_ID: string;
                        _LANG_LABEL?: string;
                    };
                    LEXICON_REF?: {
                        _DATCAT_ID?: string;
                        _DATCAT_NAME?: string;
                        _LEXICON_ID: string;
                        _LEXICON_NAME: string;
                        _LEX_REF_ID: string;
                        _NAME: string;
                        _TYPE: string;
                        _URL: string;
                    };
                    LICENSE?: {
                        _LICENSE_URL?: string;
                    };
                    LINGUISTIC_TYPE: {
                        _CONSTRAINTS?: string;
                        _CONTROLLED_VOCABULARY_REF?: string;
                        _EXT_REF?: string;
                        _GRAPHIC_REFERENCES?: boolean;
                        _LEXICON_REF?: string;
                        _LINGUISTIC_TYPE_ID: string;
                        _TIME_ALIGNABLE?: string;
                    };
                    LOCALE?: any;
                    TIER: {
                        ANNOTATION: {
                            ALIGNABLE_ANNOTATION?: {
                                ANNOTATION_VALUE: string;
                                _ANNOTATION_ID: string;
                                _SVG_REF?: string;
                                _TIME_SLOT_REF1: string;
                                _TIME_SLOT_REF2: string;
                            };
                            REF_ANNOTATION?: {
                                ANNOTATION_VALUE: string;
                                _ANNOTATION_ID: string;
                                _ANNOTATION_REF: string;
                                _CVE_REF: string;
                                _EXT_REF?: string;
                                _LANG_REF: string;
                                _PREVIOUS_ANNOTATION?: string;
                            };
                        }[];
                        _ANNOTATOR?: string;
                        _DEFAULT_LOCALE?: string;
                        _EXT_REF?: string;
                        _LANG_REF?: string;
                        _LINGUISTIC_TYPE_REF: string;
                        _PARENT_REF?: string;
                        _PARTICIPANT?: string;
                        _TIER_ID: string;
                    }[];
                    TIME_ORDER: {
                        TIME_SLOT?: {
                            _TIME_SLOT_ID: string;
                            _TIME_VALUE?: number;
                        }[];
                    };
                    _AUTHOR: string;
                    _DATE: string;
                    _FORMAT?: string;
                    _VERSION: string;
                    _xmlns:xsi: string;
                    _xsi:noNamespaceSchemaLocation: string;
                };
            }

            Properties

            ANNOTATION_DOCUMENT: {
                CONSTRAINT: {
                    _DESCRIPTION?: string;
                    _STEREOTYPE: string;
                }[];
                CONTROLLED_VOCABULARY?: {
                    CV_ENTRY_ML?: {
                        CVE_VALUE: {
                            _DESCRIPTION?: string;
                            _LANG_REF: string;
                            _text: string;
                        };
                        _CVE_ID: string;
                        _EXT_REF?: string;
                    };
                    DESCRIPTION?: {
                        _LANG_REF: string;
                        _text: string;
                    };
                    _CV_ID: string;
                    _EXT_REF?: string;
                };
                EXTERNAL_REF?: {
                    _EXT_REF_ID: string;
                    _TYPE: string;
                    _VALUE: string;
                };
                HEADER: {
                    LINKED_FILE_DESCRIPTOR?: {
                        _ASSOCIATED_WITH?: string;
                        _LINK_URL: string;
                        _MIME_TYPE: string;
                        _RELATIVE_LINK_URL?: string;
                        _TIME_ORIGIN?: number;
                    };
                    MEDIA_DESCRIPTOR?: {
                        _EXTRACTED_FROM?: string;
                        _MEDIA_URL: string;
                        _MIME_TYPE: string;
                        _RELATIVE_MEDIA_URL?: string;
                        _TIME_ORIGIN?: number;
                    };
                    PROPERTY: {
                        _NAME?: string;
                        _text: string;
                    }[];
                    _MEDIA_FILE?: string;
                    _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
                };
                LANGUAGE?: {
                    _LANG_DEF?: string;
                    _LANG_ID: string;
                    _LANG_LABEL?: string;
                };
                LEXICON_REF?: {
                    _DATCAT_ID?: string;
                    _DATCAT_NAME?: string;
                    _LEXICON_ID: string;
                    _LEXICON_NAME: string;
                    _LEX_REF_ID: string;
                    _NAME: string;
                    _TYPE: string;
                    _URL: string;
                };
                LICENSE?: {
                    _LICENSE_URL?: string;
                };
                LINGUISTIC_TYPE: {
                    _CONSTRAINTS?: string;
                    _CONTROLLED_VOCABULARY_REF?: string;
                    _EXT_REF?: string;
                    _GRAPHIC_REFERENCES?: boolean;
                    _LEXICON_REF?: string;
                    _LINGUISTIC_TYPE_ID: string;
                    _TIME_ALIGNABLE?: string;
                };
                LOCALE?: any;
                TIER: {
                    ANNOTATION: {
                        ALIGNABLE_ANNOTATION?: {
                            ANNOTATION_VALUE: string;
                            _ANNOTATION_ID: string;
                            _SVG_REF?: string;
                            _TIME_SLOT_REF1: string;
                            _TIME_SLOT_REF2: string;
                        };
                        REF_ANNOTATION?: {
                            ANNOTATION_VALUE: string;
                            _ANNOTATION_ID: string;
                            _ANNOTATION_REF: string;
                            _CVE_REF: string;
                            _EXT_REF?: string;
                            _LANG_REF: string;
                            _PREVIOUS_ANNOTATION?: string;
                        };
                    }[];
                    _ANNOTATOR?: string;
                    _DEFAULT_LOCALE?: string;
                    _EXT_REF?: string;
                    _LANG_REF?: string;
                    _LINGUISTIC_TYPE_REF: string;
                    _PARENT_REF?: string;
                    _PARTICIPANT?: string;
                    _TIER_ID: string;
                }[];
                TIME_ORDER: {
                    TIME_SLOT?: {
                        _TIME_SLOT_ID: string;
                        _TIME_VALUE?: number;
                    }[];
                };
                _AUTHOR: string;
                _DATE: string;
                _FORMAT?: string;
                _VERSION: string;
                _xmlns:xsi: string;
                _xsi:noNamespaceSchemaLocation: string;
            }

            Type declaration

            • CONSTRAINT: {
                  _DESCRIPTION?: string;
                  _STEREOTYPE: string;
              }[]
            • Optional CONTROLLED_VOCABULARY?: {
                  CV_ENTRY_ML?: {
                      CVE_VALUE: {
                          _DESCRIPTION?: string;
                          _LANG_REF: string;
                          _text: string;
                      };
                      _CVE_ID: string;
                      _EXT_REF?: string;
                  };
                  DESCRIPTION?: {
                      _LANG_REF: string;
                      _text: string;
                  };
                  _CV_ID: string;
                  _EXT_REF?: string;
              }
              • Optional CV_ENTRY_ML?: {
                    CVE_VALUE: {
                        _DESCRIPTION?: string;
                        _LANG_REF: string;
                        _text: string;
                    };
                    _CVE_ID: string;
                    _EXT_REF?: string;
                }
                • CVE_VALUE: {
                      _DESCRIPTION?: string;
                      _LANG_REF: string;
                      _text: string;
                  }
                  • Optional _DESCRIPTION?: string
                  • _LANG_REF: string
                  • _text: string
                • _CVE_ID: string
                • Optional _EXT_REF?: string
              • Optional DESCRIPTION?: {
                    _LANG_REF: string;
                    _text: string;
                }
                • _LANG_REF: string
                • _text: string
              • _CV_ID: string
              • Optional _EXT_REF?: string
            • Optional EXTERNAL_REF?: {
                  _EXT_REF_ID: string;
                  _TYPE: string;
                  _VALUE: string;
              }
              • _EXT_REF_ID: string
              • _TYPE: string
              • _VALUE: string
            • HEADER: {
                  LINKED_FILE_DESCRIPTOR?: {
                      _ASSOCIATED_WITH?: string;
                      _LINK_URL: string;
                      _MIME_TYPE: string;
                      _RELATIVE_LINK_URL?: string;
                      _TIME_ORIGIN?: number;
                  };
                  MEDIA_DESCRIPTOR?: {
                      _EXTRACTED_FROM?: string;
                      _MEDIA_URL: string;
                      _MIME_TYPE: string;
                      _RELATIVE_MEDIA_URL?: string;
                      _TIME_ORIGIN?: number;
                  };
                  PROPERTY: {
                      _NAME?: string;
                      _text: string;
                  }[];
                  _MEDIA_FILE?: string;
                  _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
              }
              • Optional LINKED_FILE_DESCRIPTOR?: {
                    _ASSOCIATED_WITH?: string;
                    _LINK_URL: string;
                    _MIME_TYPE: string;
                    _RELATIVE_LINK_URL?: string;
                    _TIME_ORIGIN?: number;
                }
                • Optional _ASSOCIATED_WITH?: string
                • _LINK_URL: string
                • _MIME_TYPE: string
                • Optional _RELATIVE_LINK_URL?: string
                • Optional _TIME_ORIGIN?: number
              • Optional MEDIA_DESCRIPTOR?: {
                    _EXTRACTED_FROM?: string;
                    _MEDIA_URL: string;
                    _MIME_TYPE: string;
                    _RELATIVE_MEDIA_URL?: string;
                    _TIME_ORIGIN?: number;
                }
                • Optional _EXTRACTED_FROM?: string
                • _MEDIA_URL: string
                • _MIME_TYPE: string
                • Optional _RELATIVE_MEDIA_URL?: string
                • Optional _TIME_ORIGIN?: number
              • PROPERTY: {
                    _NAME?: string;
                    _text: string;
                }[]
              • Optional _MEDIA_FILE?: string
              • Optional _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames"
            • Optional LANGUAGE?: {
                  _LANG_DEF?: string;
                  _LANG_ID: string;
                  _LANG_LABEL?: string;
              }
              • Optional _LANG_DEF?: string
              • _LANG_ID: string
              • Optional _LANG_LABEL?: string
            • Optional LEXICON_REF?: {
                  _DATCAT_ID?: string;
                  _DATCAT_NAME?: string;
                  _LEXICON_ID: string;
                  _LEXICON_NAME: string;
                  _LEX_REF_ID: string;
                  _NAME: string;
                  _TYPE: string;
                  _URL: string;
              }
              • Optional _DATCAT_ID?: string
              • Optional _DATCAT_NAME?: string
              • _LEXICON_ID: string
              • _LEXICON_NAME: string
              • _LEX_REF_ID: string
              • _NAME: string
              • _TYPE: string
              • _URL: string
            • Optional LICENSE?: {
                  _LICENSE_URL?: string;
              }
              • Optional _LICENSE_URL?: string
            • LINGUISTIC_TYPE: {
                  _CONSTRAINTS?: string;
                  _CONTROLLED_VOCABULARY_REF?: string;
                  _EXT_REF?: string;
                  _GRAPHIC_REFERENCES?: boolean;
                  _LEXICON_REF?: string;
                  _LINGUISTIC_TYPE_ID: string;
                  _TIME_ALIGNABLE?: string;
              }
              • Optional _CONSTRAINTS?: string
              • Optional _CONTROLLED_VOCABULARY_REF?: string
              • Optional _EXT_REF?: string
              • Optional _GRAPHIC_REFERENCES?: boolean
              • Optional _LEXICON_REF?: string
              • _LINGUISTIC_TYPE_ID: string
              • Optional _TIME_ALIGNABLE?: string
            • Optional LOCALE?: any
            • TIER: {
                  ANNOTATION: {
                      ALIGNABLE_ANNOTATION?: {
                          ANNOTATION_VALUE: string;
                          _ANNOTATION_ID: string;
                          _SVG_REF?: string;
                          _TIME_SLOT_REF1: string;
                          _TIME_SLOT_REF2: string;
                      };
                      REF_ANNOTATION?: {
                          ANNOTATION_VALUE: string;
                          _ANNOTATION_ID: string;
                          _ANNOTATION_REF: string;
                          _CVE_REF: string;
                          _EXT_REF?: string;
                          _LANG_REF: string;
                          _PREVIOUS_ANNOTATION?: string;
                      };
                  }[];
                  _ANNOTATOR?: string;
                  _DEFAULT_LOCALE?: string;
                  _EXT_REF?: string;
                  _LANG_REF?: string;
                  _LINGUISTIC_TYPE_REF: string;
                  _PARENT_REF?: string;
                  _PARTICIPANT?: string;
                  _TIER_ID: string;
              }[]
            • TIME_ORDER: {
                  TIME_SLOT?: {
                      _TIME_SLOT_ID: string;
                      _TIME_VALUE?: number;
                  }[];
              }
              • Optional TIME_SLOT?: {
                    _TIME_SLOT_ID: string;
                    _TIME_VALUE?: number;
                }[]
            • _AUTHOR: string
            • _DATE: string
            • Optional _FORMAT?: string
            • _VERSION: string
            • _xmlns:xsi: string
            • _xsi:noNamespaceSchemaLocation: string
            \ No newline at end of file +ELAN30Object | Octra libraries - v2.0.0
            interface ELAN30Object {
                ANNOTATION_DOCUMENT: {
                    CONSTRAINT: {
                        _DESCRIPTION?: string;
                        _STEREOTYPE: string;
                    }[];
                    CONTROLLED_VOCABULARY?: {
                        CV_ENTRY_ML?: {
                            CVE_VALUE: {
                                _DESCRIPTION?: string;
                                _LANG_REF: string;
                                _text: string;
                            };
                            _CVE_ID: string;
                            _EXT_REF?: string;
                        };
                        DESCRIPTION?: {
                            _LANG_REF: string;
                            _text: string;
                        };
                        _CV_ID: string;
                        _EXT_REF?: string;
                    };
                    EXTERNAL_REF?: {
                        _EXT_REF_ID: string;
                        _TYPE: string;
                        _VALUE: string;
                    };
                    HEADER: {
                        LINKED_FILE_DESCRIPTOR?: {
                            _ASSOCIATED_WITH?: string;
                            _LINK_URL: string;
                            _MIME_TYPE: string;
                            _RELATIVE_LINK_URL?: string;
                            _TIME_ORIGIN?: number;
                        };
                        MEDIA_DESCRIPTOR?: {
                            _EXTRACTED_FROM?: string;
                            _MEDIA_URL: string;
                            _MIME_TYPE: string;
                            _RELATIVE_MEDIA_URL?: string;
                            _TIME_ORIGIN?: number;
                        };
                        PROPERTY: {
                            _NAME?: string;
                            _text: string;
                        }[];
                        _MEDIA_FILE?: string;
                        _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
                    };
                    LANGUAGE?: {
                        _LANG_DEF?: string;
                        _LANG_ID: string;
                        _LANG_LABEL?: string;
                    };
                    LEXICON_REF?: {
                        _DATCAT_ID?: string;
                        _DATCAT_NAME?: string;
                        _LEXICON_ID: string;
                        _LEXICON_NAME: string;
                        _LEX_REF_ID: string;
                        _NAME: string;
                        _TYPE: string;
                        _URL: string;
                    };
                    LICENSE?: {
                        _LICENSE_URL?: string;
                    };
                    LINGUISTIC_TYPE: {
                        _CONSTRAINTS?: string;
                        _CONTROLLED_VOCABULARY_REF?: string;
                        _EXT_REF?: string;
                        _GRAPHIC_REFERENCES?: boolean;
                        _LEXICON_REF?: string;
                        _LINGUISTIC_TYPE_ID: string;
                        _TIME_ALIGNABLE?: string;
                    };
                    LOCALE?: any;
                    TIER: {
                        ANNOTATION: {
                            ALIGNABLE_ANNOTATION?: {
                                ANNOTATION_VALUE: string;
                                _ANNOTATION_ID: string;
                                _SVG_REF?: string;
                                _TIME_SLOT_REF1: string;
                                _TIME_SLOT_REF2: string;
                            };
                            REF_ANNOTATION?: {
                                ANNOTATION_VALUE: string;
                                _ANNOTATION_ID: string;
                                _ANNOTATION_REF: string;
                                _CVE_REF: string;
                                _EXT_REF?: string;
                                _LANG_REF: string;
                                _PREVIOUS_ANNOTATION?: string;
                            };
                        }[];
                        _ANNOTATOR?: string;
                        _DEFAULT_LOCALE?: string;
                        _EXT_REF?: string;
                        _LANG_REF?: string;
                        _LINGUISTIC_TYPE_REF: string;
                        _PARENT_REF?: string;
                        _PARTICIPANT?: string;
                        _TIER_ID: string;
                    }[];
                    TIME_ORDER: {
                        TIME_SLOT?: {
                            _TIME_SLOT_ID: string;
                            _TIME_VALUE?: number;
                        }[];
                    };
                    _AUTHOR: string;
                    _DATE: string;
                    _FORMAT?: string;
                    _VERSION: string;
                    _xmlns:xsi: string;
                    _xsi:noNamespaceSchemaLocation: string;
                };
            }

            Properties

            ANNOTATION_DOCUMENT: {
                CONSTRAINT: {
                    _DESCRIPTION?: string;
                    _STEREOTYPE: string;
                }[];
                CONTROLLED_VOCABULARY?: {
                    CV_ENTRY_ML?: {
                        CVE_VALUE: {
                            _DESCRIPTION?: string;
                            _LANG_REF: string;
                            _text: string;
                        };
                        _CVE_ID: string;
                        _EXT_REF?: string;
                    };
                    DESCRIPTION?: {
                        _LANG_REF: string;
                        _text: string;
                    };
                    _CV_ID: string;
                    _EXT_REF?: string;
                };
                EXTERNAL_REF?: {
                    _EXT_REF_ID: string;
                    _TYPE: string;
                    _VALUE: string;
                };
                HEADER: {
                    LINKED_FILE_DESCRIPTOR?: {
                        _ASSOCIATED_WITH?: string;
                        _LINK_URL: string;
                        _MIME_TYPE: string;
                        _RELATIVE_LINK_URL?: string;
                        _TIME_ORIGIN?: number;
                    };
                    MEDIA_DESCRIPTOR?: {
                        _EXTRACTED_FROM?: string;
                        _MEDIA_URL: string;
                        _MIME_TYPE: string;
                        _RELATIVE_MEDIA_URL?: string;
                        _TIME_ORIGIN?: number;
                    };
                    PROPERTY: {
                        _NAME?: string;
                        _text: string;
                    }[];
                    _MEDIA_FILE?: string;
                    _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
                };
                LANGUAGE?: {
                    _LANG_DEF?: string;
                    _LANG_ID: string;
                    _LANG_LABEL?: string;
                };
                LEXICON_REF?: {
                    _DATCAT_ID?: string;
                    _DATCAT_NAME?: string;
                    _LEXICON_ID: string;
                    _LEXICON_NAME: string;
                    _LEX_REF_ID: string;
                    _NAME: string;
                    _TYPE: string;
                    _URL: string;
                };
                LICENSE?: {
                    _LICENSE_URL?: string;
                };
                LINGUISTIC_TYPE: {
                    _CONSTRAINTS?: string;
                    _CONTROLLED_VOCABULARY_REF?: string;
                    _EXT_REF?: string;
                    _GRAPHIC_REFERENCES?: boolean;
                    _LEXICON_REF?: string;
                    _LINGUISTIC_TYPE_ID: string;
                    _TIME_ALIGNABLE?: string;
                };
                LOCALE?: any;
                TIER: {
                    ANNOTATION: {
                        ALIGNABLE_ANNOTATION?: {
                            ANNOTATION_VALUE: string;
                            _ANNOTATION_ID: string;
                            _SVG_REF?: string;
                            _TIME_SLOT_REF1: string;
                            _TIME_SLOT_REF2: string;
                        };
                        REF_ANNOTATION?: {
                            ANNOTATION_VALUE: string;
                            _ANNOTATION_ID: string;
                            _ANNOTATION_REF: string;
                            _CVE_REF: string;
                            _EXT_REF?: string;
                            _LANG_REF: string;
                            _PREVIOUS_ANNOTATION?: string;
                        };
                    }[];
                    _ANNOTATOR?: string;
                    _DEFAULT_LOCALE?: string;
                    _EXT_REF?: string;
                    _LANG_REF?: string;
                    _LINGUISTIC_TYPE_REF: string;
                    _PARENT_REF?: string;
                    _PARTICIPANT?: string;
                    _TIER_ID: string;
                }[];
                TIME_ORDER: {
                    TIME_SLOT?: {
                        _TIME_SLOT_ID: string;
                        _TIME_VALUE?: number;
                    }[];
                };
                _AUTHOR: string;
                _DATE: string;
                _FORMAT?: string;
                _VERSION: string;
                _xmlns:xsi: string;
                _xsi:noNamespaceSchemaLocation: string;
            }

            Type declaration

            • CONSTRAINT: {
                  _DESCRIPTION?: string;
                  _STEREOTYPE: string;
              }[]
            • Optional CONTROLLED_VOCABULARY?: {
                  CV_ENTRY_ML?: {
                      CVE_VALUE: {
                          _DESCRIPTION?: string;
                          _LANG_REF: string;
                          _text: string;
                      };
                      _CVE_ID: string;
                      _EXT_REF?: string;
                  };
                  DESCRIPTION?: {
                      _LANG_REF: string;
                      _text: string;
                  };
                  _CV_ID: string;
                  _EXT_REF?: string;
              }
              • Optional CV_ENTRY_ML?: {
                    CVE_VALUE: {
                        _DESCRIPTION?: string;
                        _LANG_REF: string;
                        _text: string;
                    };
                    _CVE_ID: string;
                    _EXT_REF?: string;
                }
                • CVE_VALUE: {
                      _DESCRIPTION?: string;
                      _LANG_REF: string;
                      _text: string;
                  }
                  • Optional _DESCRIPTION?: string
                  • _LANG_REF: string
                  • _text: string
                • _CVE_ID: string
                • Optional _EXT_REF?: string
              • Optional DESCRIPTION?: {
                    _LANG_REF: string;
                    _text: string;
                }
                • _LANG_REF: string
                • _text: string
              • _CV_ID: string
              • Optional _EXT_REF?: string
            • Optional EXTERNAL_REF?: {
                  _EXT_REF_ID: string;
                  _TYPE: string;
                  _VALUE: string;
              }
              • _EXT_REF_ID: string
              • _TYPE: string
              • _VALUE: string
            • HEADER: {
                  LINKED_FILE_DESCRIPTOR?: {
                      _ASSOCIATED_WITH?: string;
                      _LINK_URL: string;
                      _MIME_TYPE: string;
                      _RELATIVE_LINK_URL?: string;
                      _TIME_ORIGIN?: number;
                  };
                  MEDIA_DESCRIPTOR?: {
                      _EXTRACTED_FROM?: string;
                      _MEDIA_URL: string;
                      _MIME_TYPE: string;
                      _RELATIVE_MEDIA_URL?: string;
                      _TIME_ORIGIN?: number;
                  };
                  PROPERTY: {
                      _NAME?: string;
                      _text: string;
                  }[];
                  _MEDIA_FILE?: string;
                  _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames";
              }
              • Optional LINKED_FILE_DESCRIPTOR?: {
                    _ASSOCIATED_WITH?: string;
                    _LINK_URL: string;
                    _MIME_TYPE: string;
                    _RELATIVE_LINK_URL?: string;
                    _TIME_ORIGIN?: number;
                }
                • Optional _ASSOCIATED_WITH?: string
                • _LINK_URL: string
                • _MIME_TYPE: string
                • Optional _RELATIVE_LINK_URL?: string
                • Optional _TIME_ORIGIN?: number
              • Optional MEDIA_DESCRIPTOR?: {
                    _EXTRACTED_FROM?: string;
                    _MEDIA_URL: string;
                    _MIME_TYPE: string;
                    _RELATIVE_MEDIA_URL?: string;
                    _TIME_ORIGIN?: number;
                }
                • Optional _EXTRACTED_FROM?: string
                • _MEDIA_URL: string
                • _MIME_TYPE: string
                • Optional _RELATIVE_MEDIA_URL?: string
                • Optional _TIME_ORIGIN?: number
              • PROPERTY: {
                    _NAME?: string;
                    _text: string;
                }[]
              • Optional _MEDIA_FILE?: string
              • Optional _TIME_UNITS?: "milliseconds" | "NTSC-frames" | "PAL-frames"
            • Optional LANGUAGE?: {
                  _LANG_DEF?: string;
                  _LANG_ID: string;
                  _LANG_LABEL?: string;
              }
              • Optional _LANG_DEF?: string
              • _LANG_ID: string
              • Optional _LANG_LABEL?: string
            • Optional LEXICON_REF?: {
                  _DATCAT_ID?: string;
                  _DATCAT_NAME?: string;
                  _LEXICON_ID: string;
                  _LEXICON_NAME: string;
                  _LEX_REF_ID: string;
                  _NAME: string;
                  _TYPE: string;
                  _URL: string;
              }
              • Optional _DATCAT_ID?: string
              • Optional _DATCAT_NAME?: string
              • _LEXICON_ID: string
              • _LEXICON_NAME: string
              • _LEX_REF_ID: string
              • _NAME: string
              • _TYPE: string
              • _URL: string
            • Optional LICENSE?: {
                  _LICENSE_URL?: string;
              }
              • Optional _LICENSE_URL?: string
            • LINGUISTIC_TYPE: {
                  _CONSTRAINTS?: string;
                  _CONTROLLED_VOCABULARY_REF?: string;
                  _EXT_REF?: string;
                  _GRAPHIC_REFERENCES?: boolean;
                  _LEXICON_REF?: string;
                  _LINGUISTIC_TYPE_ID: string;
                  _TIME_ALIGNABLE?: string;
              }
              • Optional _CONSTRAINTS?: string
              • Optional _CONTROLLED_VOCABULARY_REF?: string
              • Optional _EXT_REF?: string
              • Optional _GRAPHIC_REFERENCES?: boolean
              • Optional _LEXICON_REF?: string
              • _LINGUISTIC_TYPE_ID: string
              • Optional _TIME_ALIGNABLE?: string
            • Optional LOCALE?: any
            • TIER: {
                  ANNOTATION: {
                      ALIGNABLE_ANNOTATION?: {
                          ANNOTATION_VALUE: string;
                          _ANNOTATION_ID: string;
                          _SVG_REF?: string;
                          _TIME_SLOT_REF1: string;
                          _TIME_SLOT_REF2: string;
                      };
                      REF_ANNOTATION?: {
                          ANNOTATION_VALUE: string;
                          _ANNOTATION_ID: string;
                          _ANNOTATION_REF: string;
                          _CVE_REF: string;
                          _EXT_REF?: string;
                          _LANG_REF: string;
                          _PREVIOUS_ANNOTATION?: string;
                      };
                  }[];
                  _ANNOTATOR?: string;
                  _DEFAULT_LOCALE?: string;
                  _EXT_REF?: string;
                  _LANG_REF?: string;
                  _LINGUISTIC_TYPE_REF: string;
                  _PARENT_REF?: string;
                  _PARTICIPANT?: string;
                  _TIER_ID: string;
              }[]
            • TIME_ORDER: {
                  TIME_SLOT?: {
                      _TIME_SLOT_ID: string;
                      _TIME_VALUE?: number;
                  }[];
              }
              • Optional TIME_SLOT?: {
                    _TIME_SLOT_ID: string;
                    _TIME_VALUE?: number;
                }[]
            • _AUTHOR: string
            • _DATE: string
            • Optional _FORMAT?: string
            • _VERSION: string
            • _xmlns:xsi: string
            • _xsi:noNamespaceSchemaLocation: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ExportResult.html b/interfaces/_octra_annotation.ExportResult.html index 6f009fb31..f7cc56010 100644 --- a/interfaces/_octra_annotation.ExportResult.html +++ b/interfaces/_octra_annotation.ExportResult.html @@ -1,3 +1,3 @@ -ExportResult | Octra libraries - v2.0.0
            interface ExportResult {
                error?: string;
                file?: IFile;
            }

            Properties

            error? +ExportResult | Octra libraries - v2.0.0
            interface ExportResult {
                error?: string;
                file?: IFile;
            }

            Properties

            Properties

            error?: string
            file?: IFile
            \ No newline at end of file +

            Properties

            error?: string
            file?: IFile
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IAnnotJSON.html b/interfaces/_octra_annotation.IAnnotJSON.html index 5a4c9dd3f..68aeb5343 100644 --- a/interfaces/_octra_annotation.IAnnotJSON.html +++ b/interfaces/_octra_annotation.IAnnotJSON.html @@ -1,6 +1,6 @@ -IAnnotJSON | Octra libraries - v2.0.0
            interface IAnnotJSON {
                annotates: string;
                levels: ILevel[];
                links: ILink[];
                name: string;
                sampleRate: number;
            }

            Implemented by

            Properties

            annotates +IAnnotJSON | Octra libraries - v2.0.0
            interface IAnnotJSON {
                annotates: string;
                levels: ILevel[];
                links: ILink[];
                name: string;
                sampleRate: number;
            }

            Implemented by

            Properties

            annotates: string
            levels: ILevel[]
            links: ILink[]
            name: string
            sampleRate: number
            \ No newline at end of file +

            Properties

            annotates: string
            levels: ILevel[]
            links: ILink[]
            name: string
            sampleRate: number
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IAudioFile.html b/interfaces/_octra_annotation.IAudioFile.html index f3b40e2f3..1bec3a5f6 100644 --- a/interfaces/_octra_annotation.IAudioFile.html +++ b/interfaces/_octra_annotation.IAudioFile.html @@ -1,8 +1,8 @@ -IAudioFile | Octra libraries - v2.0.0
            interface IAudioFile {
                arraybuffer?: ArrayBuffer;
                duration?: number;
                name: string;
                sampleRate: number;
                size?: number;
                type?: string;
                url?: string;
            }

            Properties

            arraybuffer? +IAudioFile | Octra libraries - v2.0.0
            interface IAudioFile {
                arraybuffer?: ArrayBuffer;
                duration?: number;
                name: string;
                sampleRate: number;
                size?: number;
                type?: string;
                url?: string;
            }

            Properties

            arraybuffer?: ArrayBuffer
            duration?: number
            name: string
            sampleRate: number
            size?: number
            type?: string
            url?: string
            \ No newline at end of file +

            Properties

            arraybuffer?: ArrayBuffer
            duration?: number
            name: string
            sampleRate: number
            size?: number
            type?: string
            url?: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IEvent.html b/interfaces/_octra_annotation.IEvent.html index 8d35b02dc..ef4a32f5d 100644 --- a/interfaces/_octra_annotation.IEvent.html +++ b/interfaces/_octra_annotation.IEvent.html @@ -1,4 +1,4 @@ -IEvent | Octra libraries - v2.0.0
            interface IEvent {
                id: number;
                labels: ILabel[];
                samplePoint: number;
            }

            Hierarchy (view full)

            Properties

            id +IEvent | Octra libraries - v2.0.0
            interface IEvent {
                id: number;
                labels: ILabel[];
                samplePoint: number;
            }

            Hierarchy (view full)

            Properties

            Properties

            id: number
            labels: ILabel[]
            samplePoint: number
            \ No newline at end of file +

            Properties

            id: number
            labels: ILabel[]
            samplePoint: number
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IEventLevel.html b/interfaces/_octra_annotation.IEventLevel.html index b3730f3e7..b8e553aa9 100644 --- a/interfaces/_octra_annotation.IEventLevel.html +++ b/interfaces/_octra_annotation.IEventLevel.html @@ -1,4 +1,4 @@ -IEventLevel | Octra libraries - v2.0.0
            interface IEventLevel {
                items: IEvent[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            items +IEventLevel | Octra libraries - v2.0.0
            interface IEventLevel {
                items: IEvent[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            Properties

            items: IEvent[]
            name: string
            \ No newline at end of file +

            Properties

            items: IEvent[]
            name: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IFile.html b/interfaces/_octra_annotation.IFile.html index 17b1e7e54..74dd15481 100644 --- a/interfaces/_octra_annotation.IFile.html +++ b/interfaces/_octra_annotation.IFile.html @@ -1,5 +1,5 @@ -IFile | Octra libraries - v2.0.0
            interface IFile {
                content: string;
                encoding: string;
                name: string;
                type: string;
            }

            Properties

            content +IFile | Octra libraries - v2.0.0
            interface IFile {
                content: string;
                encoding: string;
                name: string;
                type: string;
            }

            Properties

            content: string
            encoding: string
            name: string
            type: string
            \ No newline at end of file +

            Properties

            content: string
            encoding: string
            name: string
            type: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IItem.html b/interfaces/_octra_annotation.IItem.html index 487eea156..d89dfc63b 100644 --- a/interfaces/_octra_annotation.IItem.html +++ b/interfaces/_octra_annotation.IItem.html @@ -1,3 +1,3 @@ -IItem | Octra libraries - v2.0.0
            interface IItem {
                id: number;
                labels: ILabel[];
            }

            Hierarchy (view full)

            Implemented by

            Properties

            id +IItem | Octra libraries - v2.0.0
            interface IItem {
                id: number;
                labels: ILabel[];
            }

            Hierarchy (view full)

            Implemented by

            Properties

            Properties

            id: number
            labels: ILabel[]
            \ No newline at end of file +

            Properties

            id: number
            labels: ILabel[]
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.IItemLevel.html b/interfaces/_octra_annotation.IItemLevel.html index 2594901d8..1d354fd23 100644 --- a/interfaces/_octra_annotation.IItemLevel.html +++ b/interfaces/_octra_annotation.IItemLevel.html @@ -1,4 +1,4 @@ -IItemLevel | Octra libraries - v2.0.0
            interface IItemLevel {
                items: IItem[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            items +IItemLevel | Octra libraries - v2.0.0
            interface IItemLevel {
                items: IItem[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            Properties

            items: IItem[]
            name: string
            \ No newline at end of file +

            Properties

            items: IItem[]
            name: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ILabel.html b/interfaces/_octra_annotation.ILabel.html index a02b1fed4..2636d05a9 100644 --- a/interfaces/_octra_annotation.ILabel.html +++ b/interfaces/_octra_annotation.ILabel.html @@ -1,3 +1,3 @@ -ILabel | Octra libraries - v2.0.0
            interface ILabel {
                name: string;
                value: string;
            }

            Implemented by

            Properties

            name +ILabel | Octra libraries - v2.0.0
            interface ILabel {
                name: string;
                value: string;
            }

            Implemented by

            Properties

            Properties

            name: string
            value: string
            \ No newline at end of file +

            Properties

            name: string
            value: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ILevel.html b/interfaces/_octra_annotation.ILevel.html index 05b407225..92508a8c6 100644 --- a/interfaces/_octra_annotation.ILevel.html +++ b/interfaces/_octra_annotation.ILevel.html @@ -1,3 +1,3 @@ -ILevel | Octra libraries - v2.0.0
            interface ILevel {
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            name +ILevel | Octra libraries - v2.0.0
            interface ILevel {
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            Properties

            name: string
            \ No newline at end of file +

            Properties

            name: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ILink.html b/interfaces/_octra_annotation.ILink.html index cafee6d5b..892f465aa 100644 --- a/interfaces/_octra_annotation.ILink.html +++ b/interfaces/_octra_annotation.ILink.html @@ -1,3 +1,3 @@ -ILink | Octra libraries - v2.0.0
            interface ILink {
                fromID: number;
                toID: number;
            }

            Implemented by

            Properties

            fromID +ILink | Octra libraries - v2.0.0
            interface ILink {
                fromID: number;
                toID: number;
            }

            Implemented by

            Properties

            Properties

            fromID: number
            toID: number
            \ No newline at end of file +

            Properties

            fromID: number
            toID: number
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ISegment.html b/interfaces/_octra_annotation.ISegment.html index 3ee096981..ccef63374 100644 --- a/interfaces/_octra_annotation.ISegment.html +++ b/interfaces/_octra_annotation.ISegment.html @@ -1,5 +1,5 @@ -ISegment | Octra libraries - v2.0.0
            interface ISegment {
                id: number;
                labels: ILabel[];
                sampleDur: number;
                sampleStart: number;
            }

            Hierarchy (view full)

            Properties

            id +ISegment | Octra libraries - v2.0.0
            interface ISegment {
                id: number;
                labels: ILabel[];
                sampleDur: number;
                sampleStart: number;
            }

            Hierarchy (view full)

            Properties

            id: number
            labels: ILabel[]
            sampleDur: number
            sampleStart: number
            \ No newline at end of file +

            Properties

            id: number
            labels: ILabel[]
            sampleDur: number
            sampleStart: number
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ISegmentLevel.html b/interfaces/_octra_annotation.ISegmentLevel.html index dbaada2bf..b4dd3b48e 100644 --- a/interfaces/_octra_annotation.ISegmentLevel.html +++ b/interfaces/_octra_annotation.ISegmentLevel.html @@ -1,4 +1,4 @@ -ISegmentLevel | Octra libraries - v2.0.0
            interface ISegmentLevel {
                items: ISegment[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            items +ISegmentLevel | Octra libraries - v2.0.0
            interface ISegmentLevel {
                items: ISegment[];
                name: string;
                type: AnnotationLevelType;
            }

            Hierarchy (view full)

            Implemented by

            Properties

            Properties

            items: ISegment[]
            name: string
            \ No newline at end of file +

            Properties

            items: ISegment[]
            name: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.ImportResult.html b/interfaces/_octra_annotation.ImportResult.html index 022bad3e4..3bb3df8ad 100644 --- a/interfaces/_octra_annotation.ImportResult.html +++ b/interfaces/_octra_annotation.ImportResult.html @@ -1,4 +1,4 @@ -ImportResult | Octra libraries - v2.0.0
            interface ImportResult {
                annotjson?: OAnnotJSON;
                audiofile?: OAudiofile;
                error?: string;
            }

            Properties

            annotjson? +ImportResult | Octra libraries - v2.0.0
            interface ImportResult {
                annotjson?: OAnnotJSON;
                audiofile?: OAudiofile;
                error?: string;
            }

            Properties

            annotjson?: OAnnotJSON
            audiofile?: OAudiofile
            error?: string
            \ No newline at end of file +

            Properties

            annotjson?: OAnnotJSON
            audiofile?: OAudiofile
            error?: string
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.SegmentWithContext.html b/interfaces/_octra_annotation.SegmentWithContext.html index 7c840865c..ad708d3a2 100644 --- a/interfaces/_octra_annotation.SegmentWithContext.html +++ b/interfaces/_octra_annotation.SegmentWithContext.html @@ -1,5 +1,5 @@ -SegmentWithContext | Octra libraries - v2.0.0
            interface SegmentWithContext<T> {
                context?: T;
                id: number;
                labels: OLabel[];
                time: SampleUnit;
            }

            Type Parameters

            Implemented by

            Properties

            context? +SegmentWithContext | Octra libraries - v2.0.0
            interface SegmentWithContext<T> {
                context?: T;
                id: number;
                labels: OLabel[];
                time: SampleUnit;
            }

            Type Parameters

            Implemented by

            Properties

            Properties

            context?: T
            id: number
            labels: OLabel[]
            \ No newline at end of file +

            Properties

            context?: T
            id: number
            labels: OLabel[]
            \ No newline at end of file diff --git a/interfaces/_octra_annotation.WhisperJSONWord.html b/interfaces/_octra_annotation.WhisperJSONWord.html index 4479d5910..1ac2751c9 100644 --- a/interfaces/_octra_annotation.WhisperJSONWord.html +++ b/interfaces/_octra_annotation.WhisperJSONWord.html @@ -1,7 +1,7 @@ -WhisperJSONWord | Octra libraries - v2.0.0
            interface WhisperJSONWord {
                end: number;
                probability?: number;
                score?: number;
                speaker?: string;
                start: number;
                word: string;
            }

            Properties

            end +WhisperJSONWord | Octra libraries - v2.0.0
            interface WhisperJSONWord {
                end: number;
                probability?: number;
                score?: number;
                speaker?: string;
                start: number;
                word: string;
            }

            Properties

            end: number
            probability?: number
            score?: number
            speaker?: string
            start: number
            word: string
            \ No newline at end of file +

            Properties

            end: number
            probability?: number
            score?: number
            speaker?: string
            start: number
            word: string
            \ No newline at end of file diff --git a/interfaces/_octra_assets.OctraGuidelines.html b/interfaces/_octra_assets.OctraGuidelines.html index a83218abc..acf58cd57 100644 --- a/interfaces/_octra_assets.OctraGuidelines.html +++ b/interfaces/_octra_assets.OctraGuidelines.html @@ -1,4 +1,4 @@ -OctraGuidelines | Octra libraries - v2.0.0
            interface OctraGuidelines {
                instructions: {
                    entries: {
                        code: string;
                        description: string;
                        examples: {
                            annotation: string;
                            url: string;
                        }[];
                        priority: string;
                        title: string;
                    }[];
                    group: string;
                }[];
                markers: {
                    button_text: string;
                    code: string;
                    description: string;
                    icon: string;
                    id: number;
                    name: string;
                    shortcuts: {
                        mac: string;
                        pc: string;
                    }[];
                    type: string;
                }[];
                meta: {
                    authors: string;
                    date: string;
                    encoding: string;
                    object_language: string;
                    pdf: {
                        url: string;
                    };
                    project: string;
                    validation_url: string;
                    version: string;
                };
            }

            Properties

            instructions +OctraGuidelines | Octra libraries - v2.0.0
            interface OctraGuidelines {
                instructions: {
                    entries: {
                        code: string;
                        description: string;
                        examples: {
                            annotation: string;
                            url: string;
                        }[];
                        priority: string;
                        title: string;
                    }[];
                    group: string;
                }[];
                markers: {
                    button_text: string;
                    code: string;
                    description: string;
                    icon: string;
                    id: number;
                    name: string;
                    shortcuts: {
                        mac: string;
                        pc: string;
                    }[];
                    type: string;
                }[];
                meta: {
                    authors: string;
                    date: string;
                    encoding: string;
                    object_language: string;
                    pdf: {
                        url: string;
                    };
                    project: string;
                    validation_url: string;
                    version: string;
                };
            }

            Properties

            instructions: {
                entries: {
                    code: string;
                    description: string;
                    examples: {
                        annotation: string;
                        url: string;
                    }[];
                    priority: string;
                    title: string;
                }[];
                group: string;
            }[]

            Type declaration

            • entries: {
                  code: string;
                  description: string;
                  examples: {
                      annotation: string;
                      url: string;
                  }[];
                  priority: string;
                  title: string;
              }[]
            • group: string
            markers: {
                button_text: string;
                code: string;
                description: string;
                icon: string;
                id: number;
                name: string;
                shortcuts: {
                    mac: string;
                    pc: string;
                }[];
                type: string;
            }[]

            Type declaration

            • button_text: string
            • code: string
            • description: string
            • icon: string
            • id: number
            • name: string
            • shortcuts: {
                  mac: string;
                  pc: string;
              }[]
            • type: string
            meta: {
                authors: string;
                date: string;
                encoding: string;
                object_language: string;
                pdf: {
                    url: string;
                };
                project: string;
                validation_url: string;
                version: string;
            }

            Type declaration

            • authors: string
            • date: string
            • encoding: string
            • object_language: string
            • pdf: {
                  url: string;
              }
              • url: string
            • project: string
            • validation_url: string
            • version: string
            \ No newline at end of file +

            Properties

            instructions: {
                entries: {
                    code: string;
                    description: string;
                    examples: {
                        annotation: string;
                        url: string;
                    }[];
                    priority: string;
                    title: string;
                }[];
                group: string;
            }[]

            Type declaration

            • entries: {
                  code: string;
                  description: string;
                  examples: {
                      annotation: string;
                      url: string;
                  }[];
                  priority: string;
                  title: string;
              }[]
            • group: string
            markers: {
                button_text: string;
                code: string;
                description: string;
                icon: string;
                id: number;
                name: string;
                shortcuts: {
                    mac: string;
                    pc: string;
                }[];
                type: string;
            }[]

            Type declaration

            • button_text: string
            • code: string
            • description: string
            • icon: string
            • id: number
            • name: string
            • shortcuts: {
                  mac: string;
                  pc: string;
              }[]
            • type: string
            meta: {
                authors: string;
                date: string;
                encoding: string;
                object_language: string;
                pdf: {
                    url: string;
                };
                project: string;
                validation_url: string;
                version: string;
            }

            Type declaration

            • authors: string
            • date: string
            • encoding: string
            • object_language: string
            • pdf: {
                  url: string;
              }
              • url: string
            • project: string
            • validation_url: string
            • version: string
            \ No newline at end of file diff --git a/interfaces/_octra_json_sets.AudioFileMetaData.html b/interfaces/_octra_json_sets.AudioFileMetaData.html index 7a6593922..cac52292a 100644 --- a/interfaces/_octra_json_sets.AudioFileMetaData.html +++ b/interfaces/_octra_json_sets.AudioFileMetaData.html @@ -1,8 +1,8 @@ -AudioFileMetaData | Octra libraries - v2.0.0
            interface AudioFileMetaData {
                bitRate?: number;
                codec?: string;
                container?: string;
                duration?: {
                    samples: number;
                    seconds: number;
                };
                lossless?: boolean;
                numberOfChannels?: number;
                sampleRate?: number;
            }

            Properties

            bitRate? +AudioFileMetaData | Octra libraries - v2.0.0
            interface AudioFileMetaData {
                bitRate?: number;
                codec?: string;
                container?: string;
                duration?: {
                    samples: number;
                    seconds: number;
                };
                lossless?: boolean;
                numberOfChannels?: number;
                sampleRate?: number;
            }

            Properties

            bitRate?: number
            codec?: string
            container?: string
            duration?: {
                samples: number;
                seconds: number;
            }

            Type declaration

            • samples: number
            • seconds: number
            lossless?: boolean
            numberOfChannels?: number
            sampleRate?: number
            \ No newline at end of file +

            Properties

            bitRate?: number
            codec?: string
            container?: string
            duration?: {
                samples: number;
                seconds: number;
            }

            Type declaration

            • samples: number
            • seconds: number
            lossless?: boolean
            numberOfChannels?: number
            sampleRate?: number
            \ No newline at end of file diff --git a/interfaces/_octra_media.IAudioFile.html b/interfaces/_octra_media.IAudioFile.html index d6d5f0ee0..e62b169dd 100644 --- a/interfaces/_octra_media.IAudioFile.html +++ b/interfaces/_octra_media.IAudioFile.html @@ -1,7 +1,7 @@ -IAudioFile | Octra libraries - v2.0.0
            interface IAudioFile {
                duration: number;
                name: string;
                sampleRate: number;
                size: number;
                type: string;
                url?: string;
            }

            Implemented by

            Properties

            duration +IAudioFile | Octra libraries - v2.0.0
            interface IAudioFile {
                duration: number;
                name: string;
                sampleRate: number;
                size: number;
                type: string;
                url?: string;
            }

            Implemented by

            Properties

            duration: number
            name: string
            sampleRate: number
            size: number
            type: string
            url?: string
            \ No newline at end of file +

            Properties

            duration: number
            name: string
            sampleRate: number
            size: number
            type: string
            url?: string
            \ No newline at end of file diff --git a/interfaces/_octra_media.NumeratedSegment.html b/interfaces/_octra_media.NumeratedSegment.html index f04813f7f..941773b78 100644 --- a/interfaces/_octra_media.NumeratedSegment.html +++ b/interfaces/_octra_media.NumeratedSegment.html @@ -1,4 +1,4 @@ -NumeratedSegment | Octra libraries - v2.0.0
            interface NumeratedSegment {
                number: number;
                sampleDur: number;
                sampleStart: number;
            }

            Properties

            number +NumeratedSegment | Octra libraries - v2.0.0
            interface NumeratedSegment {
                number: number;
                sampleDur: number;
                sampleStart: number;
            }

            Properties

            number: number
            sampleDur: number
            sampleStart: number
            \ No newline at end of file +

            Properties

            number: number
            sampleDur: number
            sampleStart: number
            \ No newline at end of file diff --git a/interfaces/_octra_media.SampleTimeValues.html b/interfaces/_octra_media.SampleTimeValues.html index e589808ae..1df2375e5 100644 --- a/interfaces/_octra_media.SampleTimeValues.html +++ b/interfaces/_octra_media.SampleTimeValues.html @@ -1,4 +1,4 @@ SampleTimeValues | Octra libraries - v2.0.0

            class initialized with samples which can output other units like seconds, milliseconds

            -
            interface SampleTimeValues {
                seconds: number;
                unix: number;
            }

            Properties

            interface SampleTimeValues {
                seconds: number;
                unix: number;
            }

            Properties

            Properties

            seconds: number
            unix: number
            \ No newline at end of file +

            Properties

            seconds: number
            unix: number
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.AudioViewerShortcutEvent.html b/interfaces/_octra_ngx_components.AudioViewerShortcutEvent.html index 047ef1401..8fa9f1fff 100644 --- a/interfaces/_octra_ngx_components.AudioViewerShortcutEvent.html +++ b/interfaces/_octra_ngx_components.AudioViewerShortcutEvent.html @@ -1,8 +1,8 @@ -AudioViewerShortcutEvent | Octra libraries - v2.0.0
            interface AudioViewerShortcutEvent {
                selection?: AudioSelection;
                shortcut: string;
                shortcutName: string;
                timePosition?: SampleUnit;
                timestamp: number;
                type: string;
                value?: string;
            }

            Properties

            selection? +AudioViewerShortcutEvent | Octra libraries - v2.0.0
            \ No newline at end of file +

            Properties

            selection?: AudioSelection
            shortcut: string
            shortcutName: string
            timePosition?: SampleUnit
            timestamp: number
            type: string
            value?: string
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.CurrentLevelChangeEvent.html b/interfaces/_octra_ngx_components.CurrentLevelChangeEvent.html index 1f74a73ca..f531da575 100644 --- a/interfaces/_octra_ngx_components.CurrentLevelChangeEvent.html +++ b/interfaces/_octra_ngx_components.CurrentLevelChangeEvent.html @@ -1,4 +1,4 @@ -CurrentLevelChangeEvent | Octra libraries - v2.0.0
            interface CurrentLevelChangeEvent {
                items: {
                    id?: number;
                    index?: number;
                    instance?: AnnotationAnySegment;
                }[];
                removeOptions?: {
                    mergeTranscripts: boolean;
                    silenceCode: undefined | string;
                };
                type: "change" | "add" | "remove";
            }

            Properties

            items +CurrentLevelChangeEvent | Octra libraries - v2.0.0
            interface CurrentLevelChangeEvent {
                items: {
                    id?: number;
                    index?: number;
                    instance?: AnnotationAnySegment;
                }[];
                removeOptions?: {
                    mergeTranscripts: boolean;
                    silenceCode: undefined | string;
                };
                type: "change" | "add" | "remove";
            }

            Properties

            items: {
                id?: number;
                index?: number;
                instance?: AnnotationAnySegment;
            }[]

            Type declaration

            removeOptions?: {
                mergeTranscripts: boolean;
                silenceCode: undefined | string;
            }

            Type declaration

            • mergeTranscripts: boolean
            • silenceCode: undefined | string
            type: "change" | "add" | "remove"
            \ No newline at end of file +

            Properties

            items: {
                id?: number;
                index?: number;
                instance?: AnnotationAnySegment;
            }[]

            Type declaration

            removeOptions?: {
                mergeTranscripts: boolean;
                silenceCode: undefined | string;
            }

            Type declaration

            • mergeTranscripts: boolean
            • silenceCode: undefined | string
            type: "change" | "add" | "remove"
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.ICircle.html b/interfaces/_octra_ngx_components.ICircle.html index 7a7f05d0b..5f623fa73 100644 --- a/interfaces/_octra_ngx_components.ICircle.html +++ b/interfaces/_octra_ngx_components.ICircle.html @@ -1,3 +1,3 @@ -ICircle | Octra libraries - v2.0.0
            interface ICircle {
                position: IPosition;
                radius: number;
            }

            Properties

            position +ICircle | Octra libraries - v2.0.0
            interface ICircle {
                position: IPosition;
                radius: number;
            }

            Properties

            Properties

            position: IPosition
            radius: number
            \ No newline at end of file +

            Properties

            position: IPosition
            radius: number
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.IInterval.html b/interfaces/_octra_ngx_components.IInterval.html index cef9941f7..2873ac662 100644 --- a/interfaces/_octra_ngx_components.IInterval.html +++ b/interfaces/_octra_ngx_components.IInterval.html @@ -1,4 +1,4 @@ IInterval | Octra libraries - v2.0.0

            collections

            -
            interface IInterval {
                end: number;
                start: number;
            }

            Implemented by

            Properties

            end +
            interface IInterval {
                end: number;
                start: number;
            }

            Implemented by

            Properties

            Properties

            end: number
            start: number
            \ No newline at end of file +

            Properties

            end: number
            start: number
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.IMargin.html b/interfaces/_octra_ngx_components.IMargin.html index 77052bf6a..89d267177 100644 --- a/interfaces/_octra_ngx_components.IMargin.html +++ b/interfaces/_octra_ngx_components.IMargin.html @@ -1,5 +1,5 @@ -IMargin | Octra libraries - v2.0.0
            interface IMargin {
                bottom: number;
                left: number;
                right: number;
                top: number;
            }

            Implemented by

            Properties

            bottom +IMargin | Octra libraries - v2.0.0
            interface IMargin {
                bottom: number;
                left: number;
                right: number;
                top: number;
            }

            Implemented by

            Properties

            Properties

            bottom: number
            left: number
            right: number
            top: number
            \ No newline at end of file +

            Properties

            bottom: number
            left: number
            right: number
            top: number
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.IPosition.html b/interfaces/_octra_ngx_components.IPosition.html index 587ff7ef4..494dbf3b2 100644 --- a/interfaces/_octra_ngx_components.IPosition.html +++ b/interfaces/_octra_ngx_components.IPosition.html @@ -1,3 +1,3 @@ -IPosition | Octra libraries - v2.0.0
            interface IPosition {
                x: number;
                y: number;
            }

            Properties

            x +IPosition | Octra libraries - v2.0.0
            interface IPosition {
                x: number;
                y: number;
            }

            Properties

            x y -

            Properties

            x: number
            y: number
            \ No newline at end of file +

            Properties

            x: number
            y: number
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.IRectangle.html b/interfaces/_octra_ngx_components.IRectangle.html index 54ad00c69..fdb5428dd 100644 --- a/interfaces/_octra_ngx_components.IRectangle.html +++ b/interfaces/_octra_ngx_components.IRectangle.html @@ -1,4 +1,4 @@ IRectangle | Octra libraries - v2.0.0

            SHAPES

            -
            interface IRectangle {
                position: IPosition;
                size: ISize;
            }

            Implemented by

            Properties

            interface IRectangle {
                position: IPosition;
                size: ISize;
            }

            Implemented by

            Properties

            Properties

            position: IPosition
            size: ISize
            \ No newline at end of file +

            Properties

            position: IPosition
            size: ISize
            \ No newline at end of file diff --git a/interfaces/_octra_ngx_components.ISize.html b/interfaces/_octra_ngx_components.ISize.html index d7d99ec7d..385f0d90f 100644 --- a/interfaces/_octra_ngx_components.ISize.html +++ b/interfaces/_octra_ngx_components.ISize.html @@ -1,3 +1,3 @@ -ISize | Octra libraries - v2.0.0
            interface ISize {
                height: number;
                width: number;
            }

            Implemented by

            Properties

            height +ISize | Octra libraries - v2.0.0
            interface ISize {
                height: number;
                width: number;
            }

            Implemented by

            Properties

            Properties

            height: number
            width: number
            \ No newline at end of file +

            Properties

            height: number
            width: number
            \ No newline at end of file diff --git a/interfaces/_octra_utilities.FileSize.html b/interfaces/_octra_utilities.FileSize.html index f1b671bf5..da96703de 100644 --- a/interfaces/_octra_utilities.FileSize.html +++ b/interfaces/_octra_utilities.FileSize.html @@ -1,4 +1,4 @@ FileSize | Octra libraries - v2.0.0

            represents a file size definition giving size and label.

            -
            interface FileSize {
                label: string;
                size: number;
            }

            Properties

            interface FileSize {
                label: string;
                size: number;
            }

            Properties

            Properties

            label: string
            size: number
            \ No newline at end of file +

            Properties

            label: string
            size: number
            \ No newline at end of file diff --git a/interfaces/_octra_utilities.Serializable.html b/interfaces/_octra_utilities.Serializable.html index 43277aabb..d611f1123 100644 --- a/interfaces/_octra_utilities.Serializable.html +++ b/interfaces/_octra_utilities.Serializable.html @@ -1,3 +1,3 @@ -Serializable | Octra libraries - v2.0.0
            interface Serializable<S, T> {
                deserialize(jsonObject, sampleRate): undefined | T;
                serialize(): S;
            }

            Type Parameters

            • S
            • T

            Implemented by

              Methods

              deserialize +Serializable | Octra libraries - v2.0.0
              interface Serializable<S, T> {
                  deserialize(jsonObject, sampleRate): undefined | T;
                  serialize(): S;
              }

              Type Parameters

              • S
              • T

              Implemented by

                Methods

                • Parameters

                  • jsonObject: S
                  • sampleRate: number

                  Returns undefined | T

                \ No newline at end of file +

                Methods

                • Parameters

                  • jsonObject: S
                  • sampleRate: number

                  Returns undefined | T

                \ No newline at end of file diff --git a/interfaces/_octra_web_media.KeyMappingEntry.html b/interfaces/_octra_web_media.KeyMappingEntry.html index de976d257..cc02e5970 100644 --- a/interfaces/_octra_web_media.KeyMappingEntry.html +++ b/interfaces/_octra_web_media.KeyMappingEntry.html @@ -1,4 +1,4 @@ KeyMappingEntry | Octra libraries - v2.0.0

                entry that maps a key name to a code

                -
                interface KeyMappingEntry {
                    keyCode: number;
                    name: string;
                }

                Properties

                interface KeyMappingEntry {
                    keyCode: number;
                    name: string;
                }

                Properties

                Properties

                keyCode: number
                name: string
                \ No newline at end of file +

                Properties

                keyCode: number
                name: string
                \ No newline at end of file diff --git a/interfaces/_octra_web_media.SegmentToDecode.html b/interfaces/_octra_web_media.SegmentToDecode.html index 4cc05bf3f..844129962 100644 --- a/interfaces/_octra_web_media.SegmentToDecode.html +++ b/interfaces/_octra_web_media.SegmentToDecode.html @@ -1,4 +1,4 @@ -SegmentToDecode | Octra libraries - v2.0.0
                interface SegmentToDecode {
                    number: number;
                    sampleDur: SampleUnit;
                    sampleStart: SampleUnit;
                }

                Properties

                number +SegmentToDecode | Octra libraries - v2.0.0
                interface SegmentToDecode {
                    number: number;
                    sampleDur: SampleUnit;
                    sampleStart: SampleUnit;
                }

                Properties

                number: number
                sampleDur: SampleUnit
                sampleStart: SampleUnit
                \ No newline at end of file +

                Properties

                number: number
                sampleDur: SampleUnit
                sampleStart: SampleUnit
                \ No newline at end of file diff --git a/interfaces/_octra_web_media.Shortcut.html b/interfaces/_octra_web_media.Shortcut.html index a90e7c03c..7a1898bb4 100644 --- a/interfaces/_octra_web_media.Shortcut.html +++ b/interfaces/_octra_web_media.Shortcut.html @@ -1,8 +1,8 @@ Shortcut | Octra libraries - v2.0.0

                shortcut definition

                -
                interface Shortcut {
                    callback?: ((keyboardEvent, shortcut, hotkeyEvent, shortcutGroup) => void);
                    focusonly?: boolean;
                    keys: {
                        mac?: string;
                        pc?: string;
                    };
                    label?: string;
                    name: string;
                    title: string;
                }

                Properties

                interface Shortcut {
                    callback?: ((keyboardEvent, shortcut, hotkeyEvent, shortcutGroup) => void);
                    focusonly?: boolean;
                    keys: {
                        mac?: string;
                        pc?: string;
                    };
                    label?: string;
                    name: string;
                    title: string;
                }

                Properties

                callback?: ((keyboardEvent, shortcut, hotkeyEvent, shortcutGroup) => void)

                Type declaration

                  • (keyboardEvent, shortcut, hotkeyEvent, shortcutGroup): void
                  • Parameters

                    Returns void

                focusonly?: boolean
                keys: {
                    mac?: string;
                    pc?: string;
                }

                Type declaration

                • Optional mac?: string
                • Optional pc?: string
                label?: string
                name: string
                title: string
                \ No newline at end of file +

                Properties

                callback?: ((keyboardEvent, shortcut, hotkeyEvent, shortcutGroup) => void)

                Type declaration

                  • (keyboardEvent, shortcut, hotkeyEvent, shortcutGroup): void
                  • Parameters

                    Returns void

                focusonly?: boolean
                keys: {
                    mac?: string;
                    pc?: string;
                }

                Type declaration

                • Optional mac?: string
                • Optional pc?: string
                label?: string
                name: string
                title: string
                \ No newline at end of file diff --git a/interfaces/_octra_web_media.ShortcutEvent.html b/interfaces/_octra_web_media.ShortcutEvent.html index 7cd5b0cf0..95329da88 100644 --- a/interfaces/_octra_web_media.ShortcutEvent.html +++ b/interfaces/_octra_web_media.ShortcutEvent.html @@ -1,9 +1,9 @@ ShortcutEvent | Octra libraries - v2.0.0

                wrapper containing KeyboardEvent information with additional data

                -
                interface ShortcutEvent {
                    event: KeyboardEvent;
                    onFocusOnly?: boolean;
                    platform: string;
                    shortcut: string;
                    shortcutGroupName: string;
                    shortcutName: string;
                    timestamp: number;
                }

                Properties

                interface ShortcutEvent {
                    event: KeyboardEvent;
                    onFocusOnly?: boolean;
                    platform: string;
                    shortcut: string;
                    shortcutGroupName: string;
                    shortcutName: string;
                    timestamp: number;
                }

                Properties

                event: KeyboardEvent
                onFocusOnly?: boolean
                platform: string
                shortcut: string
                shortcutGroupName: string
                shortcutName: string
                timestamp: number
                \ No newline at end of file +

                Properties

                event: KeyboardEvent
                onFocusOnly?: boolean
                platform: string
                shortcut: string
                shortcutGroupName: string
                shortcutName: string
                timestamp: number
                \ No newline at end of file diff --git a/interfaces/_octra_web_media.ShortcutGroup.html b/interfaces/_octra_web_media.ShortcutGroup.html index c05a4b5b6..a834f43b8 100644 --- a/interfaces/_octra_web_media.ShortcutGroup.html +++ b/interfaces/_octra_web_media.ShortcutGroup.html @@ -1,5 +1,5 @@ ShortcutGroup | Octra libraries - v2.0.0

                defines a group of shortcuts

                -
                interface ShortcutGroup {
                    enabled: boolean;
                    items: Shortcut[];
                    name: string;
                }

                Properties

                interface ShortcutGroup {
                    enabled: boolean;
                    items: Shortcut[];
                    name: string;
                }

                Properties

                Properties

                enabled: boolean
                items: Shortcut[]
                name: string
                \ No newline at end of file +

                Properties

                enabled: boolean
                items: Shortcut[]
                name: string
                \ No newline at end of file diff --git a/modules/_octra_annotation.html b/modules/_octra_annotation.html index 22be1ae73..245ced813 100644 --- a/modules/_octra_annotation.html +++ b/modules/_octra_annotation.html @@ -1,4 +1,4 @@ -@octra/annotation - v0.1.13 | Octra libraries - v2.0.0

                Module @octra/annotation - v0.1.13

                @octra/annotation npm

                This library offers all annotation related classes and functions used by Octra. It uses AnnotJSON file format as base +@octra/annotation - v0.1.14 | Octra libraries - v2.0.0

                Module @octra/annotation - v0.1.14

                @octra/annotation npm

                This library offers all annotation related classes and functions used by Octra. It uses AnnotJSON file format as base model. Here you can also find all Annotation converters used by Octra.

                Installation

                ESM, CJS, TS definitions & UMD (optional)

                npm install --save @octra/annotation
                 
                diff --git a/types/_octra_annotation.AnnotationAnySegment.html b/types/_octra_annotation.AnnotationAnySegment.html index 48b75bb7e..eb209e280 100644 --- a/types/_octra_annotation.AnnotationAnySegment.html +++ b/types/_octra_annotation.AnnotationAnySegment.html @@ -1 +1 @@ -AnnotationAnySegment | Octra libraries - v2.0.0
                \ No newline at end of file +AnnotationAnySegment | Octra libraries - v2.0.0
                \ No newline at end of file diff --git a/types/_octra_annotation.IAnyLevel.html b/types/_octra_annotation.IAnyLevel.html index cedbfc3c7..1743681b7 100644 --- a/types/_octra_annotation.IAnyLevel.html +++ b/types/_octra_annotation.IAnyLevel.html @@ -1 +1 @@ -IAnyLevel | Octra libraries - v2.0.0
                \ No newline at end of file +IAnyLevel | Octra libraries - v2.0.0
                \ No newline at end of file diff --git a/types/_octra_annotation.OAnyLevel.html b/types/_octra_annotation.OAnyLevel.html index 85326d0e6..b9bf781f3 100644 --- a/types/_octra_annotation.OAnyLevel.html +++ b/types/_octra_annotation.OAnyLevel.html @@ -1 +1 @@ -OAnyLevel | Octra libraries - v2.0.0

                Type Parameters

                \ No newline at end of file +OAnyLevel | Octra libraries - v2.0.0

                Type Parameters

                \ No newline at end of file diff --git a/types/_octra_annotation.OctraAnnotationAnyLevel.html b/types/_octra_annotation.OctraAnnotationAnyLevel.html index 3ae4712fe..fc07a33a4 100644 --- a/types/_octra_annotation.OctraAnnotationAnyLevel.html +++ b/types/_octra_annotation.OctraAnnotationAnyLevel.html @@ -1 +1 @@ -OctraAnnotationAnyLevel | Octra libraries - v2.0.0
                \ No newline at end of file +OctraAnnotationAnyLevel | Octra libraries - v2.0.0
                \ No newline at end of file diff --git a/types/_octra_annotation.OctraAnnotationFormatType.html b/types/_octra_annotation.OctraAnnotationFormatType.html index ff0973336..4ff892eb6 100644 --- a/types/_octra_annotation.OctraAnnotationFormatType.html +++ b/types/_octra_annotation.OctraAnnotationFormatType.html @@ -1 +1 @@ -OctraAnnotationFormatType | Octra libraries - v2.0.0
                OctraAnnotationFormatType: "AnnotJSON" | "BundleJSON" | "CTM" | "ELAN" | "BASPartitur" | "PraatTextTable" | "SRT" | "PlainText" | "TextGrid" | "WhisperJSON" | "WebVTT"
                \ No newline at end of file +OctraAnnotationFormatType | Octra libraries - v2.0.0
                OctraAnnotationFormatType: "AnnotJSON" | "BundleJSON" | "CTM" | "ELAN" | "BASPartitur" | "PraatTextTable" | "SRT" | "PlainText" | "TextGrid" | "WhisperJSON" | "WebVTT"
                \ No newline at end of file diff --git a/types/_octra_json_sets.JSONSetExpression.html b/types/_octra_json_sets.JSONSetExpression.html index ad2cb42ee..2a517f285 100644 --- a/types/_octra_json_sets.JSONSetExpression.html +++ b/types/_octra_json_sets.JSONSetExpression.html @@ -1 +1 @@ -JSONSetExpression | Octra libraries - v2.0.0
                JSONSetExpression<U>: JSONSetStatement<U> | JSONSet<U>

                Type Parameters

                • U
                \ No newline at end of file +JSONSetExpression | Octra libraries - v2.0.0
                JSONSetExpression<U>: JSONSetStatement<U> | JSONSet<U>

                Type Parameters

                • U
                \ No newline at end of file diff --git a/types/_octra_web_media.IntArray.html b/types/_octra_web_media.IntArray.html index c0d86b408..3bc569625 100644 --- a/types/_octra_web_media.IntArray.html +++ b/types/_octra_web_media.IntArray.html @@ -1 +1 @@ -IntArray | Octra libraries - v2.0.0
                IntArray: Uint8Array | Int16Array | Int32Array
                \ No newline at end of file +IntArray | Octra libraries - v2.0.0
                IntArray: Uint8Array | Int16Array | Int32Array
                \ No newline at end of file diff --git a/variables/_octra_assets.IO_SETS.html b/variables/_octra_assets.IO_SETS.html index 009718774..9a25718ce 100644 --- a/variables/_octra_assets.IO_SETS.html +++ b/variables/_octra_assets.IO_SETS.html @@ -1 +1 @@ -IO_SETS | Octra libraries - v2.0.0
                IO_SETS: {
                    inputs: {
                        combine: {
                            expressions: ({
                                description: string;
                                name: string;
                                select: string;
                                with: {
                                    extension: string[];
                                    mimeType: string[];
                                    size: string;
                                }[];
                            } | {
                                description: string;
                                name: string;
                                select: string;
                                with: ({
                                    content: string[];
                                    extension: string[];
                                    mimeType: string[];
                                } | {
                                    content: string[];
                                    extension: string[];
                                    mimeType?: undefined;
                                })[];
                            })[];
                            type: string;
                        };
                        description: string;
                        name: string;
                    };
                    outputs: {
                        combine: {
                            expressions: {
                                description: string;
                                name: string;
                                select: string;
                                with: {
                                    content: string;
                                    extension: string[];
                                    mimeType: string[];
                                };
                            }[];
                            type: string;
                        };
                        description: string;
                        name: string;
                    };
                } = ...

                Type declaration

                • inputs: {
                      combine: {
                          expressions: ({
                              description: string;
                              name: string;
                              select: string;
                              with: {
                                  extension: string[];
                                  mimeType: string[];
                                  size: string;
                              }[];
                          } | {
                              description: string;
                              name: string;
                              select: string;
                              with: ({
                                  content: string[];
                                  extension: string[];
                                  mimeType: string[];
                              } | {
                                  content: string[];
                                  extension: string[];
                                  mimeType?: undefined;
                              })[];
                          })[];
                          type: string;
                      };
                      description: string;
                      name: string;
                  }
                  • combine: {
                        expressions: ({
                            description: string;
                            name: string;
                            select: string;
                            with: {
                                extension: string[];
                                mimeType: string[];
                                size: string;
                            }[];
                        } | {
                            description: string;
                            name: string;
                            select: string;
                            with: ({
                                content: string[];
                                extension: string[];
                                mimeType: string[];
                            } | {
                                content: string[];
                                extension: string[];
                                mimeType?: undefined;
                            })[];
                        })[];
                        type: string;
                    }
                    • expressions: ({
                          description: string;
                          name: string;
                          select: string;
                          with: {
                              extension: string[];
                              mimeType: string[];
                              size: string;
                          }[];
                      } | {
                          description: string;
                          name: string;
                          select: string;
                          with: ({
                              content: string[];
                              extension: string[];
                              mimeType: string[];
                          } | {
                              content: string[];
                              extension: string[];
                              mimeType?: undefined;
                          })[];
                      })[]
                    • type: string
                  • description: string
                  • name: string
                • outputs: {
                      combine: {
                          expressions: {
                              description: string;
                              name: string;
                              select: string;
                              with: {
                                  content: string;
                                  extension: string[];
                                  mimeType: string[];
                              };
                          }[];
                          type: string;
                      };
                      description: string;
                      name: string;
                  }
                  • combine: {
                        expressions: {
                            description: string;
                            name: string;
                            select: string;
                            with: {
                                content: string;
                                extension: string[];
                                mimeType: string[];
                            };
                        }[];
                        type: string;
                    }
                    • expressions: {
                          description: string;
                          name: string;
                          select: string;
                          with: {
                              content: string;
                              extension: string[];
                              mimeType: string[];
                          };
                      }[]
                    • type: string
                  • description: string
                  • name: string
                \ No newline at end of file +IO_SETS | Octra libraries - v2.0.0
                IO_SETS: {
                    inputs: {
                        combine: {
                            expressions: ({
                                description: string;
                                name: string;
                                select: string;
                                with: {
                                    extension: string[];
                                    mimeType: string[];
                                    size: string;
                                }[];
                            } | {
                                description: string;
                                name: string;
                                select: string;
                                with: ({
                                    content: string[];
                                    extension: string[];
                                    mimeType: string[];
                                } | {
                                    content: string[];
                                    extension: string[];
                                    mimeType?: undefined;
                                })[];
                            })[];
                            type: string;
                        };
                        description: string;
                        name: string;
                    };
                    outputs: {
                        combine: {
                            expressions: {
                                description: string;
                                name: string;
                                select: string;
                                with: {
                                    content: string;
                                    extension: string[];
                                    mimeType: string[];
                                };
                            }[];
                            type: string;
                        };
                        description: string;
                        name: string;
                    };
                } = ...

                Type declaration

                • inputs: {
                      combine: {
                          expressions: ({
                              description: string;
                              name: string;
                              select: string;
                              with: {
                                  extension: string[];
                                  mimeType: string[];
                                  size: string;
                              }[];
                          } | {
                              description: string;
                              name: string;
                              select: string;
                              with: ({
                                  content: string[];
                                  extension: string[];
                                  mimeType: string[];
                              } | {
                                  content: string[];
                                  extension: string[];
                                  mimeType?: undefined;
                              })[];
                          })[];
                          type: string;
                      };
                      description: string;
                      name: string;
                  }
                  • combine: {
                        expressions: ({
                            description: string;
                            name: string;
                            select: string;
                            with: {
                                extension: string[];
                                mimeType: string[];
                                size: string;
                            }[];
                        } | {
                            description: string;
                            name: string;
                            select: string;
                            with: ({
                                content: string[];
                                extension: string[];
                                mimeType: string[];
                            } | {
                                content: string[];
                                extension: string[];
                                mimeType?: undefined;
                            })[];
                        })[];
                        type: string;
                    }
                    • expressions: ({
                          description: string;
                          name: string;
                          select: string;
                          with: {
                              extension: string[];
                              mimeType: string[];
                              size: string;
                          }[];
                      } | {
                          description: string;
                          name: string;
                          select: string;
                          with: ({
                              content: string[];
                              extension: string[];
                              mimeType: string[];
                          } | {
                              content: string[];
                              extension: string[];
                              mimeType?: undefined;
                          })[];
                      })[]
                    • type: string
                  • description: string
                  • name: string
                • outputs: {
                      combine: {
                          expressions: {
                              description: string;
                              name: string;
                              select: string;
                              with: {
                                  content: string;
                                  extension: string[];
                                  mimeType: string[];
                              };
                          }[];
                          type: string;
                      };
                      description: string;
                      name: string;
                  }
                  • combine: {
                        expressions: {
                            description: string;
                            name: string;
                            select: string;
                            with: {
                                content: string;
                                extension: string[];
                                mimeType: string[];
                            };
                        }[];
                        type: string;
                    }
                    • expressions: {
                          description: string;
                          name: string;
                          select: string;
                          with: {
                              content: string;
                              extension: string[];
                              mimeType: string[];
                          };
                      }[]
                    • type: string
                  • description: string
                  • name: string
                \ No newline at end of file diff --git a/variables/_octra_assets.OctraGuidelinesJSONSchema.html b/variables/_octra_assets.OctraGuidelinesJSONSchema.html index edb7ebf56..f22abea51 100644 --- a/variables/_octra_assets.OctraGuidelinesJSONSchema.html +++ b/variables/_octra_assets.OctraGuidelinesJSONSchema.html @@ -1 +1 @@ -OctraGuidelinesJSONSchema | Octra libraries - v2.0.0

                Variable OctraGuidelinesJSONSchemaConst

                OctraGuidelinesJSONSchema: {
                    properties: {
                        instructions: {
                            items: {
                                properties: {
                                    entries: {
                                        items: {
                                            properties: {
                                                code: {
                                                    type: string;
                                                };
                                                description: {
                                                    type: string;
                                                };
                                                examples: {
                                                    items: {
                                                        properties: {
                                                            annotation: ...;
                                                            url: ...;
                                                        };
                                                        type: string;
                                                    };
                                                    type: string;
                                                };
                                                priority: {
                                                    type: string;
                                                };
                                                title: {
                                                    type: string;
                                                };
                                            };
                                        };
                                        type: string;
                                    };
                                    group: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        markers: {
                            items: {
                                properties: {
                                    button_text: {
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    description: {
                                        type: string;
                                    };
                                    icon: {
                                        type: string;
                                    };
                                    id: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    shortcut: {
                                        properties: {
                                            mac: {
                                                type: string;
                                            };
                                            pc: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        meta: {
                            properties: {
                                authors: {
                                    type: string;
                                };
                                date: {
                                    type: string;
                                };
                                encoding: {
                                    type: string;
                                };
                                object_language: {
                                    type: string;
                                };
                                project: {
                                    type: string;
                                };
                                validation_url: {
                                    type: string;
                                };
                                version: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } = ...

                Type declaration

                • properties: {
                      instructions: {
                          items: {
                              properties: {
                                  entries: {
                                      items: {
                                          properties: {
                                              code: {
                                                  type: string;
                                              };
                                              description: {
                                                  type: string;
                                              };
                                              examples: {
                                                  items: {
                                                      properties: {
                                                          annotation: ...;
                                                          url: ...;
                                                      };
                                                      type: string;
                                                  };
                                                  type: string;
                                              };
                                              priority: {
                                                  type: string;
                                              };
                                              title: {
                                                  type: string;
                                              };
                                          };
                                      };
                                      type: string;
                                  };
                                  group: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      markers: {
                          items: {
                              properties: {
                                  button_text: {
                                      type: string;
                                  };
                                  code: {
                                      type: string;
                                  };
                                  description: {
                                      type: string;
                                  };
                                  icon: {
                                      type: string;
                                  };
                                  id: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  shortcut: {
                                      properties: {
                                          mac: {
                                              type: string;
                                          };
                                          pc: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      meta: {
                          properties: {
                              authors: {
                                  type: string;
                              };
                              date: {
                                  type: string;
                              };
                              encoding: {
                                  type: string;
                              };
                              object_language: {
                                  type: string;
                              };
                              project: {
                                  type: string;
                              };
                              validation_url: {
                                  type: string;
                              };
                              version: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • instructions: {
                        items: {
                            properties: {
                                entries: {
                                    items: {
                                        properties: {
                                            code: {
                                                type: string;
                                            };
                                            description: {
                                                type: string;
                                            };
                                            examples: {
                                                items: {
                                                    properties: {
                                                        annotation: ...;
                                                        url: ...;
                                                    };
                                                    type: string;
                                                };
                                                type: string;
                                            };
                                            priority: {
                                                type: string;
                                            };
                                            title: {
                                                type: string;
                                            };
                                        };
                                    };
                                    type: string;
                                };
                                group: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              entries: {
                                  items: {
                                      properties: {
                                          code: {
                                              type: string;
                                          };
                                          description: {
                                              type: string;
                                          };
                                          examples: {
                                              items: {
                                                  properties: {
                                                      annotation: ...;
                                                      url: ...;
                                                  };
                                                  type: string;
                                              };
                                              type: string;
                                          };
                                          priority: {
                                              type: string;
                                          };
                                          title: {
                                              type: string;
                                          };
                                      };
                                  };
                                  type: string;
                              };
                              group: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            entries: {
                                items: {
                                    properties: {
                                        code: {
                                            type: string;
                                        };
                                        description: {
                                            type: string;
                                        };
                                        examples: {
                                            items: {
                                                properties: {
                                                    annotation: ...;
                                                    url: ...;
                                                };
                                                type: string;
                                            };
                                            type: string;
                                        };
                                        priority: {
                                            type: string;
                                        };
                                        title: {
                                            type: string;
                                        };
                                    };
                                };
                                type: string;
                            };
                            group: {
                                type: string;
                            };
                        }
                        • entries: {
                              items: {
                                  properties: {
                                      code: {
                                          type: string;
                                      };
                                      description: {
                                          type: string;
                                      };
                                      examples: {
                                          items: {
                                              properties: {
                                                  annotation: ...;
                                                  url: ...;
                                              };
                                              type: string;
                                          };
                                          type: string;
                                      };
                                      priority: {
                                          type: string;
                                      };
                                      title: {
                                          type: string;
                                      };
                                  };
                              };
                              type: string;
                          }
                          • items: {
                                properties: {
                                    code: {
                                        type: string;
                                    };
                                    description: {
                                        type: string;
                                    };
                                    examples: {
                                        items: {
                                            properties: {
                                                annotation: ...;
                                                url: ...;
                                            };
                                            type: string;
                                        };
                                        type: string;
                                    };
                                    priority: {
                                        type: string;
                                    };
                                    title: {
                                        type: string;
                                    };
                                };
                            }
                            • properties: {
                                  code: {
                                      type: string;
                                  };
                                  description: {
                                      type: string;
                                  };
                                  examples: {
                                      items: {
                                          properties: {
                                              annotation: ...;
                                              url: ...;
                                          };
                                          type: string;
                                      };
                                      type: string;
                                  };
                                  priority: {
                                      type: string;
                                  };
                                  title: {
                                      type: string;
                                  };
                              }
                              • code: {
                                    type: string;
                                }
                                • type: string
                              • description: {
                                    type: string;
                                }
                                • type: string
                              • examples: {
                                    items: {
                                        properties: {
                                            annotation: ...;
                                            url: ...;
                                        };
                                        type: string;
                                    };
                                    type: string;
                                }
                                • items: {
                                      properties: {
                                          annotation: ...;
                                          url: ...;
                                      };
                                      type: string;
                                  }
                                  • properties: {
                                        annotation: ...;
                                        url: ...;
                                    }
                                    • annotation: ...
                                    • url: ...
                                  • type: string
                                • type: string
                              • priority: {
                                    type: string;
                                }
                                • type: string
                              • title: {
                                    type: string;
                                }
                                • type: string
                          • type: string
                        • group: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • markers: {
                        items: {
                            properties: {
                                button_text: {
                                    type: string;
                                };
                                code: {
                                    type: string;
                                };
                                description: {
                                    type: string;
                                };
                                icon: {
                                    type: string;
                                };
                                id: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                shortcut: {
                                    properties: {
                                        mac: {
                                            type: string;
                                        };
                                        pc: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              button_text: {
                                  type: string;
                              };
                              code: {
                                  type: string;
                              };
                              description: {
                                  type: string;
                              };
                              icon: {
                                  type: string;
                              };
                              id: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              shortcut: {
                                  properties: {
                                      mac: {
                                          type: string;
                                      };
                                      pc: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            button_text: {
                                type: string;
                            };
                            code: {
                                type: string;
                            };
                            description: {
                                type: string;
                            };
                            icon: {
                                type: string;
                            };
                            id: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            shortcut: {
                                properties: {
                                    mac: {
                                        type: string;
                                    };
                                    pc: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: {
                                type: string;
                            };
                        }
                        • button_text: {
                              type: string;
                          }
                          • type: string
                        • code: {
                              type: string;
                          }
                          • type: string
                        • description: {
                              type: string;
                          }
                          • type: string
                        • icon: {
                              type: string;
                          }
                          • type: string
                        • id: {
                              type: string;
                          }
                          • type: string
                        • name: {
                              type: string;
                          }
                          • type: string
                        • shortcut: {
                              properties: {
                                  mac: {
                                      type: string;
                                  };
                                  pc: {
                                      type: string;
                                  };
                              };
                              type: string;
                          }
                          • properties: {
                                mac: {
                                    type: string;
                                };
                                pc: {
                                    type: string;
                                };
                            }
                            • mac: {
                                  type: string;
                              }
                              • type: string
                            • pc: {
                                  type: string;
                              }
                              • type: string
                          • type: string
                        • type: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • meta: {
                        properties: {
                            authors: {
                                type: string;
                            };
                            date: {
                                type: string;
                            };
                            encoding: {
                                type: string;
                            };
                            object_language: {
                                type: string;
                            };
                            project: {
                                type: string;
                            };
                            validation_url: {
                                type: string;
                            };
                            version: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          authors: {
                              type: string;
                          };
                          date: {
                              type: string;
                          };
                          encoding: {
                              type: string;
                          };
                          object_language: {
                              type: string;
                          };
                          project: {
                              type: string;
                          };
                          validation_url: {
                              type: string;
                          };
                          version: {
                              type: string;
                          };
                      }
                      • authors: {
                            type: string;
                        }
                        • type: string
                      • date: {
                            type: string;
                        }
                        • type: string
                      • encoding: {
                            type: string;
                        }
                        • type: string
                      • object_language: {
                            type: string;
                        }
                        • type: string
                      • project: {
                            type: string;
                        }
                        • type: string
                      • validation_url: {
                            type: string;
                        }
                        • type: string
                      • version: {
                            type: string;
                        }
                        • type: string
                    • required: string[]
                    • type: string
                • required: string[]
                • type: string
                \ No newline at end of file +OctraGuidelinesJSONSchema | Octra libraries - v2.0.0

                Variable OctraGuidelinesJSONSchemaConst

                OctraGuidelinesJSONSchema: {
                    properties: {
                        instructions: {
                            items: {
                                properties: {
                                    entries: {
                                        items: {
                                            properties: {
                                                code: {
                                                    type: string;
                                                };
                                                description: {
                                                    type: string;
                                                };
                                                examples: {
                                                    items: {
                                                        properties: {
                                                            annotation: ...;
                                                            url: ...;
                                                        };
                                                        type: string;
                                                    };
                                                    type: string;
                                                };
                                                priority: {
                                                    type: string;
                                                };
                                                title: {
                                                    type: string;
                                                };
                                            };
                                        };
                                        type: string;
                                    };
                                    group: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        markers: {
                            items: {
                                properties: {
                                    button_text: {
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    description: {
                                        type: string;
                                    };
                                    icon: {
                                        type: string;
                                    };
                                    id: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    shortcut: {
                                        properties: {
                                            mac: {
                                                type: string;
                                            };
                                            pc: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        meta: {
                            properties: {
                                authors: {
                                    type: string;
                                };
                                date: {
                                    type: string;
                                };
                                encoding: {
                                    type: string;
                                };
                                object_language: {
                                    type: string;
                                };
                                project: {
                                    type: string;
                                };
                                validation_url: {
                                    type: string;
                                };
                                version: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } = ...

                Type declaration

                • properties: {
                      instructions: {
                          items: {
                              properties: {
                                  entries: {
                                      items: {
                                          properties: {
                                              code: {
                                                  type: string;
                                              };
                                              description: {
                                                  type: string;
                                              };
                                              examples: {
                                                  items: {
                                                      properties: {
                                                          annotation: ...;
                                                          url: ...;
                                                      };
                                                      type: string;
                                                  };
                                                  type: string;
                                              };
                                              priority: {
                                                  type: string;
                                              };
                                              title: {
                                                  type: string;
                                              };
                                          };
                                      };
                                      type: string;
                                  };
                                  group: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      markers: {
                          items: {
                              properties: {
                                  button_text: {
                                      type: string;
                                  };
                                  code: {
                                      type: string;
                                  };
                                  description: {
                                      type: string;
                                  };
                                  icon: {
                                      type: string;
                                  };
                                  id: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  shortcut: {
                                      properties: {
                                          mac: {
                                              type: string;
                                          };
                                          pc: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      meta: {
                          properties: {
                              authors: {
                                  type: string;
                              };
                              date: {
                                  type: string;
                              };
                              encoding: {
                                  type: string;
                              };
                              object_language: {
                                  type: string;
                              };
                              project: {
                                  type: string;
                              };
                              validation_url: {
                                  type: string;
                              };
                              version: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • instructions: {
                        items: {
                            properties: {
                                entries: {
                                    items: {
                                        properties: {
                                            code: {
                                                type: string;
                                            };
                                            description: {
                                                type: string;
                                            };
                                            examples: {
                                                items: {
                                                    properties: {
                                                        annotation: ...;
                                                        url: ...;
                                                    };
                                                    type: string;
                                                };
                                                type: string;
                                            };
                                            priority: {
                                                type: string;
                                            };
                                            title: {
                                                type: string;
                                            };
                                        };
                                    };
                                    type: string;
                                };
                                group: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              entries: {
                                  items: {
                                      properties: {
                                          code: {
                                              type: string;
                                          };
                                          description: {
                                              type: string;
                                          };
                                          examples: {
                                              items: {
                                                  properties: {
                                                      annotation: ...;
                                                      url: ...;
                                                  };
                                                  type: string;
                                              };
                                              type: string;
                                          };
                                          priority: {
                                              type: string;
                                          };
                                          title: {
                                              type: string;
                                          };
                                      };
                                  };
                                  type: string;
                              };
                              group: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            entries: {
                                items: {
                                    properties: {
                                        code: {
                                            type: string;
                                        };
                                        description: {
                                            type: string;
                                        };
                                        examples: {
                                            items: {
                                                properties: {
                                                    annotation: ...;
                                                    url: ...;
                                                };
                                                type: string;
                                            };
                                            type: string;
                                        };
                                        priority: {
                                            type: string;
                                        };
                                        title: {
                                            type: string;
                                        };
                                    };
                                };
                                type: string;
                            };
                            group: {
                                type: string;
                            };
                        }
                        • entries: {
                              items: {
                                  properties: {
                                      code: {
                                          type: string;
                                      };
                                      description: {
                                          type: string;
                                      };
                                      examples: {
                                          items: {
                                              properties: {
                                                  annotation: ...;
                                                  url: ...;
                                              };
                                              type: string;
                                          };
                                          type: string;
                                      };
                                      priority: {
                                          type: string;
                                      };
                                      title: {
                                          type: string;
                                      };
                                  };
                              };
                              type: string;
                          }
                          • items: {
                                properties: {
                                    code: {
                                        type: string;
                                    };
                                    description: {
                                        type: string;
                                    };
                                    examples: {
                                        items: {
                                            properties: {
                                                annotation: ...;
                                                url: ...;
                                            };
                                            type: string;
                                        };
                                        type: string;
                                    };
                                    priority: {
                                        type: string;
                                    };
                                    title: {
                                        type: string;
                                    };
                                };
                            }
                            • properties: {
                                  code: {
                                      type: string;
                                  };
                                  description: {
                                      type: string;
                                  };
                                  examples: {
                                      items: {
                                          properties: {
                                              annotation: ...;
                                              url: ...;
                                          };
                                          type: string;
                                      };
                                      type: string;
                                  };
                                  priority: {
                                      type: string;
                                  };
                                  title: {
                                      type: string;
                                  };
                              }
                              • code: {
                                    type: string;
                                }
                                • type: string
                              • description: {
                                    type: string;
                                }
                                • type: string
                              • examples: {
                                    items: {
                                        properties: {
                                            annotation: ...;
                                            url: ...;
                                        };
                                        type: string;
                                    };
                                    type: string;
                                }
                                • items: {
                                      properties: {
                                          annotation: ...;
                                          url: ...;
                                      };
                                      type: string;
                                  }
                                  • properties: {
                                        annotation: ...;
                                        url: ...;
                                    }
                                    • annotation: ...
                                    • url: ...
                                  • type: string
                                • type: string
                              • priority: {
                                    type: string;
                                }
                                • type: string
                              • title: {
                                    type: string;
                                }
                                • type: string
                          • type: string
                        • group: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • markers: {
                        items: {
                            properties: {
                                button_text: {
                                    type: string;
                                };
                                code: {
                                    type: string;
                                };
                                description: {
                                    type: string;
                                };
                                icon: {
                                    type: string;
                                };
                                id: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                shortcut: {
                                    properties: {
                                        mac: {
                                            type: string;
                                        };
                                        pc: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              button_text: {
                                  type: string;
                              };
                              code: {
                                  type: string;
                              };
                              description: {
                                  type: string;
                              };
                              icon: {
                                  type: string;
                              };
                              id: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              shortcut: {
                                  properties: {
                                      mac: {
                                          type: string;
                                      };
                                      pc: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            button_text: {
                                type: string;
                            };
                            code: {
                                type: string;
                            };
                            description: {
                                type: string;
                            };
                            icon: {
                                type: string;
                            };
                            id: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            shortcut: {
                                properties: {
                                    mac: {
                                        type: string;
                                    };
                                    pc: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: {
                                type: string;
                            };
                        }
                        • button_text: {
                              type: string;
                          }
                          • type: string
                        • code: {
                              type: string;
                          }
                          • type: string
                        • description: {
                              type: string;
                          }
                          • type: string
                        • icon: {
                              type: string;
                          }
                          • type: string
                        • id: {
                              type: string;
                          }
                          • type: string
                        • name: {
                              type: string;
                          }
                          • type: string
                        • shortcut: {
                              properties: {
                                  mac: {
                                      type: string;
                                  };
                                  pc: {
                                      type: string;
                                  };
                              };
                              type: string;
                          }
                          • properties: {
                                mac: {
                                    type: string;
                                };
                                pc: {
                                    type: string;
                                };
                            }
                            • mac: {
                                  type: string;
                              }
                              • type: string
                            • pc: {
                                  type: string;
                              }
                              • type: string
                          • type: string
                        • type: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • meta: {
                        properties: {
                            authors: {
                                type: string;
                            };
                            date: {
                                type: string;
                            };
                            encoding: {
                                type: string;
                            };
                            object_language: {
                                type: string;
                            };
                            project: {
                                type: string;
                            };
                            validation_url: {
                                type: string;
                            };
                            version: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          authors: {
                              type: string;
                          };
                          date: {
                              type: string;
                          };
                          encoding: {
                              type: string;
                          };
                          object_language: {
                              type: string;
                          };
                          project: {
                              type: string;
                          };
                          validation_url: {
                              type: string;
                          };
                          version: {
                              type: string;
                          };
                      }
                      • authors: {
                            type: string;
                        }
                        • type: string
                      • date: {
                            type: string;
                        }
                        • type: string
                      • encoding: {
                            type: string;
                        }
                        • type: string
                      • object_language: {
                            type: string;
                        }
                        • type: string
                      • project: {
                            type: string;
                        }
                        • type: string
                      • validation_url: {
                            type: string;
                        }
                        • type: string
                      • version: {
                            type: string;
                        }
                        • type: string
                    • required: string[]
                    • type: string
                • required: string[]
                • type: string
                \ No newline at end of file diff --git a/variables/_octra_assets.OctraLoggingJSONSchema.html b/variables/_octra_assets.OctraLoggingJSONSchema.html index c9a0c49cb..ea2e54953 100644 --- a/variables/_octra_assets.OctraLoggingJSONSchema.html +++ b/variables/_octra_assets.OctraLoggingJSONSchema.html @@ -1 +1 @@ -OctraLoggingJSONSchema | Octra libraries - v2.0.0

                Variable OctraLoggingJSONSchemaConst

                OctraLoggingJSONSchema: {
                    properties: {
                        additionalProperties: boolean;
                        encoding: {
                            type: string;
                        };
                        logs: {
                            items: {
                                properties: {
                                    caretpos: {
                                        type: string;
                                    };
                                    playpos: {
                                        type: string;
                                    };
                                    target: {
                                        type: string;
                                    };
                                    timestamp: {
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                    value: {
                                        type: string[];
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        projectname: {
                            type: string;
                        };
                        version: {
                            type: string;
                        };
                    };
                } = ...

                Type declaration

                • properties: {
                      additionalProperties: boolean;
                      encoding: {
                          type: string;
                      };
                      logs: {
                          items: {
                              properties: {
                                  caretpos: {
                                      type: string;
                                  };
                                  playpos: {
                                      type: string;
                                  };
                                  target: {
                                      type: string;
                                  };
                                  timestamp: {
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                                  value: {
                                      type: string[];
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      projectname: {
                          type: string;
                      };
                      version: {
                          type: string;
                      };
                  }
                  • additionalProperties: boolean
                  • encoding: {
                        type: string;
                    }
                    • type: string
                  • logs: {
                        items: {
                            properties: {
                                caretpos: {
                                    type: string;
                                };
                                playpos: {
                                    type: string;
                                };
                                target: {
                                    type: string;
                                };
                                timestamp: {
                                    type: string;
                                };
                                type: {
                                    type: string;
                                };
                                value: {
                                    type: string[];
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              caretpos: {
                                  type: string;
                              };
                              playpos: {
                                  type: string;
                              };
                              target: {
                                  type: string;
                              };
                              timestamp: {
                                  type: string;
                              };
                              type: {
                                  type: string;
                              };
                              value: {
                                  type: string[];
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            caretpos: {
                                type: string;
                            };
                            playpos: {
                                type: string;
                            };
                            target: {
                                type: string;
                            };
                            timestamp: {
                                type: string;
                            };
                            type: {
                                type: string;
                            };
                            value: {
                                type: string[];
                            };
                        }
                        • caretpos: {
                              type: string;
                          }
                          • type: string
                        • playpos: {
                              type: string;
                          }
                          • type: string
                        • target: {
                              type: string;
                          }
                          • type: string
                        • timestamp: {
                              type: string;
                          }
                          • type: string
                        • type: {
                              type: string;
                          }
                          • type: string
                        • value: {
                              type: string[];
                          }
                          • type: string[]
                      • type: string
                    • type: string
                  • projectname: {
                        type: string;
                    }
                    • type: string
                  • version: {
                        type: string;
                    }
                    • type: string
                \ No newline at end of file +OctraLoggingJSONSchema | Octra libraries - v2.0.0

                Variable OctraLoggingJSONSchemaConst

                OctraLoggingJSONSchema: {
                    properties: {
                        additionalProperties: boolean;
                        encoding: {
                            type: string;
                        };
                        logs: {
                            items: {
                                properties: {
                                    caretpos: {
                                        type: string;
                                    };
                                    playpos: {
                                        type: string;
                                    };
                                    target: {
                                        type: string;
                                    };
                                    timestamp: {
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                    value: {
                                        type: string[];
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        projectname: {
                            type: string;
                        };
                        version: {
                            type: string;
                        };
                    };
                } = ...

                Type declaration

                • properties: {
                      additionalProperties: boolean;
                      encoding: {
                          type: string;
                      };
                      logs: {
                          items: {
                              properties: {
                                  caretpos: {
                                      type: string;
                                  };
                                  playpos: {
                                      type: string;
                                  };
                                  target: {
                                      type: string;
                                  };
                                  timestamp: {
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                                  value: {
                                      type: string[];
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      projectname: {
                          type: string;
                      };
                      version: {
                          type: string;
                      };
                  }
                  • additionalProperties: boolean
                  • encoding: {
                        type: string;
                    }
                    • type: string
                  • logs: {
                        items: {
                            properties: {
                                caretpos: {
                                    type: string;
                                };
                                playpos: {
                                    type: string;
                                };
                                target: {
                                    type: string;
                                };
                                timestamp: {
                                    type: string;
                                };
                                type: {
                                    type: string;
                                };
                                value: {
                                    type: string[];
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              caretpos: {
                                  type: string;
                              };
                              playpos: {
                                  type: string;
                              };
                              target: {
                                  type: string;
                              };
                              timestamp: {
                                  type: string;
                              };
                              type: {
                                  type: string;
                              };
                              value: {
                                  type: string[];
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            caretpos: {
                                type: string;
                            };
                            playpos: {
                                type: string;
                            };
                            target: {
                                type: string;
                            };
                            timestamp: {
                                type: string;
                            };
                            type: {
                                type: string;
                            };
                            value: {
                                type: string[];
                            };
                        }
                        • caretpos: {
                              type: string;
                          }
                          • type: string
                        • playpos: {
                              type: string;
                          }
                          • type: string
                        • target: {
                              type: string;
                          }
                          • type: string
                        • timestamp: {
                              type: string;
                          }
                          • type: string
                        • type: {
                              type: string;
                          }
                          • type: string
                        • value: {
                              type: string[];
                          }
                          • type: string[]
                      • type: string
                    • type: string
                  • projectname: {
                        type: string;
                    }
                    • type: string
                  • version: {
                        type: string;
                    }
                    • type: string
                \ No newline at end of file diff --git a/variables/_octra_assets.OctraProjectConfigJSONSchema.html b/variables/_octra_assets.OctraProjectConfigJSONSchema.html index 8768144af..0bab134f0 100644 --- a/variables/_octra_assets.OctraProjectConfigJSONSchema.html +++ b/variables/_octra_assets.OctraProjectConfigJSONSchema.html @@ -1 +1 @@ -OctraProjectConfigJSONSchema | Octra libraries - v2.0.0

                Variable OctraProjectConfigJSONSchemaConst

                OctraProjectConfigJSONSchema: {
                    $id: string;
                    additionalProperties: boolean;
                    properties: {
                        agreement: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                text: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        feedback_form: {
                            items: {
                                properties: {
                                    controls: {
                                        items: {
                                            properties: {
                                                custom: {
                                                    type: string;
                                                };
                                                label: {
                                                    type: string;
                                                };
                                                name: {
                                                    type: string;
                                                };
                                                required: {
                                                    type: string;
                                                };
                                                type: {
                                                    type: string;
                                                };
                                                value: {
                                                    type: string;
                                                };
                                            };
                                            type: string;
                                        };
                                        type: string;
                                    };
                                    title: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        interfaces: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        languages: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        navigation: {
                            properties: {
                                export: {
                                    type: string;
                                };
                                help_url: {
                                    type: string;
                                };
                                interfaces: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        octra: {
                            properties: {
                                allowed_browsers: {
                                    items: {
                                        properties: {
                                            name: {
                                                type: string;
                                            };
                                            version: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: string;
                                };
                                bugreport: {
                                    properties: {
                                        auth_token: {
                                            type: string;
                                        };
                                        enabled: {
                                            type: string;
                                        };
                                        name: {
                                            type: string;
                                        };
                                        url: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                languages: {
                                    items: {
                                        type: string;
                                    };
                                    type: string;
                                };
                                login: {
                                    properties: {
                                        enabled: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                responsive: {
                                    $id: string;
                                    properties: {
                                        enabled: {
                                            type: string;
                                        };
                                        fixedwidth: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                showdetails: {
                                    type: string;
                                };
                                tools: {
                                    items: {
                                        enum: string[];
                                        type: string;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        plugins: {
                            type: string;
                        };
                        responsive: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                fixedwidth: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        version: {
                            readOnly: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } = ...

                Type declaration

                • $id: string
                • additionalProperties: boolean
                • properties: {
                      agreement: {
                          properties: {
                              enabled: {
                                  type: string;
                              };
                              text: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      feedback_form: {
                          items: {
                              properties: {
                                  controls: {
                                      items: {
                                          properties: {
                                              custom: {
                                                  type: string;
                                              };
                                              label: {
                                                  type: string;
                                              };
                                              name: {
                                                  type: string;
                                              };
                                              required: {
                                                  type: string;
                                              };
                                              type: {
                                                  type: string;
                                              };
                                              value: {
                                                  type: string;
                                              };
                                          };
                                          type: string;
                                      };
                                      type: string;
                                  };
                                  title: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      interfaces: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      languages: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      navigation: {
                          properties: {
                              export: {
                                  type: string;
                              };
                              help_url: {
                                  type: string;
                              };
                              interfaces: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      octra: {
                          properties: {
                              allowed_browsers: {
                                  items: {
                                      properties: {
                                          name: {
                                              type: string;
                                          };
                                          version: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: string;
                              };
                              bugreport: {
                                  properties: {
                                      auth_token: {
                                          type: string;
                                      };
                                      enabled: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      url: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              languages: {
                                  items: {
                                      type: string;
                                  };
                                  type: string;
                              };
                              login: {
                                  properties: {
                                      enabled: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              responsive: {
                                  $id: string;
                                  properties: {
                                      enabled: {
                                          type: string;
                                      };
                                      fixedwidth: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              showdetails: {
                                  type: string;
                              };
                              tools: {
                                  items: {
                                      enum: string[];
                                      type: string;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      plugins: {
                          type: string;
                      };
                      responsive: {
                          properties: {
                              enabled: {
                                  type: string;
                              };
                              fixedwidth: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      version: {
                          readOnly: boolean;
                          type: string;
                      };
                  }
                  • agreement: {
                        properties: {
                            enabled: {
                                type: string;
                            };
                            text: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          enabled: {
                              type: string;
                          };
                          text: {
                              type: string;
                          };
                      }
                      • enabled: {
                            type: string;
                        }
                        • type: string
                      • text: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • feedback_form: {
                        items: {
                            properties: {
                                controls: {
                                    items: {
                                        properties: {
                                            custom: {
                                                type: string;
                                            };
                                            label: {
                                                type: string;
                                            };
                                            name: {
                                                type: string;
                                            };
                                            required: {
                                                type: string;
                                            };
                                            type: {
                                                type: string;
                                            };
                                            value: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: string;
                                };
                                title: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              controls: {
                                  items: {
                                      properties: {
                                          custom: {
                                              type: string;
                                          };
                                          label: {
                                              type: string;
                                          };
                                          name: {
                                              type: string;
                                          };
                                          required: {
                                              type: string;
                                          };
                                          type: {
                                              type: string;
                                          };
                                          value: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: string;
                              };
                              title: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            controls: {
                                items: {
                                    properties: {
                                        custom: {
                                            type: string;
                                        };
                                        label: {
                                            type: string;
                                        };
                                        name: {
                                            type: string;
                                        };
                                        required: {
                                            type: string;
                                        };
                                        type: {
                                            type: string;
                                        };
                                        value: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: string;
                            };
                            title: {
                                type: string;
                            };
                        }
                        • controls: {
                              items: {
                                  properties: {
                                      custom: {
                                          type: string;
                                      };
                                      label: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      required: {
                                          type: string;
                                      };
                                      type: {
                                          type: string;
                                      };
                                      value: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: string;
                          }
                          • items: {
                                properties: {
                                    custom: {
                                        type: string;
                                    };
                                    label: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    required: {
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                    value: {
                                        type: string;
                                    };
                                };
                                type: string;
                            }
                            • properties: {
                                  custom: {
                                      type: string;
                                  };
                                  label: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  required: {
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                                  value: {
                                      type: string;
                                  };
                              }
                              • custom: {
                                    type: string;
                                }
                                • type: string
                              • label: {
                                    type: string;
                                }
                                • type: string
                              • name: {
                                    type: string;
                                }
                                • type: string
                              • required: {
                                    type: string;
                                }
                                • type: string
                              • type: {
                                    type: string;
                                }
                                • type: string
                              • value: {
                                    type: string;
                                }
                                • type: string
                            • type: string
                          • type: string
                        • title: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • interfaces: {
                        items: {
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          type: string;
                      }
                      • type: string
                    • type: string
                  • languages: {
                        items: {
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          type: string;
                      }
                      • type: string
                    • type: string
                  • navigation: {
                        properties: {
                            export: {
                                type: string;
                            };
                            help_url: {
                                type: string;
                            };
                            interfaces: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          export: {
                              type: string;
                          };
                          help_url: {
                              type: string;
                          };
                          interfaces: {
                              type: string;
                          };
                      }
                      • export: {
                            type: string;
                        }
                        • type: string
                      • help_url: {
                            type: string;
                        }
                        • type: string
                      • interfaces: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • octra: {
                        properties: {
                            allowed_browsers: {
                                items: {
                                    properties: {
                                        name: {
                                            type: string;
                                        };
                                        version: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: string;
                            };
                            bugreport: {
                                properties: {
                                    auth_token: {
                                        type: string;
                                    };
                                    enabled: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    url: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            languages: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            login: {
                                properties: {
                                    enabled: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            responsive: {
                                $id: string;
                                properties: {
                                    enabled: {
                                        type: string;
                                    };
                                    fixedwidth: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            showdetails: {
                                type: string;
                            };
                            tools: {
                                items: {
                                    enum: string[];
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          allowed_browsers: {
                              items: {
                                  properties: {
                                      name: {
                                          type: string;
                                      };
                                      version: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: string;
                          };
                          bugreport: {
                              properties: {
                                  auth_token: {
                                      type: string;
                                  };
                                  enabled: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  url: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          languages: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                          login: {
                              properties: {
                                  enabled: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          responsive: {
                              $id: string;
                              properties: {
                                  enabled: {
                                      type: string;
                                  };
                                  fixedwidth: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          showdetails: {
                              type: string;
                          };
                          tools: {
                              items: {
                                  enum: string[];
                                  type: string;
                              };
                              type: string;
                          };
                      }
                      • allowed_browsers: {
                            items: {
                                properties: {
                                    name: {
                                        type: string;
                                    };
                                    version: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              properties: {
                                  name: {
                                      type: string;
                                  };
                                  version: {
                                      type: string;
                                  };
                              };
                              type: string;
                          }
                          • properties: {
                                name: {
                                    type: string;
                                };
                                version: {
                                    type: string;
                                };
                            }
                            • name: {
                                  type: string;
                              }
                              • type: string
                            • version: {
                                  type: string;
                              }
                              • type: string
                          • type: string
                        • type: string
                      • bugreport: {
                            properties: {
                                auth_token: {
                                    type: string;
                                };
                                enabled: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                url: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              auth_token: {
                                  type: string;
                              };
                              enabled: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              url: {
                                  type: string;
                              };
                          }
                          • auth_token: {
                                type: string;
                            }
                            • type: string
                          • enabled: {
                                type: string;
                            }
                            • type: string
                          • name: {
                                type: string;
                            }
                            • type: string
                          • url: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • languages: {
                            items: {
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              type: string;
                          }
                          • type: string
                        • type: string
                      • login: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              enabled: {
                                  type: string;
                              };
                          }
                          • enabled: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • responsive: {
                            $id: string;
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                fixedwidth: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • $id: string
                        • properties: {
                              enabled: {
                                  type: string;
                              };
                              fixedwidth: {
                                  type: string;
                              };
                          }
                          • enabled: {
                                type: string;
                            }
                            • type: string
                          • fixedwidth: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • showdetails: {
                            type: string;
                        }
                        • type: string
                      • tools: {
                            items: {
                                enum: string[];
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              enum: string[];
                              type: string;
                          }
                          • enum: string[]
                          • type: string
                        • type: string
                    • type: string
                  • plugins: {
                        type: string;
                    }
                    • type: string
                  • responsive: {
                        properties: {
                            enabled: {
                                type: string;
                            };
                            fixedwidth: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          enabled: {
                              type: string;
                          };
                          fixedwidth: {
                              type: string;
                          };
                      }
                      • enabled: {
                            type: string;
                        }
                        • type: string
                      • fixedwidth: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • version: {
                        readOnly: boolean;
                        type: string;
                    }
                    • readOnly: boolean
                    • type: string
                • required: string[]
                • type: string
                \ No newline at end of file +OctraProjectConfigJSONSchema | Octra libraries - v2.0.0

                Variable OctraProjectConfigJSONSchemaConst

                OctraProjectConfigJSONSchema: {
                    $id: string;
                    additionalProperties: boolean;
                    properties: {
                        agreement: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                text: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        feedback_form: {
                            items: {
                                properties: {
                                    controls: {
                                        items: {
                                            properties: {
                                                custom: {
                                                    type: string;
                                                };
                                                label: {
                                                    type: string;
                                                };
                                                name: {
                                                    type: string;
                                                };
                                                required: {
                                                    type: string;
                                                };
                                                type: {
                                                    type: string;
                                                };
                                                value: {
                                                    type: string;
                                                };
                                            };
                                            type: string;
                                        };
                                        type: string;
                                    };
                                    title: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        };
                        interfaces: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        languages: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        navigation: {
                            properties: {
                                export: {
                                    type: string;
                                };
                                help_url: {
                                    type: string;
                                };
                                interfaces: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        octra: {
                            properties: {
                                allowed_browsers: {
                                    items: {
                                        properties: {
                                            name: {
                                                type: string;
                                            };
                                            version: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: string;
                                };
                                bugreport: {
                                    properties: {
                                        auth_token: {
                                            type: string;
                                        };
                                        enabled: {
                                            type: string;
                                        };
                                        name: {
                                            type: string;
                                        };
                                        url: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                languages: {
                                    items: {
                                        type: string;
                                    };
                                    type: string;
                                };
                                login: {
                                    properties: {
                                        enabled: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                responsive: {
                                    $id: string;
                                    properties: {
                                        enabled: {
                                            type: string;
                                        };
                                        fixedwidth: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                showdetails: {
                                    type: string;
                                };
                                tools: {
                                    items: {
                                        enum: string[];
                                        type: string;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        plugins: {
                            type: string;
                        };
                        responsive: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                fixedwidth: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        version: {
                            readOnly: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } = ...

                Type declaration

                • $id: string
                • additionalProperties: boolean
                • properties: {
                      agreement: {
                          properties: {
                              enabled: {
                                  type: string;
                              };
                              text: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      feedback_form: {
                          items: {
                              properties: {
                                  controls: {
                                      items: {
                                          properties: {
                                              custom: {
                                                  type: string;
                                              };
                                              label: {
                                                  type: string;
                                              };
                                              name: {
                                                  type: string;
                                              };
                                              required: {
                                                  type: string;
                                              };
                                              type: {
                                                  type: string;
                                              };
                                              value: {
                                                  type: string;
                                              };
                                          };
                                          type: string;
                                      };
                                      type: string;
                                  };
                                  title: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          type: string;
                      };
                      interfaces: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      languages: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      navigation: {
                          properties: {
                              export: {
                                  type: string;
                              };
                              help_url: {
                                  type: string;
                              };
                              interfaces: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      octra: {
                          properties: {
                              allowed_browsers: {
                                  items: {
                                      properties: {
                                          name: {
                                              type: string;
                                          };
                                          version: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: string;
                              };
                              bugreport: {
                                  properties: {
                                      auth_token: {
                                          type: string;
                                      };
                                      enabled: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      url: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              languages: {
                                  items: {
                                      type: string;
                                  };
                                  type: string;
                              };
                              login: {
                                  properties: {
                                      enabled: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              responsive: {
                                  $id: string;
                                  properties: {
                                      enabled: {
                                          type: string;
                                      };
                                      fixedwidth: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              showdetails: {
                                  type: string;
                              };
                              tools: {
                                  items: {
                                      enum: string[];
                                      type: string;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      plugins: {
                          type: string;
                      };
                      responsive: {
                          properties: {
                              enabled: {
                                  type: string;
                              };
                              fixedwidth: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                      version: {
                          readOnly: boolean;
                          type: string;
                      };
                  }
                  • agreement: {
                        properties: {
                            enabled: {
                                type: string;
                            };
                            text: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          enabled: {
                              type: string;
                          };
                          text: {
                              type: string;
                          };
                      }
                      • enabled: {
                            type: string;
                        }
                        • type: string
                      • text: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • feedback_form: {
                        items: {
                            properties: {
                                controls: {
                                    items: {
                                        properties: {
                                            custom: {
                                                type: string;
                                            };
                                            label: {
                                                type: string;
                                            };
                                            name: {
                                                type: string;
                                            };
                                            required: {
                                                type: string;
                                            };
                                            type: {
                                                type: string;
                                            };
                                            value: {
                                                type: string;
                                            };
                                        };
                                        type: string;
                                    };
                                    type: string;
                                };
                                title: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          properties: {
                              controls: {
                                  items: {
                                      properties: {
                                          custom: {
                                              type: string;
                                          };
                                          label: {
                                              type: string;
                                          };
                                          name: {
                                              type: string;
                                          };
                                          required: {
                                              type: string;
                                          };
                                          type: {
                                              type: string;
                                          };
                                          value: {
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                                  type: string;
                              };
                              title: {
                                  type: string;
                              };
                          };
                          type: string;
                      }
                      • properties: {
                            controls: {
                                items: {
                                    properties: {
                                        custom: {
                                            type: string;
                                        };
                                        label: {
                                            type: string;
                                        };
                                        name: {
                                            type: string;
                                        };
                                        required: {
                                            type: string;
                                        };
                                        type: {
                                            type: string;
                                        };
                                        value: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: string;
                            };
                            title: {
                                type: string;
                            };
                        }
                        • controls: {
                              items: {
                                  properties: {
                                      custom: {
                                          type: string;
                                      };
                                      label: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      required: {
                                          type: string;
                                      };
                                      type: {
                                          type: string;
                                      };
                                      value: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: string;
                          }
                          • items: {
                                properties: {
                                    custom: {
                                        type: string;
                                    };
                                    label: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    required: {
                                        type: string;
                                    };
                                    type: {
                                        type: string;
                                    };
                                    value: {
                                        type: string;
                                    };
                                };
                                type: string;
                            }
                            • properties: {
                                  custom: {
                                      type: string;
                                  };
                                  label: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  required: {
                                      type: string;
                                  };
                                  type: {
                                      type: string;
                                  };
                                  value: {
                                      type: string;
                                  };
                              }
                              • custom: {
                                    type: string;
                                }
                                • type: string
                              • label: {
                                    type: string;
                                }
                                • type: string
                              • name: {
                                    type: string;
                                }
                                • type: string
                              • required: {
                                    type: string;
                                }
                                • type: string
                              • type: {
                                    type: string;
                                }
                                • type: string
                              • value: {
                                    type: string;
                                }
                                • type: string
                            • type: string
                          • type: string
                        • title: {
                              type: string;
                          }
                          • type: string
                      • type: string
                    • type: string
                  • interfaces: {
                        items: {
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          type: string;
                      }
                      • type: string
                    • type: string
                  • languages: {
                        items: {
                            type: string;
                        };
                        type: string;
                    }
                    • items: {
                          type: string;
                      }
                      • type: string
                    • type: string
                  • navigation: {
                        properties: {
                            export: {
                                type: string;
                            };
                            help_url: {
                                type: string;
                            };
                            interfaces: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          export: {
                              type: string;
                          };
                          help_url: {
                              type: string;
                          };
                          interfaces: {
                              type: string;
                          };
                      }
                      • export: {
                            type: string;
                        }
                        • type: string
                      • help_url: {
                            type: string;
                        }
                        • type: string
                      • interfaces: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • octra: {
                        properties: {
                            allowed_browsers: {
                                items: {
                                    properties: {
                                        name: {
                                            type: string;
                                        };
                                        version: {
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                                type: string;
                            };
                            bugreport: {
                                properties: {
                                    auth_token: {
                                        type: string;
                                    };
                                    enabled: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    url: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            languages: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            login: {
                                properties: {
                                    enabled: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            responsive: {
                                $id: string;
                                properties: {
                                    enabled: {
                                        type: string;
                                    };
                                    fixedwidth: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            showdetails: {
                                type: string;
                            };
                            tools: {
                                items: {
                                    enum: string[];
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          allowed_browsers: {
                              items: {
                                  properties: {
                                      name: {
                                          type: string;
                                      };
                                      version: {
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                              type: string;
                          };
                          bugreport: {
                              properties: {
                                  auth_token: {
                                      type: string;
                                  };
                                  enabled: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  url: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          languages: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                          login: {
                              properties: {
                                  enabled: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          responsive: {
                              $id: string;
                              properties: {
                                  enabled: {
                                      type: string;
                                  };
                                  fixedwidth: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                          showdetails: {
                              type: string;
                          };
                          tools: {
                              items: {
                                  enum: string[];
                                  type: string;
                              };
                              type: string;
                          };
                      }
                      • allowed_browsers: {
                            items: {
                                properties: {
                                    name: {
                                        type: string;
                                    };
                                    version: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              properties: {
                                  name: {
                                      type: string;
                                  };
                                  version: {
                                      type: string;
                                  };
                              };
                              type: string;
                          }
                          • properties: {
                                name: {
                                    type: string;
                                };
                                version: {
                                    type: string;
                                };
                            }
                            • name: {
                                  type: string;
                              }
                              • type: string
                            • version: {
                                  type: string;
                              }
                              • type: string
                          • type: string
                        • type: string
                      • bugreport: {
                            properties: {
                                auth_token: {
                                    type: string;
                                };
                                enabled: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                url: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              auth_token: {
                                  type: string;
                              };
                              enabled: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              url: {
                                  type: string;
                              };
                          }
                          • auth_token: {
                                type: string;
                            }
                            • type: string
                          • enabled: {
                                type: string;
                            }
                            • type: string
                          • name: {
                                type: string;
                            }
                            • type: string
                          • url: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • languages: {
                            items: {
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              type: string;
                          }
                          • type: string
                        • type: string
                      • login: {
                            properties: {
                                enabled: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              enabled: {
                                  type: string;
                              };
                          }
                          • enabled: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • responsive: {
                            $id: string;
                            properties: {
                                enabled: {
                                    type: string;
                                };
                                fixedwidth: {
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • $id: string
                        • properties: {
                              enabled: {
                                  type: string;
                              };
                              fixedwidth: {
                                  type: string;
                              };
                          }
                          • enabled: {
                                type: string;
                            }
                            • type: string
                          • fixedwidth: {
                                type: string;
                            }
                            • type: string
                        • type: string
                      • showdetails: {
                            type: string;
                        }
                        • type: string
                      • tools: {
                            items: {
                                enum: string[];
                                type: string;
                            };
                            type: string;
                        }
                        • items: {
                              enum: string[];
                              type: string;
                          }
                          • enum: string[]
                          • type: string
                        • type: string
                    • type: string
                  • plugins: {
                        type: string;
                    }
                    • type: string
                  • responsive: {
                        properties: {
                            enabled: {
                                type: string;
                            };
                            fixedwidth: {
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          enabled: {
                              type: string;
                          };
                          fixedwidth: {
                              type: string;
                          };
                      }
                      • enabled: {
                            type: string;
                        }
                        • type: string
                      • fixedwidth: {
                            type: string;
                        }
                        • type: string
                    • type: string
                  • version: {
                        readOnly: boolean;
                        type: string;
                    }
                    • readOnly: boolean
                    • type: string
                • required: string[]
                • type: string
                \ No newline at end of file