string_value
Function
Obtains the sequence number of the character type of a request body, which is generally used by a request body whose sequence number is of the string type.
C++ Prototype
const std::string &StringValue() const;
Python Prototype
string_value()
Parameters
None
Usage Example
Obtain the request ID of the string type.
1 | str_val = request_id.StringValue() |
Parent topic: InferRequestId