Skip to content

NET_SDK_SEARCH_IMAGE_SOURCE_V2

Enum Definition

1
2
3
4
5
6
7
typedef enum _net_sdk_search_image_source_v2
{
    FROM_ALBUM,
    FROM_SNAP,
    FROM_GROUP,
    FROM_EXTERNAL,
} NET_SDK_SEARCH_IMAGE_SOURCE_V2;
1
2
3
4
5
6
7
public enum NET_SDK_SEARCH_IMAGE_SOURCE_V2
{
    FROM_ALBUM,
    FROM_SNAP,
    FROM_GROUP,
    FROM_EXTERNAL,
}

Function Description

Image search image source type

Member Description

Enum name Value Remark
FROM_ALBUM 0 Image from Target Library
FROM_SNAP 1 Picture from snapshot
FROM_GROUP 2 Images from the entire target library All targets
FROM_EXTERNAL 3 The picture is from the self-selected picture. Only one picture is supported and the size cannot exceed 200KB
Error Code