Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::DataType.
All supported data types.
Constants
DATA_TYPE_UNSPECIFIED
value: 0 The default value of DataType.
VIDEO
value: 1 Video data type like H264.
IMAGE
value: 3 Image data type.
PROTO
value: 2 Protobuf data type, usually used for general data blob.
PLACEHOLDER
value: 4 A placeholder data type, applicable for the universal input processor which
supports any data type. This will be instantiated and replaced by a
concrete underlying DataType during instance deployment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]