CLD2_ExtDetectLanguageSummary4

Function CLD2_ExtDetectLanguageSummary4 

Source
pub unsafe extern "C" fn CLD2_ExtDetectLanguageSummary4(
    buffer: *const c_char,
    buffer_length: c_int,
    is_plain_text: bool,
    cld_hints: *const CLDHints,
    flags: c_int,
    language3: *mut Language,
    percent3: *mut c_int,
    normalized_score3: *mut c_double,
    resultchunkvector: *mut ResultChunks,
    text_bytes: *mut c_int,
    is_reliable: *mut bool,
) -> Language