copper-cti - v1.0.0
    Preparing search index...

    Interface ResultOptions

    nextBuilder() 呼び出し時に ResultFinishCallback へ渡されるトランスコード开始情報

    interface ResultOptions {
        encoding?: string;
        length?: number;
        mime_type?: string;
        uri?: string;
    }
    Index

    Properties

    encoding?: string

    ドキュメントのエンコーディング

    length?: number

    ドキュメントの全バイト長。不明の場合は省略

    mime_type?: string

    ドキュメントの MIME タイプ

    uri?: string

    トランスコード対象ドキュメントの URI