OperationGetAttrValueProto Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Get the protobuf value of the attribute
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic Buffer GetAttrValueProto(
string attrName,
Status status = null
)
Public Function GetAttrValueProto (
attrName As String,
Optional status As Status = Nothing
) As Buffer
public:
Buffer^ GetAttrValueProto(
String^ attrName,
Status^ status = nullptr
)
member GetAttrValueProto :
attrName : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> Buffer
Parameters
- attrName
- Type: SystemString
The name of the attribute - status (Optional)
- Type: Emgu.TFStatus
The attribute
Return Value
Type:
BufferThe buffer that contains the protobuf value
See Also