Property PayloadEncoding
PayloadEncoding
Gets the encoding format used to interpret the Payload content for this similarity result.
public string PayloadEncoding { get; }
Property Value
- string
A string identifier for the payload encoding, for example
"text"
for plain UTF-8 text or"base64"
for binary/image data.