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

#include <replace.h>

Public Member Functions

 ReplaceOptions (int64_t root, ReplaceLabelType call_label_type=REPLACE_LABEL_INPUT, ReplaceLabelType return_label_type=REPLACE_LABEL_NEITHER, int64_t return_label=0)
 

Public Attributes

const int64_t root
 
const ReplaceLabelType call_label_type
 
const ReplaceLabelType return_label_type
 
const int64_t return_label
 

Detailed Description

Definition at line 38 of file replace.h.

Constructor & Destructor Documentation

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

Definition at line 44 of file replace.h.

Member Data Documentation

const ReplaceLabelType fst::script::ReplaceOptions::call_label_type

Definition at line 40 of file replace.h.

const int64_t fst::script::ReplaceOptions::return_label

Definition at line 42 of file replace.h.

const ReplaceLabelType fst::script::ReplaceOptions::return_label_type

Definition at line 41 of file replace.h.

const int64_t fst::script::ReplaceOptions::root

Definition at line 39 of file replace.h.


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