Show / Hide Table of Contents

Class RealtimeMessageResult

The websocket result message received from service.

Inheritance
object
RealtimeMessage
RealtimeMessageResult
Inherited Members
RealtimeMessage.SessionId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class RealtimeMessageResult : RealtimeMessage

Properties

Transcriptions

Declaration
[Required(ErrorMessage = "Transcriptions is required.")]
[JsonProperty(PropertyName = "transcriptions")]
public List<RealtimeMessageResultTranscription> Transcriptions { get; set; }
Property Value
Type Description
List<RealtimeMessageResultTranscription>

List of transcription objects.

Remarks

Required

In this article
Back to top