Click or drag to resize

GraphUnicodeDecodeWithOffsets Method

https://www.emgu.com/wiki/index.php/Emgu_TF
UnicodeDecodeWithOffsets

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation UnicodeDecodeWithOffsets(
	Output input,
	string input_encoding,
	string errors = null,
	long replacement_char = 65533,
	bool replace_control_characters = false,
	Nullable<DataType> Tsplits = null,
	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
Tsplits (Optional)
Type: SystemNullableDataType
Tsplits
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] row_splits(type: DtInvalid). [1] char_values(type: DtInt32). [2] char_to_byte_starts(type: DtInt64).
See Also