TTS-Mimosa Docs
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    apex:
        | "truncate"
        | "denticulate"
        | "shortly denticulate"
        | ("truncate" | "denticulate" | "shortly denticulate")[]

    Calyx apex.

    length: { max?: number; min?: number; value?: number }

    Calyx length in milimeters (mm).

    It should be null when present is false.

    numSepals: number

    Number of sepals.

    present: boolean

    Calyx can be present or absent.

    If present is false, the length should be null.

    shape:
        | "campanulate"
        | "turbinate"
        | "pappiform"
        | "paleaceous"
        | "paleaceous-pappiform"
        | "patelliform"
        | "cup-shaped"
        | "discoid"
        | "collar"
        | "rudimentary"
        | "spathiform"
        | (
            | "campanulate"
            | "turbinate"
            | "pappiform"
            | "paleaceous"
            | "paleaceous-pappiform"
            | "patelliform"
            | "cup-shaped"
            | "discoid"
            | "collar"
            | "rudimentary"
            | "spathiform"
        )[]

    Calyx shape.

    sources: Source[]

    Source.

    trichomes: Trichomes

    Trichomes.

    Methods

    • Sets a single value for length.

      Parameters

      • value: number

        The length value in milimeters (mm).

      Returns void

      Error if present is false and value is not null.

    • Sets the length values, considering the value of present.

      Parameters

      • min: number

        The minimum length value in milimeters (mm).

      • max: number

        The maximum length value in milimeters (mm).

      Returns void

      Error if present is false and either min or max is not null.

      Error if min is greater than or equal to max.