FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::ReplaceUtilOptions Struct Reference

#include <replace-util.h>

Public Member Functions

 ReplaceUtilOptions (int64_t root=kNoLabel, ReplaceLabelType call_label_type=REPLACE_LABEL_INPUT, ReplaceLabelType return_label_type=REPLACE_LABEL_NEITHER, int64_t return_label=0)
 
 ReplaceUtilOptions (int64_t root, bool epsilon_replace_arc)
 

Public Attributes

int64_t root
 
ReplaceLabelType call_label_type
 
ReplaceLabelType return_label_type
 
int64_t return_label
 

Detailed Description

Definition at line 62 of file replace-util.h.

Constructor & Destructor Documentation

fst::ReplaceUtilOptions::ReplaceUtilOptions ( int64_t  root = kNoLabel,
ReplaceLabelType  call_label_type = REPLACE_LABEL_INPUT,
ReplaceLabelType  return_label_type = REPLACE_LABEL_NEITHER,
int64_t  return_label = 0 
)
inlineexplicit

Definition at line 68 of file replace-util.h.

fst::ReplaceUtilOptions::ReplaceUtilOptions ( int64_t  root,
bool  epsilon_replace_arc 
)
inline

Definition at line 79 of file replace-util.h.

Member Data Documentation

ReplaceLabelType fst::ReplaceUtilOptions::call_label_type

Definition at line 64 of file replace-util.h.

int64_t fst::ReplaceUtilOptions::return_label

Definition at line 66 of file replace-util.h.

ReplaceLabelType fst::ReplaceUtilOptions::return_label_type

Definition at line 65 of file replace-util.h.

int64_t fst::ReplaceUtilOptions::root

Definition at line 63 of file replace-util.h.


The documentation for this struct was generated from the following file: