Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DataSchemaDetails.
Data schema details indicates the data type and the data struct corresponding to the key of user specified annotation.
Generated from protobuf message google.cloud.visionai.v1.DataSchemaDetails
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
Type of the annotation.
↳ proto_any_config
↳ list_config
↳ customized_struct_config
↳ granularity
int
The granularity associated with this DataSchema.
↳ search_strategy
getType
Type of the annotation.
int
hasType
clearType
setType
Type of the annotation.
var
int
$this
getProtoAnyConfig
Config for protobuf any type.
hasProtoAnyConfig
clearProtoAnyConfig
setProtoAnyConfig
Config for protobuf any type.
$this
getListConfig
Config for List data type.
hasListConfig
clearListConfig
setListConfig
Config for List data type.
$this
getCustomizedStructConfig
Config for CustomizedStruct data type.
hasCustomizedStructConfig
clearCustomizedStructConfig
setCustomizedStructConfig
Config for CustomizedStruct data type.
$this
getGranularity
The granularity associated with this DataSchema.
int
hasGranularity
clearGranularity
setGranularity
The granularity associated with this DataSchema.
var
int
$this
getSearchStrategy
The search strategy to be applied on the key
above.
hasSearchStrategy
clearSearchStrategy
setSearchStrategy
The search strategy to be applied on the key
above.
$this

