Lines Matching refs:album
3 …** module provides APIs for album management, including creating an album and accessing and modify…
161 | Promise<[FetchResult](js-apis-photoAccessHelper.md#fetchresult)<[Album](#album)>> | P…
180 // Obtain the preset hidden album.
197 … hidden albums displayed by album, that is, the albums with hidden files. Such albums do not inclu…
214 // Obtain hidden files in the album.
216 … console.info('album get hidden assets successfully, getCount: ' + assetFetchResult.getCount());
218 console.error(`album get hidden assets failed with error: ${err.code}, ${err.message}`);
350 Obtains the face identifier on the cover of a portrait album or group photo album.
362 … | Promise used to return **tag_id** of the portrait album, **group_tag** of the group photo albu…
392 let album = await fetchResult?.getFirstObject();
393 let faceId = await album?.getFaceId();
408 Enumerates the album types.
414 | SMART | 4096 | Smart analysis album. **System API**: This is a system API.|
418 Enumerate the album subtypes.
424 | HIDDEN | 1027 | Hidden album.<br/>**System API**: This is a system API. |
428 | SOURCE\_GENERIC | 2049 | Source album.<br/>**System API**: This is a system API. |
429 | CLASSIFY | 4097 | Classified album. <br/>**System API**: This is a system API. …
430 | GEOGRAPHY\_LOCATION | 4099 | Geographic location album. <br/>**System API**: This is a system A…
431 | GEOGRAPHY\_CITY | 4100 | City album. <br/>**System API**: This is a system API. |
432 | SHOOTING\_MODE | 4101 | Shooting mode album. <br/>**System API**: This is a system API. …
433 | PORTRAIT | 4102 | Portrait album. <br/>**System API**: This is a system API. …
434 | GROUP_PHOTO | 4103 | Group photo album. <br/>**System API**: This is a system API. …
435 | HIGHLIGHT | 4104 | Highlights album. <br/>**System API**: This is a system API. …
436 | HIGHLIGHT_SUGGESTIONS | 4105 | Highlights suggestion album. <br/>**System API**: This is a system…