bool | MultipleSegments[Get] Whether or not this transcribe request will occur multiple times |
WitWebSocketTranscribeRequest ( string endpoint, Dictionary< string, string > parameters, bool multipleSegments, string requestId ) Constructor for transcribe request | |
override void | CloseAudioStream ( ) If multiple segments, close when audio stops uploading |
override bool | IsEndOfStream ( WitResponseNode responseData ) Returns true if 'is_final' is within the response |
bool Meta.Voice.Net.WebSockets.Requests.WitWebSocketTranscribeRequest.MultipleSegments |
---|
Whether or not this transcribe request will occur multiple times |
Meta.Voice.Net.WebSockets.Requests.WitWebSocketTranscribeRequest.WitWebSocketTranscribeRequest ( string endpoint, Dictionary< string, string > parameters, bool multipleSegments, string requestId ) |
---|
Constructor for transcribe request |
override void Meta.Voice.Net.WebSockets.Requests.WitWebSocketTranscribeRequest.CloseAudioStream ( ) |
---|
If multiple segments, close when audio stops uploading |
override bool Meta.Voice.Net.WebSockets.Requests.WitWebSocketTranscribeRequest.IsEndOfStream ( WitResponseNode responseData ) |
---|
Returns true if 'is_final' is within the response |