|
12 | 12 | * @method CreateDocIndexTask createDocIndexTask(array $options = [])
|
13 | 13 | * @method CreateGrabFrameTask createGrabFrameTask(array $options = [])
|
14 | 14 | * @method CreateGroupFacesJob createGroupFacesJob(array $options = [])
|
| 15 | + * @method CreateImageProcessTask createImageProcessTask(array $options = []) |
15 | 16 | * @method CreateMediaComplexTask createMediaComplexTask(array $options = [])
|
16 | 17 | * @method CreateMergeFaceGroupsJob createMergeFaceGroupsJob(array $options = [])
|
17 | 18 | * @method CreateOfficeConversionTask createOfficeConversionTask(array $options = [])
|
|
49 | 50 | * @method GetImageJob getImageJob(array $options = [])
|
50 | 51 | * @method GetMediaMeta getMediaMeta(array $options = [])
|
51 | 52 | * @method GetOfficeConversionTask getOfficeConversionTask(array $options = [])
|
| 53 | + * @method GetOfficePreviewURL getOfficePreviewURL(array $options = []) |
52 | 54 | * @method GetProject getProject(array $options = [])
|
53 | 55 | * @method GetSet getSet(array $options = [])
|
54 | 56 | * @method GetVideo getVideo(array $options = [])
|
@@ -269,6 +271,22 @@ class CreateGroupFacesJob extends Rpc
|
269 | 271 | {
|
270 | 272 | }
|
271 | 273 |
|
| 274 | +/** |
| 275 | + * @method string getProject() |
| 276 | + * @method $this withProject($value) |
| 277 | + * @method string getNotifyEndpoint() |
| 278 | + * @method $this withNotifyEndpoint($value) |
| 279 | + * @method string getNotifyTopicName() |
| 280 | + * @method $this withNotifyTopicName($value) |
| 281 | + * @method string getTargetList() |
| 282 | + * @method $this withTargetList($value) |
| 283 | + * @method string getImageUri() |
| 284 | + * @method $this withImageUri($value) |
| 285 | + */ |
| 286 | +class CreateImageProcessTask extends Rpc |
| 287 | +{ |
| 288 | +} |
| 289 | + |
272 | 290 | /**
|
273 | 291 | * @method string getProject()
|
274 | 292 | * @method $this withProject($value)
|
@@ -853,6 +871,22 @@ class GetOfficeConversionTask extends Rpc
|
853 | 871 | {
|
854 | 872 | }
|
855 | 873 |
|
| 874 | +/** |
| 875 | + * @method string getSrcType() |
| 876 | + * @method $this withSrcType($value) |
| 877 | + * @method string getExpires() |
| 878 | + * @method $this withExpires($value) |
| 879 | + * @method string getProject() |
| 880 | + * @method $this withProject($value) |
| 881 | + * @method string getUseHTTPS() |
| 882 | + * @method $this withUseHTTPS($value) |
| 883 | + * @method string getSrcUri() |
| 884 | + * @method $this withSrcUri($value) |
| 885 | + */ |
| 886 | +class GetOfficePreviewURL extends Rpc |
| 887 | +{ |
| 888 | +} |
| 889 | + |
856 | 890 | /**
|
857 | 891 | * @method string getProject()
|
858 | 892 | * @method $this withProject($value)
|
|
0 commit comments