Click or drag to resize

GraphTextLineReaderV2 Method

http://www.emgu.com
TextLineReaderV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TextLineReaderV2(
	long skip_header_lines = 0,
	string container = null,
	string shared_name = null,
	string opName = "TextLineReaderV2"
)

Parameters

skip_header_lines (Optional)
Type: SystemInt64
skip header lines
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.TextLineReaderV2(System.Int64,System.String,System.String,System.String)"]

See Also