diff --git a/classes/_octra_annotation.AnnotJSONConverter.html b/classes/_octra_annotation.AnnotJSONConverter.html index b3a43b749..206789337 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 68e8181fa..2b142e870 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 5812bb2f0..909b85b02 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 e1a2a650b..8df41e857 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 b93cedef7..378e7ed40 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 c3a7e63f4..7171bfd50 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 3e4904921..7fb23e3a5 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 9a441a0ff..3f5bf7b94 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 5e49959b3..4da6b1759 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 97004da3b..dc4c646c7 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 efe3112c5..adce7ecf0 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 6fb56ae94..46aa06c8d 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 b03b62e0a..22dd96b1f 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 5f9b0af46..39846c607 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 a8c7eb72d..5667fee27 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 4bbbc5e1b..74cac061b 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 a3f37168c..0b98f5afb 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 8bfb34929..e5e9e1101 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 980ae52cd..262313df0 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 0758ae31b..97b84839c 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 70b88cab6..53093b719 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 52b612aa0..5d62ebfe3 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 c6182e65c..f79201268 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 f6344aee7..070e38b4e 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 9addb8fdc..27d68b0dc 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 671627821..5e7d852c5 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 7684f9843..17b7ffc31 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 af2b9991b..cb5bc6569 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 61d826a4d..e92f85deb 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 d1b4b1e44..15f38a941 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 6b2695b26..3dee59233 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 c18ac5ca1..668a3575e 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 f0d02e636..f4dfc1fc4 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 05e94b7ef..043fdd279 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 204cc3f3a..1749517e8 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 a5a5eaa73..b1b1d1d77 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 520132c50..61420c786 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 f0c8500a4..54d836d5a 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 1f0595bc1..f7f34534e 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 a6b0eab26..89cf23957 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 86d0428a0..323ec1679 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 1b459841c..cd52633b4 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 1d6a1d7da..b5d32e280 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 ab6ee3a0e..235d074c9 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 1092417cb..7affd6a2c 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 bef26a2e5..c060f2089 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 ae60209d0..42154f8c3 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 8939274b6..d62176e0b 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 61c8d608d..f3ac33f91 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 e1eb5fb91..61cbd12a7 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 9c097f609..428d24ff4 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 949656ec8..4dc2e7a7b 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 5c3a5a49a..6962b9eac 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 26458fd78..40eb9020d 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 472cbd0be..a593aa5df 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 14eea24d9..1d592863e 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 7beec7499..c0d8a6b30 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 8c259b0e7..057ee246b 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 32e22450b..085d7c35a 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 1f523e5f6..46a0955c1 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 95b6ac37a..d6fb929a4 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 8d2d96908..d0e3f04d1 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 844254b88..9a990f88c 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 ae4ad18fe..04b07c397 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 f2463b0d3..2c81f9ba6 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 72a8b6556..b2c1be69f 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 8d708487b..e4fdcc5a0 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 b1f21be9b..e43dfd540 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 06e640b06..5af2fac31 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 569bb96f0..aa926e545 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 94608742e..fd14c1dda 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 227171d31..40a36a57d 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 d4c1c4695..f66f3a002 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 b492605a4..458280c7e 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 263fc4919..098c51330 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 bd37367c5..096cd274d 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 fbf3861ca..49d0f94f3 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 01a85de50..8cf9101df 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 d4f167cbc..b2abb01b2 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 3704bd7b6..7ee747e2a 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 fc8c93290..3d39afff1 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 22fbbe7cd..874a398a8 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 5722f15ef..64d20e752 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 3f92a03b3..64e1795b4 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 213dc8c50..c1e204d71 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 3c743a594..37fdd5cac 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 dd8e7d1a2..0f17c806f 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 c33bdd338..578e8f7b3 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 7b685901a..336061b88 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 d47bb5a55..7233ad7c6 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 18830a81f..5e9de6dc8 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 51a4971ff..9fc03c0f2 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 9bde9a871..47c2d74cf 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 d6e9d66a8..22915117c 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 fe760ca04..e17da12c7 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 31d1c7fb4..857a110f4 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 d3666c145..5a8a0f785 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 78180037c..e978ef3f9 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 f4c2075ce..fbd34a8d5 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 a69b0a624..c06839ddd 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 f163a8fce..efc6f1013 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 aa3b2c8ef..3489aa95c 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 25f6a0b20..2256eecb6 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 4efeeecdf..65096def4 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 d28c679ac..6bb8cdfdb 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 1f0c7eabd..9f8db30b6 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 e55debb48..e59408fd7 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 2312982d1..78003a5ce 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 aacd3a8b7..84641b05f 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 e615f31ed..59772f697 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 597e76ce1..6169f2e28 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 e1449fb6b..624b26f82 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 a894aabdc..67035da19 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 e1da1eff4..5779769c5 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 c67fadd93..cf2d2e53e 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 d15a8b222..dc9e3756c 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 7dea708fc..7f314f176 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 34ede75ba..03f2137b0 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 61e60b061..df999d7d2 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 55efc34ab..fc0b4aa32 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 499fd8f8b..3ef0d3e35 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 53e350772..1005db555 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 f5060bb2b..4dd23f79a 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 dd7eafe6c..820ce8bc9 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 464b247c8..a3cbcf6b5 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 11c2bc64e..4bd370c68 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 6e7e4e3a8..400b5847b 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 e0fc6d3d2..51623e161 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 52f55af19..595f54be4 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 1b9973978..559d26ffc 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 8723cbd07..ab533b250 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 e8147cbc7..2ed5fabc1 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 8903dd0d5..4be2f6aa3 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 582ddeecd..415033470 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 618abd286..8081b0636 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 76b490d45..afab360c6 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 5cd449396..63c856627 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 4db37dfd7..4d3677a7a 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 2dc1c83d0..08acecdd1 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 a552e199f..ec7b4138e 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 3427e6376..83824b186 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 be38c5e65..3924b0e97 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 4e6e3ed41..fcadfa196 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 8a22dc5da..d93633bad 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 4d9c95666..ee2787485 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 2c336a4a6..193142053 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 ecea3884e..33965c41c 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 0b46ea826..d774d9c77 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 b7e317bef..6d2a0952d 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 7de615372..ab6d32517 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 fbfe56af0..bd69b2931 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 32a40d42e..8be838448 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 f52929dcf..5df09ae04 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 afc31f13e..8e09e91ef 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 1251b5911..5359a41e6 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 c326cce9b..53cfb547c 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 ff7c80395..61ba39e49 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 5ae535c7e..43c1f90e6 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 aa5ca1776..05cd7a866 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 58def719d..b78179c38 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.readFile.html b/functions/_octra_web_media.readFile.html index bef2a8fa7..0e6a6daba 100644 --- a/functions/_octra_web_media.readFile.html +++ b/functions/_octra_web_media.readFile.html @@ -1 +1 @@ -readFile | Octra libraries - v2.0.0
            \ No newline at end of file +readFile | Octra libraries - v2.0.0
            \ No newline at end of file diff --git a/functions/_octra_web_media.readFileContents.html b/functions/_octra_web_media.readFileContents.html index af7f2961a..38850c21b 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 14eedb990..c09fadee6 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 76f4e161c..d6c1f6216 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 10638e941..b83ff0dfa 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 e1b57b54b..e695557ce 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 5b6424ec3..239b712d4 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 6819b87b6..a201bda74 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 3f8d7b62f..3663ef0c8 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 80aa2993e..1e691010a 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 202653f83..b5b700bb7 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 2e17e4bbd..72b2bcb2d 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 b77704911..7ed939cc8 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 7994360d5..d925174c1 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 db1cfa0af..b2704a300 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 23a1ffa04..b9f8c5897 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 aba2888d4..ca5531483 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 1bb5c1660..3f49892f6 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 1369d9b64..9905100c3 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 2c8672208..e3f90a780 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 90c3d6573..90ba0add2 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 c3914dc2c..65982c98f 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 c892ef848..2c5098c9d 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 2ea5ca830..4b550486a 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 f1005e734..c4ab2459b 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 059db3b3d..35f694fda 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 d9059c98f..6e065a977 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 cf6ca3507..5d8a83818 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 e0d2c3c71..83f62e26a 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 20ed41152..db078586a 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 e1ff2896c..cf8c9f380 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 c455ab6fe..2cdbfb9aa 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 9f611f817..a422a9d3e 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 9bb8a039a..d229a8c84 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 83cbf67d4..935e066ba 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 59f0c3923..ff6932113 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 50515dbcd..92a1f7e5c 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 d8ee09747..6975d8f5c 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 c7e1aaf49..a754b8969 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.ReadFileEvent.html b/interfaces/_octra_web_media.ReadFileEvent.html index 47ae1fe77..ad8ee8a1b 100644 --- a/interfaces/_octra_web_media.ReadFileEvent.html +++ b/interfaces/_octra_web_media.ReadFileEvent.html @@ -1,4 +1,4 @@ -ReadFileEvent | Octra libraries - v2.0.0
                interface ReadFileEvent<T> {
                    progress: number;
                    result?: T;
                    status: "initialized" | "reading" | "success";
                }

                Type Parameters

                • T

                Properties

                progress +ReadFileEvent | Octra libraries - v2.0.0
                interface ReadFileEvent<T> {
                    progress: number;
                    result?: T;
                    status: "initialized" | "reading" | "success";
                }

                Type Parameters

                • T

                Properties

                Properties

                progress: number
                result?: T
                status: "initialized" | "reading" | "success"
                \ No newline at end of file +

                Properties

                progress: number
                result?: T
                status: "initialized" | "reading" | "success"
                \ No newline at end of file diff --git a/interfaces/_octra_web_media.SegmentToDecode.html b/interfaces/_octra_web_media.SegmentToDecode.html index b750569e5..19f51d4ad 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 c7c4cc5d9..b8e451f75 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 5b0c7646a..56317652f 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 58d6137fe..3b5e2d3f5 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/types/_octra_annotation.AnnotationAnySegment.html b/types/_octra_annotation.AnnotationAnySegment.html index c5e2317dd..69a206101 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 cf189e42a..045df2438 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 41efdeabe..ea649ff13 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 7fd598a68..e2cfe09c0 100644 --- a/types/_octra_annotation.OctraAnnotationAnyLevel.html +++ b/types/_octra_annotation.OctraAnnotationAnyLevel.html @@ -1 +1 @@ -OctraAnnotationAnyLevel | Octra libraries - v2.0.0

                Type alias OctraAnnotationAnyLevel<T>

                Type Parameters

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

                Type alias OctraAnnotationAnyLevel<T>

                Type Parameters

                \ No newline at end of file diff --git a/types/_octra_annotation.OctraAnnotationFormatType.html b/types/_octra_annotation.OctraAnnotationFormatType.html index cd5525f56..e6fd5a0a3 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 0604502d8..379be6aaf 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 6388af6a7..58a65b74e 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 d8308d7fe..296548912 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 302c78dcb..a0041fecb 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 eac62c473..810eb34ac 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 0730954d8..841ebf1fc 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