Vision AI v1 API - Class DataSchemaDetails (1.0.0-beta01)

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

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

Data schema details indicates the data type and the data struct corresponding to the key of user specified annotation.

Inheritance

object > DataSchemaDetails

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DataSchemaDetails()

public DataSchemaDetails()

DataSchemaDetails(DataSchemaDetails)

public DataSchemaDetails(DataSchemaDetails other)
Parameter
Name Description
other DataSchemaDetails

Properties

CustomizedStructConfig

public DataSchemaDetails.Types.CustomizedStructConfig CustomizedStructConfig { get; set; }

Config for CustomizedStruct data type.

Property Value
Type Description
DataSchemaDetailsTypesCustomizedStructConfig

Granularity

public DataSchemaDetails.Types.Granularity Granularity { get; set; }

The granularity associated with this DataSchema.

Property Value
Type Description
DataSchemaDetailsTypesGranularity

HasGranularity

public bool HasGranularity { get; }

Gets whether the "granularity" field is set

Property Value
Type Description
bool

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
Type Description
bool

ListConfig

public DataSchemaDetails.Types.ListConfig ListConfig { get; set; }

Config for List data type.

Property Value
Type Description
DataSchemaDetailsTypesListConfig

ProtoAnyConfig

public DataSchemaDetails.Types.ProtoAnyConfig ProtoAnyConfig { get; set; }

Config for protobuf any type.

Property Value
Type Description
DataSchemaDetailsTypesProtoAnyConfig

SearchStrategy

public DataSchemaDetails.Types.SearchStrategy SearchStrategy { get; set; }

The search strategy to be applied on the key above.

Property Value
Type Description
DataSchemaDetailsTypesSearchStrategy

Type

public DataSchemaDetails.Types.DataType Type { get; set; }

Type of the annotation.

Property Value
Type Description
DataSchemaDetailsTypesDataType