annis_component_layer

Function annis_component_layer 

Source
#[unsafe(no_mangle)]
pub extern "C" fn annis_component_layer( c: *const AnnotationComponent, ) -> *mut c_char
Expand description

Get the layer of the given component.

The returned string must be deallocated by the caller using annis_str_free()!