Vision AI v1 API - Class DataSchemaDetails.Types.ListConfig (1.0.0-beta01)

public sealed class DataSchemaDetails.Types.ListConfig : IMessage<DataSchemaDetails.Types.ListConfig>, IEquatable<DataSchemaDetails.Types.ListConfig>, IDeepCloneable<DataSchemaDetails.Types.ListConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class DataSchemaDetails.Types.ListConfig.

The configuration for LIST data type.

Inheritance

object > DataSchemaDetails.Types.ListConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListConfig()

public ListConfig()

ListConfig(ListConfig)

public ListConfig(DataSchemaDetails.Types.ListConfig other)
Parameter
Name Description
other DataSchemaDetailsTypesListConfig

Properties

ValueSchema

public DataSchemaDetails ValueSchema { get; set; }

The value's data schema in the list.

Property Value
Type Description
DataSchemaDetails