Click or drag to resize

GraphEncodeBase64 Method

http://www.emgu.com
EncodeBase64

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation EncodeBase64(
	Output input,
	bool pad = false,
	string opName = "EncodeBase64"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
pad (Optional)
Type: SystemBoolean
pad
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also