Click or drag to resize

GraphUnicodeDecodeWithOffsets Method

http://www.emgu.com
UnicodeDecodeWithOffsets

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation UnicodeDecodeWithOffsets(
	Output input,
	string input_encoding,
	string errors = null,
	long replacement_char = 65533,
	bool replace_control_characters = false,
	string opName = "UnicodeDecodeWithOffsets"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
input_encoding
Type: SystemString
input encoding
errors (Optional)
Type: SystemString
errors
replacement_char (Optional)
Type: SystemInt64
replacement char
replace_control_characters (Optional)
Type: SystemBoolean
replace control characters
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also