Click or drag to resize

OperationGetAttrValueProto Method

http://www.emgu.com
Get the protobuf value of the attribute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Buffer GetAttrValueProto(
	string attrName,
	Status status = null
)

Parameters

attrName
Type: SystemString
The name of the attribute
status (Optional)
Type: Emgu.TFStatus
The attribute

Return Value

Type: Buffer
The buffer that contains the protobuf value
See Also