Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ChangedRatio.h

Go to the documentation of this file.
00001 /**
00002 * @file         ChangedRatio.h
00003 * @brief    2つの文書を比較した変更割合を扱う
00004 *
00005 * @author       Nakashima h
00006 * @date     2022-02-02
00007 *
00008 * $Id: ChangedRatio.h 33 2022-07-14 03:30:39Z shingo.yoneda $
00009 *
00010 * Copyright (c) 2022 Antenna House, Inc. All rights reserved.
00011 */
00012 
00013 #pragma once
00014 
00015 /**
00016 * @brief    2つの文書を比較した変更割合を扱う
00017 */
00018 struct ChangedRatio {
00019 public:
00020     /**
00021     * @brief    一致[\%]
00022     */
00023     double MatchRatio;
00024 
00025     /**
00026     * @brief    削除[\%]
00027     */
00028     double DeletedRatio;
00029 
00030     /**
00031     * @brief    挿入[\%]
00032     */
00033     double InsertedRatio;
00034 };

Generated on 19 Jan 2023 for Word API C/C++ Interface by Doxygen 1.3-rc2