GraphTextLineReaderV2 Method |
Namespace: Emgu.TF
public Operation TextLineReaderV2( long skip_header_lines = 0, string container = null, string shared_name = null, string opName = "TextLineReaderV2" )
Public Function TextLineReaderV2 ( Optional skip_header_lines As Long = 0, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "TextLineReaderV2" ) As Operation
public: Operation^ TextLineReaderV2( long long skip_header_lines = 0, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"TextLineReaderV2" )
member TextLineReaderV2 : ?skip_header_lines : int64 * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _skip_header_lines = defaultArg skip_header_lines 0 let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "TextLineReaderV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,