Show / Hide Table of Contents

Class ObjectListFileInputLocation

Use this locationType when passing the location of the object storage in the request (where the WAV file is stored).

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

Properties

ObjectLocation

Declaration
[Required(ErrorMessage = "ObjectLocation is required.")]
[JsonProperty(PropertyName = "objectLocation")]
public ObjectLocation ObjectLocation { get; set; }
Property Value
Type Description
ObjectLocation
Remarks

Required

In this article
Back to top