Show / Hide Table of Contents

Class ObjectListInlineInputLocation

Use this locationType when passing the WAV file name in the request.

Inheritance
object
InputLocation
ObjectListInlineInputLocation
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 ObjectListInlineInputLocation : InputLocation

Properties

ObjectLocations

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

A list of ObjectLocations.

Remarks

Required

In this article
Back to top