API reference
API reference
Select your platform
No SDKs available
No versions available

WitChunk Struct

A class used to store json data & binary data

Fields

binaryData : byte []
Binary data ready for ingestion
Signature
byte [] Meta.Voice.Net.Encoding.Wit.WitChunk.binaryData
The header to be used for the chunk
Signature
WitChunkHeader Meta.Voice.Net.Encoding.Wit.WitChunk.header
jsonData : WitResponseNode
Decoded json data
Signature
WitResponseNode Meta.Voice.Net.Encoding.Wit.WitChunk.jsonData
jsonString : string
Json string from prior to json data decode
Signature
string Meta.Voice.Net.Encoding.Wit.WitChunk.jsonString

Methods

Equals ( other )
Signature
override bool Meta.Voice.Net.Encoding.Wit.WitChunk.Equals(object other)
Parameters
other: object
Returns
override bool
GetHashCode ()
Signature
override int Meta.Voice.Net.Encoding.Wit.WitChunk.GetHashCode()
Returns
override int