Vision AI V1 API - Module Google::Cloud::VisionAI::V1::Corpus::Type (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::Corpus::Type.

Type of the asset inside the corpus.

Constants

TYPE_UNSPECIFIED

value: 0
The default type, not supposed to be used. If this default type is used, the corpus will be created as STREAM_VIDEO corpus.

STREAM_VIDEO

value: 1
Asset is a live streaming video.

IMAGE

value: 2
Asset is an image.

VIDEO_ON_DEMAND

value: 3
Asset is a batch video.