Show / Hide Table of Contents

Class Pronunciation

Pronunciation Object Reference

Inheritance
object
Pronunciation
Inherited Members
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 Pronunciation

Properties

Audio

Declaration
[JsonProperty(PropertyName = "audio")]
public LocationDetails Audio { get; set; }
Property Value
Type Description
LocationDetails

SoundsLike

Declaration
[JsonProperty(PropertyName = "soundsLike")]
public string SoundsLike { get; set; }
Property Value
Type Description
string

Written phonetic representation of entity value

In this article
Back to top