@aws-sdk/client-rekognition 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1365 -888
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFacesCommand.js +2 -2
- package/dist-es/commands/CompareFacesCommand.js +2 -2
- package/dist-es/commands/CopyProjectVersionCommand.js +2 -2
- package/dist-es/commands/CreateCollectionCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateProjectVersionCommand.js +2 -2
- package/dist-es/commands/CreateStreamProcessorCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteFacesCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteProjectPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteProjectVersionCommand.js +2 -2
- package/dist-es/commands/DeleteStreamProcessorCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeCollectionCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeProjectVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeProjectsCommand.js +2 -2
- package/dist-es/commands/DescribeStreamProcessorCommand.js +2 -2
- package/dist-es/commands/DetectCustomLabelsCommand.js +2 -2
- package/dist-es/commands/DetectFacesCommand.js +2 -2
- package/dist-es/commands/DetectLabelsCommand.js +2 -2
- package/dist-es/commands/DetectModerationLabelsCommand.js +2 -2
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +2 -2
- package/dist-es/commands/DetectTextCommand.js +2 -2
- package/dist-es/commands/DisassociateFacesCommand.js +2 -2
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/GetCelebrityInfoCommand.js +2 -2
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +2 -2
- package/dist-es/commands/GetContentModerationCommand.js +2 -2
- package/dist-es/commands/GetFaceDetectionCommand.js +2 -2
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +2 -2
- package/dist-es/commands/GetFaceSearchCommand.js +2 -2
- package/dist-es/commands/GetLabelDetectionCommand.js +2 -2
- package/dist-es/commands/GetMediaAnalysisJobCommand.js +2 -2
- package/dist-es/commands/GetPersonTrackingCommand.js +2 -2
- package/dist-es/commands/GetSegmentDetectionCommand.js +2 -2
- package/dist-es/commands/GetTextDetectionCommand.js +2 -2
- package/dist-es/commands/IndexFacesCommand.js +2 -2
- package/dist-es/commands/ListCollectionsCommand.js +2 -2
- package/dist-es/commands/ListDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/ListDatasetLabelsCommand.js +2 -2
- package/dist-es/commands/ListFacesCommand.js +2 -2
- package/dist-es/commands/ListMediaAnalysisJobsCommand.js +2 -2
- package/dist-es/commands/ListProjectPoliciesCommand.js +2 -2
- package/dist-es/commands/ListStreamProcessorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/PutProjectPolicyCommand.js +2 -2
- package/dist-es/commands/RecognizeCelebritiesCommand.js +2 -2
- package/dist-es/commands/SearchFacesByImageCommand.js +2 -2
- package/dist-es/commands/SearchFacesCommand.js +2 -2
- package/dist-es/commands/SearchUsersByImageCommand.js +2 -2
- package/dist-es/commands/SearchUsersCommand.js +2 -2
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +2 -2
- package/dist-es/commands/StartContentModerationCommand.js +2 -2
- package/dist-es/commands/StartFaceDetectionCommand.js +2 -2
- package/dist-es/commands/StartFaceSearchCommand.js +2 -2
- package/dist-es/commands/StartLabelDetectionCommand.js +2 -2
- package/dist-es/commands/StartMediaAnalysisJobCommand.js +2 -2
- package/dist-es/commands/StartPersonTrackingCommand.js +2 -2
- package/dist-es/commands/StartProjectVersionCommand.js +2 -2
- package/dist-es/commands/StartSegmentDetectionCommand.js +2 -2
- package/dist-es/commands/StartStreamProcessorCommand.js +2 -2
- package/dist-es/commands/StartTextDetectionCommand.js +2 -2
- package/dist-es/commands/StopProjectVersionCommand.js +2 -2
- package/dist-es/commands/StopStreamProcessorCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/UpdateStreamProcessorCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +845 -767
- package/dist-types/RekognitionClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +400 -486
- package/dist-types/ts3.4/RekognitionClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +399 -487
- package/package.json +35 -35
|
@@ -728,22 +728,22 @@ const _s = "server";
|
|
|
728
728
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.rekognition";
|
|
729
729
|
const n0 = "com.amazonaws.rekognition";
|
|
730
730
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
731
|
-
import { AccessDeniedException
|
|
732
|
-
import { RekognitionServiceException
|
|
733
|
-
|
|
734
|
-
|
|
731
|
+
import { AccessDeniedException, ConflictException, HumanLoopQuotaExceededException, IdempotentParameterMismatchException, ImageTooLargeException, InternalServerError, InvalidImageFormatException, InvalidManifestException, InvalidPaginationTokenException, InvalidParameterException, InvalidPolicyRevisionIdException, InvalidS3ObjectException, LimitExceededException, MalformedPolicyDocumentException, ProvisionedThroughputExceededException, ResourceAlreadyExistsException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, SessionNotFoundException, ThrottlingException, VideoTooLargeException, } from "../models/errors";
|
|
732
|
+
import { RekognitionServiceException } from "../models/RekognitionServiceException";
|
|
733
|
+
var LivenessImageBlob = [0, n0, _LIB, 8, 21];
|
|
734
|
+
var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [
|
|
735
735
|
0,
|
|
736
736
|
n0,
|
|
737
737
|
_SJHLACER,
|
|
738
738
|
{ [_mT]: _a },
|
|
739
739
|
0,
|
|
740
740
|
];
|
|
741
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
742
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
743
|
-
export var AgeRange = [3, n0, _AR, 0, [_Lo, _H], [1, 1]];
|
|
744
|
-
export var Asset = [3, n0, _A, 0, [_GTM], [() => GroundTruthManifest]];
|
|
745
|
-
export var AssociatedFace = [3, n0, _AF, 0, [_FI], [0]];
|
|
746
|
-
export var AssociateFacesRequest = [
|
|
741
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
742
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
743
|
+
export var AgeRange$ = [3, n0, _AR, 0, [_Lo, _H], [1, 1]];
|
|
744
|
+
export var Asset$ = [3, n0, _A, 0, [_GTM], [() => GroundTruthManifest$]];
|
|
745
|
+
export var AssociatedFace$ = [3, n0, _AF, 0, [_FI], [0]];
|
|
746
|
+
export var AssociateFacesRequest$ = [
|
|
747
747
|
3,
|
|
748
748
|
n0,
|
|
749
749
|
_AFR,
|
|
@@ -751,7 +751,7 @@ export var AssociateFacesRequest = [
|
|
|
751
751
|
[_CI, _UI, _FIa, _UMT, _CRT],
|
|
752
752
|
[0, 0, 64 | 0, 1, [0, 4]],
|
|
753
753
|
];
|
|
754
|
-
export var AssociateFacesResponse = [
|
|
754
|
+
export var AssociateFacesResponse$ = [
|
|
755
755
|
3,
|
|
756
756
|
n0,
|
|
757
757
|
_AFRs,
|
|
@@ -759,169 +759,186 @@ export var AssociateFacesResponse = [
|
|
|
759
759
|
[_AFs, _UFA, _US],
|
|
760
760
|
[() => AssociatedFacesList, () => UnsuccessfulFaceAssociationList, 0],
|
|
761
761
|
];
|
|
762
|
-
export var AudioMetadata = [3, n0, _AM, 0, [_Co, _DM, _SR, _NOC], [0, 1, 1, 1]];
|
|
763
|
-
export var AuditImage = [
|
|
762
|
+
export var AudioMetadata$ = [3, n0, _AM, 0, [_Co, _DM, _SR, _NOC], [0, 1, 1, 1]];
|
|
763
|
+
export var AuditImage$ = [
|
|
764
764
|
3,
|
|
765
765
|
n0,
|
|
766
766
|
_AI,
|
|
767
767
|
0,
|
|
768
768
|
[_B, _SO, _BB],
|
|
769
|
-
[[() => LivenessImageBlob, 0], () => S3Object
|
|
769
|
+
[[() => LivenessImageBlob, 0], () => S3Object$, () => BoundingBox$],
|
|
770
770
|
];
|
|
771
|
-
export var Beard = [3, n0, _Be, 0, [_V, _Con], [2, 1]];
|
|
772
|
-
export var BlackFrame = [3, n0, _BF, 0, [_MPT, _MCP], [1, 1]];
|
|
773
|
-
export var BoundingBox = [3, n0, _BB, 0, [_W, _He, _Le, _T], [1, 1, 1, 1]];
|
|
774
|
-
export var Celebrity = [
|
|
771
|
+
export var Beard$ = [3, n0, _Be, 0, [_V, _Con], [2, 1]];
|
|
772
|
+
export var BlackFrame$ = [3, n0, _BF, 0, [_MPT, _MCP], [1, 1]];
|
|
773
|
+
export var BoundingBox$ = [3, n0, _BB, 0, [_W, _He, _Le, _T], [1, 1, 1, 1]];
|
|
774
|
+
export var Celebrity$ = [
|
|
775
775
|
3,
|
|
776
776
|
n0,
|
|
777
777
|
_Ce,
|
|
778
778
|
0,
|
|
779
779
|
[_U, _N, _I, _F, _MC, _KG],
|
|
780
|
-
[64 | 0, 0, 0, () => ComparedFace
|
|
780
|
+
[64 | 0, 0, 0, () => ComparedFace$, 1, () => KnownGender$],
|
|
781
781
|
];
|
|
782
|
-
export var CelebrityDetail = [
|
|
782
|
+
export var CelebrityDetail$ = [
|
|
783
783
|
3,
|
|
784
784
|
n0,
|
|
785
785
|
_CD,
|
|
786
786
|
0,
|
|
787
787
|
[_U, _N, _I, _Con, _BB, _F, _KG],
|
|
788
|
-
[64 | 0, 0, 0, 1, () => BoundingBox
|
|
788
|
+
[64 | 0, 0, 0, 1, () => BoundingBox$, () => FaceDetail$, () => KnownGender$],
|
|
789
789
|
];
|
|
790
|
-
export var CelebrityRecognition = [3, n0, _CR, 0, [_Ti, _Ce], [1, () => CelebrityDetail]];
|
|
791
|
-
export var Challenge = [3, n0, _Ch, 0, [_Ty, _Ve], [0, 0]];
|
|
792
|
-
export var ChallengePreference = [3, n0, _CP, 0, [_Ty, _Ver], [0, () => Versions]];
|
|
793
|
-
export var ComparedFace = [
|
|
790
|
+
export var CelebrityRecognition$ = [3, n0, _CR, 0, [_Ti, _Ce], [1, () => CelebrityDetail$]];
|
|
791
|
+
export var Challenge$ = [3, n0, _Ch, 0, [_Ty, _Ve], [0, 0]];
|
|
792
|
+
export var ChallengePreference$ = [3, n0, _CP, 0, [_Ty, _Ver], [0, () => Versions$]];
|
|
793
|
+
export var ComparedFace$ = [
|
|
794
794
|
3,
|
|
795
795
|
n0,
|
|
796
796
|
_CF,
|
|
797
797
|
0,
|
|
798
798
|
[_BB, _Con, _La, _P, _Q, _E, _S],
|
|
799
|
-
[() => BoundingBox
|
|
799
|
+
[() => BoundingBox$, 1, () => Landmarks, () => Pose$, () => ImageQuality$, () => Emotions, () => Smile$],
|
|
800
800
|
];
|
|
801
|
-
export var ComparedSourceImageFace = [3, n0, _CSIF, 0, [_BB, _Con], [() => BoundingBox
|
|
802
|
-
export var CompareFacesMatch = [3, n0, _CFM, 0, [_Si, _F], [1, () => ComparedFace]];
|
|
803
|
-
export var CompareFacesRequest = [
|
|
801
|
+
export var ComparedSourceImageFace$ = [3, n0, _CSIF, 0, [_BB, _Con], [() => BoundingBox$, 1]];
|
|
802
|
+
export var CompareFacesMatch$ = [3, n0, _CFM, 0, [_Si, _F], [1, () => ComparedFace$]];
|
|
803
|
+
export var CompareFacesRequest$ = [
|
|
804
804
|
3,
|
|
805
805
|
n0,
|
|
806
806
|
_CFR,
|
|
807
807
|
0,
|
|
808
808
|
[_SI, _TI, _ST, _QF],
|
|
809
|
-
[() => Image
|
|
809
|
+
[() => Image$, () => Image$, 1, 0],
|
|
810
810
|
];
|
|
811
|
-
export var CompareFacesResponse = [
|
|
811
|
+
export var CompareFacesResponse$ = [
|
|
812
812
|
3,
|
|
813
813
|
n0,
|
|
814
814
|
_CFRo,
|
|
815
815
|
0,
|
|
816
816
|
[_SIF, _FM, _UF, _SIOC, _TIOC],
|
|
817
|
-
[() => ComparedSourceImageFace
|
|
817
|
+
[() => ComparedSourceImageFace$, () => CompareFacesMatchList, () => CompareFacesUnmatchList, 0, 0],
|
|
818
818
|
];
|
|
819
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
820
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
821
|
-
export var ConnectedHomeSettings = [3, n0, _CHS, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
822
|
-
export var ConnectedHomeSettingsForUpdate = [3, n0, _CHSFU, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
823
|
-
export var ContentModerationDetection = [
|
|
819
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
820
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
821
|
+
export var ConnectedHomeSettings$ = [3, n0, _CHS, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
822
|
+
export var ConnectedHomeSettingsForUpdate$ = [3, n0, _CHSFU, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
823
|
+
export var ContentModerationDetection$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_CMD,
|
|
827
827
|
0,
|
|
828
828
|
[_Ti, _ML, _STM, _ETM, _DM, _CT],
|
|
829
|
-
[1, () => ModerationLabel
|
|
829
|
+
[1, () => ModerationLabel$, 1, 1, 1, () => ContentTypes],
|
|
830
830
|
];
|
|
831
|
-
export var ContentType = [3, n0, _CTo, 0, [_Con, _N], [1, 0]];
|
|
832
|
-
export var CopyProjectVersionRequest = [
|
|
831
|
+
export var ContentType$ = [3, n0, _CTo, 0, [_Con, _N], [1, 0]];
|
|
832
|
+
export var CopyProjectVersionRequest$ = [
|
|
833
833
|
3,
|
|
834
834
|
n0,
|
|
835
835
|
_CPVR,
|
|
836
836
|
0,
|
|
837
837
|
[_SPA, _SPVA, _DPA, _VN, _OC, _Ta, _KKI],
|
|
838
|
-
[0, 0, 0, 0, () => OutputConfig
|
|
838
|
+
[0, 0, 0, 0, () => OutputConfig$, 128 | 0, 0],
|
|
839
839
|
];
|
|
840
|
-
export var CopyProjectVersionResponse = [3, n0, _CPVRo, 0, [_PVA], [0]];
|
|
841
|
-
export var CoversBodyPart = [3, n0, _CBP, 0, [_Con, _V], [1, 2]];
|
|
842
|
-
export var CreateCollectionRequest = [3, n0, _CCR, 0, [_CI, _Ta], [0, 128 | 0]];
|
|
843
|
-
export var CreateCollectionResponse = [3, n0, _CCRr, 0, [_SC, _CA, _FMV], [1, 0, 0]];
|
|
844
|
-
export var CreateDatasetRequest = [
|
|
840
|
+
export var CopyProjectVersionResponse$ = [3, n0, _CPVRo, 0, [_PVA], [0]];
|
|
841
|
+
export var CoversBodyPart$ = [3, n0, _CBP, 0, [_Con, _V], [1, 2]];
|
|
842
|
+
export var CreateCollectionRequest$ = [3, n0, _CCR, 0, [_CI, _Ta], [0, 128 | 0]];
|
|
843
|
+
export var CreateCollectionResponse$ = [3, n0, _CCRr, 0, [_SC, _CA, _FMV], [1, 0, 0]];
|
|
844
|
+
export var CreateDatasetRequest$ = [
|
|
845
845
|
3,
|
|
846
846
|
n0,
|
|
847
847
|
_CDR,
|
|
848
848
|
0,
|
|
849
849
|
[_DS, _DT, _PA, _Ta],
|
|
850
|
-
[() => DatasetSource
|
|
850
|
+
[() => DatasetSource$, 0, 0, 128 | 0],
|
|
851
851
|
];
|
|
852
|
-
export var CreateDatasetResponse = [3, n0, _CDRr, 0, [_DA], [0]];
|
|
853
|
-
export var CreateFaceLivenessSessionRequest = [
|
|
852
|
+
export var CreateDatasetResponse$ = [3, n0, _CDRr, 0, [_DA], [0]];
|
|
853
|
+
export var CreateFaceLivenessSessionRequest$ = [
|
|
854
854
|
3,
|
|
855
855
|
n0,
|
|
856
856
|
_CFLSR,
|
|
857
857
|
0,
|
|
858
858
|
[_KKI, _Se, _CRT],
|
|
859
|
-
[0, () => CreateFaceLivenessSessionRequestSettings
|
|
859
|
+
[0, () => CreateFaceLivenessSessionRequestSettings$, 0],
|
|
860
860
|
];
|
|
861
|
-
export var CreateFaceLivenessSessionRequestSettings = [
|
|
861
|
+
export var CreateFaceLivenessSessionRequestSettings$ = [
|
|
862
862
|
3,
|
|
863
863
|
n0,
|
|
864
864
|
_CFLSRS,
|
|
865
865
|
0,
|
|
866
866
|
[_OC, _AIL, _CPh],
|
|
867
|
-
[() => LivenessOutputConfig
|
|
867
|
+
[() => LivenessOutputConfig$, 1, () => ChallengePreferences],
|
|
868
868
|
];
|
|
869
|
-
export var CreateFaceLivenessSessionResponse = [3, n0, _CFLSRr, 0, [_SIe], [0]];
|
|
870
|
-
export var CreateProjectRequest = [3, n0, _CPR, 0, [_PN, _Fe, _AU, _Ta], [0, 0, 0, 128 | 0]];
|
|
871
|
-
export var CreateProjectResponse = [3, n0, _CPRr, 0, [_PA], [0]];
|
|
872
|
-
export var CreateProjectVersionRequest = [
|
|
869
|
+
export var CreateFaceLivenessSessionResponse$ = [3, n0, _CFLSRr, 0, [_SIe], [0]];
|
|
870
|
+
export var CreateProjectRequest$ = [3, n0, _CPR, 0, [_PN, _Fe, _AU, _Ta], [0, 0, 0, 128 | 0]];
|
|
871
|
+
export var CreateProjectResponse$ = [3, n0, _CPRr, 0, [_PA], [0]];
|
|
872
|
+
export var CreateProjectVersionRequest$ = [
|
|
873
873
|
3,
|
|
874
874
|
n0,
|
|
875
875
|
_CPVRr,
|
|
876
876
|
0,
|
|
877
877
|
[_PA, _VN, _OC, _TD, _TDe, _Ta, _KKI, _VD, _FC],
|
|
878
|
-
[
|
|
878
|
+
[
|
|
879
|
+
0,
|
|
880
|
+
0,
|
|
881
|
+
() => OutputConfig$,
|
|
882
|
+
() => TrainingData$,
|
|
883
|
+
() => TestingData$,
|
|
884
|
+
128 | 0,
|
|
885
|
+
0,
|
|
886
|
+
0,
|
|
887
|
+
() => CustomizationFeatureConfig$,
|
|
888
|
+
],
|
|
879
889
|
];
|
|
880
|
-
export var CreateProjectVersionResponse = [3, n0, _CPVRre, 0, [_PVA], [0]];
|
|
881
|
-
export var CreateStreamProcessorRequest = [
|
|
890
|
+
export var CreateProjectVersionResponse$ = [3, n0, _CPVRre, 0, [_PVA], [0]];
|
|
891
|
+
export var CreateStreamProcessorRequest$ = [
|
|
882
892
|
3,
|
|
883
893
|
n0,
|
|
884
894
|
_CSPR,
|
|
885
895
|
0,
|
|
886
896
|
[_In, _O, _N, _Se, _RA, _Ta, _NC, _KKI, _ROI, _DSP],
|
|
887
897
|
[
|
|
888
|
-
() => StreamProcessorInput
|
|
889
|
-
() => StreamProcessorOutput
|
|
898
|
+
() => StreamProcessorInput$,
|
|
899
|
+
() => StreamProcessorOutput$,
|
|
890
900
|
0,
|
|
891
|
-
() => StreamProcessorSettings
|
|
901
|
+
() => StreamProcessorSettings$,
|
|
892
902
|
0,
|
|
893
903
|
128 | 0,
|
|
894
|
-
() => StreamProcessorNotificationChannel
|
|
904
|
+
() => StreamProcessorNotificationChannel$,
|
|
895
905
|
0,
|
|
896
906
|
() => RegionsOfInterest,
|
|
897
|
-
() => StreamProcessorDataSharingPreference
|
|
907
|
+
() => StreamProcessorDataSharingPreference$,
|
|
898
908
|
],
|
|
899
909
|
];
|
|
900
|
-
export var CreateStreamProcessorResponse = [3, n0, _CSPRr, 0, [_SPAt], [0]];
|
|
901
|
-
export var CreateUserRequest = [3, n0, _CUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
902
|
-
export var CreateUserResponse = [3, n0, _CURr, 0, [], []];
|
|
903
|
-
export var CustomizationFeatureConfig = [
|
|
910
|
+
export var CreateStreamProcessorResponse$ = [3, n0, _CSPRr, 0, [_SPAt], [0]];
|
|
911
|
+
export var CreateUserRequest$ = [3, n0, _CUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
912
|
+
export var CreateUserResponse$ = [3, n0, _CURr, 0, [], []];
|
|
913
|
+
export var CustomizationFeatureConfig$ = [
|
|
904
914
|
3,
|
|
905
915
|
n0,
|
|
906
916
|
_CFC,
|
|
907
917
|
0,
|
|
908
918
|
[_CM],
|
|
909
|
-
[() => CustomizationFeatureContentModerationConfig],
|
|
919
|
+
[() => CustomizationFeatureContentModerationConfig$],
|
|
910
920
|
];
|
|
911
|
-
export var CustomizationFeatureContentModerationConfig = [3, n0, _CFCMC, 0, [_CTon], [1]];
|
|
912
|
-
export var CustomLabel = [3, n0, _CL, 0, [_N, _Con, _G], [0, 1, () => Geometry]];
|
|
913
|
-
export var DatasetChanges = [3, n0, _DC, 0, [_GT], [21]];
|
|
914
|
-
export var DatasetDescription = [
|
|
921
|
+
export var CustomizationFeatureContentModerationConfig$ = [3, n0, _CFCMC, 0, [_CTon], [1]];
|
|
922
|
+
export var CustomLabel$ = [3, n0, _CL, 0, [_N, _Con, _G], [0, 1, () => Geometry$]];
|
|
923
|
+
export var DatasetChanges$ = [3, n0, _DC, 0, [_GT], [21]];
|
|
924
|
+
export var DatasetDescription$ = [
|
|
915
925
|
3,
|
|
916
926
|
n0,
|
|
917
927
|
_DD,
|
|
918
928
|
0,
|
|
919
929
|
[_CTr, _LUT, _St, _SM, _SMC, _DSa],
|
|
920
|
-
[4, 4, 0, 0, 0, () => DatasetStats],
|
|
930
|
+
[4, 4, 0, 0, 0, () => DatasetStats$],
|
|
921
931
|
];
|
|
922
|
-
export var DatasetLabelDescription = [
|
|
923
|
-
|
|
924
|
-
|
|
932
|
+
export var DatasetLabelDescription$ = [
|
|
933
|
+
3,
|
|
934
|
+
n0,
|
|
935
|
+
_DLD,
|
|
936
|
+
0,
|
|
937
|
+
[_LN, _LS],
|
|
938
|
+
[0, () => DatasetLabelStats$],
|
|
939
|
+
];
|
|
940
|
+
export var DatasetLabelStats$ = [3, n0, _DLS, 0, [_EC, _BBC], [1, 1]];
|
|
941
|
+
export var DatasetMetadata$ = [
|
|
925
942
|
3,
|
|
926
943
|
n0,
|
|
927
944
|
_DMa,
|
|
@@ -929,14 +946,14 @@ export var DatasetMetadata = [
|
|
|
929
946
|
[_CTr, _DT, _DA, _St, _SM, _SMC],
|
|
930
947
|
[4, 0, 0, 0, 0, 0],
|
|
931
948
|
];
|
|
932
|
-
export var DatasetSource = [3, n0, _DS, 0, [_GTM, _DA], [() => GroundTruthManifest
|
|
933
|
-
export var DatasetStats = [3, n0, _DSa, 0, [_LE, _TE, _TL, _EE], [1, 1, 1, 1]];
|
|
934
|
-
export var DeleteCollectionRequest = [3, n0, _DCR, 0, [_CI], [0]];
|
|
935
|
-
export var DeleteCollectionResponse = [3, n0, _DCRe, 0, [_SC], [1]];
|
|
936
|
-
export var DeleteDatasetRequest = [3, n0, _DDR, 0, [_DA], [0]];
|
|
937
|
-
export var DeleteDatasetResponse = [3, n0, _DDRe, 0, [], []];
|
|
938
|
-
export var DeleteFacesRequest = [3, n0, _DFR, 0, [_CI, _FIa], [0, 64 | 0]];
|
|
939
|
-
export var DeleteFacesResponse = [
|
|
949
|
+
export var DatasetSource$ = [3, n0, _DS, 0, [_GTM, _DA], [() => GroundTruthManifest$, 0]];
|
|
950
|
+
export var DatasetStats$ = [3, n0, _DSa, 0, [_LE, _TE, _TL, _EE], [1, 1, 1, 1]];
|
|
951
|
+
export var DeleteCollectionRequest$ = [3, n0, _DCR, 0, [_CI], [0]];
|
|
952
|
+
export var DeleteCollectionResponse$ = [3, n0, _DCRe, 0, [_SC], [1]];
|
|
953
|
+
export var DeleteDatasetRequest$ = [3, n0, _DDR, 0, [_DA], [0]];
|
|
954
|
+
export var DeleteDatasetResponse$ = [3, n0, _DDRe, 0, [], []];
|
|
955
|
+
export var DeleteFacesRequest$ = [3, n0, _DFR, 0, [_CI, _FIa], [0, 64 | 0]];
|
|
956
|
+
export var DeleteFacesResponse$ = [
|
|
940
957
|
3,
|
|
941
958
|
n0,
|
|
942
959
|
_DFRe,
|
|
@@ -944,18 +961,18 @@ export var DeleteFacesResponse = [
|
|
|
944
961
|
[_DF, _UFD],
|
|
945
962
|
[64 | 0, () => UnsuccessfulFaceDeletionsList],
|
|
946
963
|
];
|
|
947
|
-
export var DeleteProjectPolicyRequest = [3, n0, _DPPR, 0, [_PA, _PNo, _PRI], [0, 0, 0]];
|
|
948
|
-
export var DeleteProjectPolicyResponse = [3, n0, _DPPRe, 0, [], []];
|
|
949
|
-
export var DeleteProjectRequest = [3, n0, _DPR, 0, [_PA], [0]];
|
|
950
|
-
export var DeleteProjectResponse = [3, n0, _DPRe, 0, [_St], [0]];
|
|
951
|
-
export var DeleteProjectVersionRequest = [3, n0, _DPVR, 0, [_PVA], [0]];
|
|
952
|
-
export var DeleteProjectVersionResponse = [3, n0, _DPVRe, 0, [_St], [0]];
|
|
953
|
-
export var DeleteStreamProcessorRequest = [3, n0, _DSPR, 0, [_N], [0]];
|
|
954
|
-
export var DeleteStreamProcessorResponse = [3, n0, _DSPRe, 0, [], []];
|
|
955
|
-
export var DeleteUserRequest = [3, n0, _DUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
956
|
-
export var DeleteUserResponse = [3, n0, _DURe, 0, [], []];
|
|
957
|
-
export var DescribeCollectionRequest = [3, n0, _DCRes, 0, [_CI], [0]];
|
|
958
|
-
export var DescribeCollectionResponse = [
|
|
964
|
+
export var DeleteProjectPolicyRequest$ = [3, n0, _DPPR, 0, [_PA, _PNo, _PRI], [0, 0, 0]];
|
|
965
|
+
export var DeleteProjectPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
|
|
966
|
+
export var DeleteProjectRequest$ = [3, n0, _DPR, 0, [_PA], [0]];
|
|
967
|
+
export var DeleteProjectResponse$ = [3, n0, _DPRe, 0, [_St], [0]];
|
|
968
|
+
export var DeleteProjectVersionRequest$ = [3, n0, _DPVR, 0, [_PVA], [0]];
|
|
969
|
+
export var DeleteProjectVersionResponse$ = [3, n0, _DPVRe, 0, [_St], [0]];
|
|
970
|
+
export var DeleteStreamProcessorRequest$ = [3, n0, _DSPR, 0, [_N], [0]];
|
|
971
|
+
export var DeleteStreamProcessorResponse$ = [3, n0, _DSPRe, 0, [], []];
|
|
972
|
+
export var DeleteUserRequest$ = [3, n0, _DUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
973
|
+
export var DeleteUserResponse$ = [3, n0, _DURe, 0, [], []];
|
|
974
|
+
export var DescribeCollectionRequest$ = [3, n0, _DCRes, 0, [_CI], [0]];
|
|
975
|
+
export var DescribeCollectionResponse$ = [
|
|
959
976
|
3,
|
|
960
977
|
n0,
|
|
961
978
|
_DCResc,
|
|
@@ -963,9 +980,9 @@ export var DescribeCollectionResponse = [
|
|
|
963
980
|
[_FCa, _FMV, _CARN, _CTr, _UC],
|
|
964
981
|
[1, 0, 0, 4, 1],
|
|
965
982
|
];
|
|
966
|
-
export var DescribeDatasetRequest = [3, n0, _DDRes, 0, [_DA], [0]];
|
|
967
|
-
export var DescribeDatasetResponse = [3, n0, _DDResc, 0, [_DD], [() => DatasetDescription]];
|
|
968
|
-
export var DescribeProjectsRequest = [
|
|
983
|
+
export var DescribeDatasetRequest$ = [3, n0, _DDRes, 0, [_DA], [0]];
|
|
984
|
+
export var DescribeDatasetResponse$ = [3, n0, _DDResc, 0, [_DD], [() => DatasetDescription$]];
|
|
985
|
+
export var DescribeProjectsRequest$ = [
|
|
969
986
|
3,
|
|
970
987
|
n0,
|
|
971
988
|
_DPRes,
|
|
@@ -973,7 +990,7 @@ export var DescribeProjectsRequest = [
|
|
|
973
990
|
[_NT, _MR, _PNr, _Fea],
|
|
974
991
|
[0, 1, 64 | 0, 64 | 0],
|
|
975
992
|
];
|
|
976
|
-
export var DescribeProjectsResponse = [
|
|
993
|
+
export var DescribeProjectsResponse$ = [
|
|
977
994
|
3,
|
|
978
995
|
n0,
|
|
979
996
|
_DPResc,
|
|
@@ -981,7 +998,7 @@ export var DescribeProjectsResponse = [
|
|
|
981
998
|
[_PD, _NT],
|
|
982
999
|
[() => ProjectDescriptions, 0],
|
|
983
1000
|
];
|
|
984
|
-
export var DescribeProjectVersionsRequest = [
|
|
1001
|
+
export var DescribeProjectVersionsRequest$ = [
|
|
985
1002
|
3,
|
|
986
1003
|
n0,
|
|
987
1004
|
_DPVRes,
|
|
@@ -989,7 +1006,7 @@ export var DescribeProjectVersionsRequest = [
|
|
|
989
1006
|
[_PA, _VNe, _NT, _MR],
|
|
990
1007
|
[0, 64 | 0, 0, 1],
|
|
991
1008
|
];
|
|
992
|
-
export var DescribeProjectVersionsResponse = [
|
|
1009
|
+
export var DescribeProjectVersionsResponse$ = [
|
|
993
1010
|
3,
|
|
994
1011
|
n0,
|
|
995
1012
|
_DPVResc,
|
|
@@ -997,8 +1014,8 @@ export var DescribeProjectVersionsResponse = [
|
|
|
997
1014
|
[_PVD, _NT],
|
|
998
1015
|
[() => ProjectVersionDescriptions, 0],
|
|
999
1016
|
];
|
|
1000
|
-
export var DescribeStreamProcessorRequest = [3, n0, _DSPRes, 0, [_N], [0]];
|
|
1001
|
-
export var DescribeStreamProcessorResponse = [
|
|
1017
|
+
export var DescribeStreamProcessorRequest$ = [3, n0, _DSPRes, 0, [_N], [0]];
|
|
1018
|
+
export var DescribeStreamProcessorResponse$ = [
|
|
1002
1019
|
3,
|
|
1003
1020
|
n0,
|
|
1004
1021
|
_DSPResc,
|
|
@@ -1011,134 +1028,134 @@ export var DescribeStreamProcessorResponse = [
|
|
|
1011
1028
|
0,
|
|
1012
1029
|
4,
|
|
1013
1030
|
4,
|
|
1014
|
-
() => StreamProcessorInput
|
|
1015
|
-
() => StreamProcessorOutput
|
|
1031
|
+
() => StreamProcessorInput$,
|
|
1032
|
+
() => StreamProcessorOutput$,
|
|
1016
1033
|
0,
|
|
1017
|
-
() => StreamProcessorSettings
|
|
1018
|
-
() => StreamProcessorNotificationChannel
|
|
1034
|
+
() => StreamProcessorSettings$,
|
|
1035
|
+
() => StreamProcessorNotificationChannel$,
|
|
1019
1036
|
0,
|
|
1020
1037
|
() => RegionsOfInterest,
|
|
1021
|
-
() => StreamProcessorDataSharingPreference
|
|
1038
|
+
() => StreamProcessorDataSharingPreference$,
|
|
1022
1039
|
],
|
|
1023
1040
|
];
|
|
1024
|
-
export var DetectCustomLabelsRequest = [
|
|
1041
|
+
export var DetectCustomLabelsRequest$ = [
|
|
1025
1042
|
3,
|
|
1026
1043
|
n0,
|
|
1027
1044
|
_DCLR,
|
|
1028
1045
|
0,
|
|
1029
1046
|
[_PVA, _Im, _MR, _MCi],
|
|
1030
|
-
[0, () => Image
|
|
1047
|
+
[0, () => Image$, 1, 1],
|
|
1031
1048
|
];
|
|
1032
|
-
export var DetectCustomLabelsResponse = [3, n0, _DCLRe, 0, [_CLu], [() => CustomLabels]];
|
|
1033
|
-
export var DetectFacesRequest = [3, n0, _DFRet, 0, [_Im, _At], [() => Image
|
|
1034
|
-
export var DetectFacesResponse = [3, n0, _DFRete, 0, [_FD, _OCr], [() => FaceDetailList, 0]];
|
|
1035
|
-
export var DetectionFilter = [3, n0, _DFe, 0, [_MCi, _MBBH, _MBBW], [1, 1, 1]];
|
|
1036
|
-
export var DetectLabelsImageBackground = [
|
|
1049
|
+
export var DetectCustomLabelsResponse$ = [3, n0, _DCLRe, 0, [_CLu], [() => CustomLabels]];
|
|
1050
|
+
export var DetectFacesRequest$ = [3, n0, _DFRet, 0, [_Im, _At], [() => Image$, 64 | 0]];
|
|
1051
|
+
export var DetectFacesResponse$ = [3, n0, _DFRete, 0, [_FD, _OCr], [() => FaceDetailList, 0]];
|
|
1052
|
+
export var DetectionFilter$ = [3, n0, _DFe, 0, [_MCi, _MBBH, _MBBW], [1, 1, 1]];
|
|
1053
|
+
export var DetectLabelsImageBackground$ = [
|
|
1037
1054
|
3,
|
|
1038
1055
|
n0,
|
|
1039
1056
|
_DLIB,
|
|
1040
1057
|
0,
|
|
1041
1058
|
[_Q, _DCo],
|
|
1042
|
-
[() => DetectLabelsImageQuality
|
|
1059
|
+
[() => DetectLabelsImageQuality$, () => DominantColors],
|
|
1043
1060
|
];
|
|
1044
|
-
export var DetectLabelsImageForeground = [
|
|
1061
|
+
export var DetectLabelsImageForeground$ = [
|
|
1045
1062
|
3,
|
|
1046
1063
|
n0,
|
|
1047
1064
|
_DLIF,
|
|
1048
1065
|
0,
|
|
1049
1066
|
[_Q, _DCo],
|
|
1050
|
-
[() => DetectLabelsImageQuality
|
|
1067
|
+
[() => DetectLabelsImageQuality$, () => DominantColors],
|
|
1051
1068
|
];
|
|
1052
|
-
export var DetectLabelsImageProperties = [
|
|
1069
|
+
export var DetectLabelsImageProperties$ = [
|
|
1053
1070
|
3,
|
|
1054
1071
|
n0,
|
|
1055
1072
|
_DLIP,
|
|
1056
1073
|
0,
|
|
1057
1074
|
[_Q, _DCo, _Fo, _Ba],
|
|
1058
1075
|
[
|
|
1059
|
-
() => DetectLabelsImageQuality
|
|
1076
|
+
() => DetectLabelsImageQuality$,
|
|
1060
1077
|
() => DominantColors,
|
|
1061
|
-
() => DetectLabelsImageForeground
|
|
1062
|
-
() => DetectLabelsImageBackground
|
|
1078
|
+
() => DetectLabelsImageForeground$,
|
|
1079
|
+
() => DetectLabelsImageBackground$,
|
|
1063
1080
|
],
|
|
1064
1081
|
];
|
|
1065
|
-
export var DetectLabelsImagePropertiesSettings = [3, n0, _DLIPS, 0, [_MDC], [1]];
|
|
1066
|
-
export var DetectLabelsImageQuality = [3, n0, _DLIQ, 0, [_Br, _Sh, _Cont], [1, 1, 1]];
|
|
1067
|
-
export var DetectLabelsRequest = [
|
|
1082
|
+
export var DetectLabelsImagePropertiesSettings$ = [3, n0, _DLIPS, 0, [_MDC], [1]];
|
|
1083
|
+
export var DetectLabelsImageQuality$ = [3, n0, _DLIQ, 0, [_Br, _Sh, _Cont], [1, 1, 1]];
|
|
1084
|
+
export var DetectLabelsRequest$ = [
|
|
1068
1085
|
3,
|
|
1069
1086
|
n0,
|
|
1070
1087
|
_DLR,
|
|
1071
1088
|
0,
|
|
1072
1089
|
[_Im, _MLa, _MCi, _Fea, _Se],
|
|
1073
|
-
[() => Image
|
|
1090
|
+
[() => Image$, 1, 1, 64 | 0, () => DetectLabelsSettings$],
|
|
1074
1091
|
];
|
|
1075
|
-
export var DetectLabelsResponse = [
|
|
1092
|
+
export var DetectLabelsResponse$ = [
|
|
1076
1093
|
3,
|
|
1077
1094
|
n0,
|
|
1078
1095
|
_DLRe,
|
|
1079
1096
|
0,
|
|
1080
1097
|
[_Lab, _OCr, _LMV, _IP],
|
|
1081
|
-
[() => Labels, 0, 0, () => DetectLabelsImageProperties],
|
|
1098
|
+
[() => Labels, 0, 0, () => DetectLabelsImageProperties$],
|
|
1082
1099
|
];
|
|
1083
|
-
export var DetectLabelsSettings = [
|
|
1100
|
+
export var DetectLabelsSettings$ = [
|
|
1084
1101
|
3,
|
|
1085
1102
|
n0,
|
|
1086
1103
|
_DLSe,
|
|
1087
1104
|
0,
|
|
1088
1105
|
[_GL, _IP],
|
|
1089
|
-
[() => GeneralLabelsSettings
|
|
1106
|
+
[() => GeneralLabelsSettings$, () => DetectLabelsImagePropertiesSettings$],
|
|
1090
1107
|
];
|
|
1091
|
-
export var DetectModerationLabelsRequest = [
|
|
1108
|
+
export var DetectModerationLabelsRequest$ = [
|
|
1092
1109
|
3,
|
|
1093
1110
|
n0,
|
|
1094
1111
|
_DMLR,
|
|
1095
1112
|
0,
|
|
1096
1113
|
[_Im, _MCi, _HLC, _PV],
|
|
1097
|
-
[() => Image
|
|
1114
|
+
[() => Image$, 1, () => HumanLoopConfig$, 0],
|
|
1098
1115
|
];
|
|
1099
|
-
export var DetectModerationLabelsResponse = [
|
|
1116
|
+
export var DetectModerationLabelsResponse$ = [
|
|
1100
1117
|
3,
|
|
1101
1118
|
n0,
|
|
1102
1119
|
_DMLRe,
|
|
1103
1120
|
0,
|
|
1104
1121
|
[_MLo, _MMV, _HLAO, _PV, _CT],
|
|
1105
|
-
[() => ModerationLabels, 0, [() => HumanLoopActivationOutput
|
|
1122
|
+
[() => ModerationLabels, 0, [() => HumanLoopActivationOutput$, 0], 0, () => ContentTypes],
|
|
1106
1123
|
];
|
|
1107
|
-
export var DetectProtectiveEquipmentRequest = [
|
|
1124
|
+
export var DetectProtectiveEquipmentRequest$ = [
|
|
1108
1125
|
3,
|
|
1109
1126
|
n0,
|
|
1110
1127
|
_DPER,
|
|
1111
1128
|
0,
|
|
1112
1129
|
[_Im, _SA],
|
|
1113
|
-
[() => Image
|
|
1130
|
+
[() => Image$, () => ProtectiveEquipmentSummarizationAttributes$],
|
|
1114
1131
|
];
|
|
1115
|
-
export var DetectProtectiveEquipmentResponse = [
|
|
1132
|
+
export var DetectProtectiveEquipmentResponse$ = [
|
|
1116
1133
|
3,
|
|
1117
1134
|
n0,
|
|
1118
1135
|
_DPERe,
|
|
1119
1136
|
0,
|
|
1120
1137
|
[_PEMV, _Pe, _Su],
|
|
1121
|
-
[0, () => ProtectiveEquipmentPersons, () => ProtectiveEquipmentSummary],
|
|
1138
|
+
[0, () => ProtectiveEquipmentPersons, () => ProtectiveEquipmentSummary$],
|
|
1122
1139
|
];
|
|
1123
|
-
export var DetectTextFilters = [
|
|
1140
|
+
export var DetectTextFilters$ = [
|
|
1124
1141
|
3,
|
|
1125
1142
|
n0,
|
|
1126
1143
|
_DTF,
|
|
1127
1144
|
0,
|
|
1128
1145
|
[_WF, _ROI],
|
|
1129
|
-
[() => DetectionFilter
|
|
1146
|
+
[() => DetectionFilter$, () => RegionsOfInterest],
|
|
1130
1147
|
];
|
|
1131
|
-
export var DetectTextRequest = [
|
|
1148
|
+
export var DetectTextRequest$ = [
|
|
1132
1149
|
3,
|
|
1133
1150
|
n0,
|
|
1134
1151
|
_DTR,
|
|
1135
1152
|
0,
|
|
1136
1153
|
[_Im, _Fi],
|
|
1137
|
-
[() => Image
|
|
1154
|
+
[() => Image$, () => DetectTextFilters$],
|
|
1138
1155
|
];
|
|
1139
|
-
export var DetectTextResponse = [3, n0, _DTRe, 0, [_TDex, _TMV], [() => TextDetectionList, 0]];
|
|
1140
|
-
export var DisassociatedFace = [3, n0, _DFi, 0, [_FI], [0]];
|
|
1141
|
-
export var DisassociateFacesRequest = [
|
|
1156
|
+
export var DetectTextResponse$ = [3, n0, _DTRe, 0, [_TDex, _TMV], [() => TextDetectionList, 0]];
|
|
1157
|
+
export var DisassociatedFace$ = [3, n0, _DFi, 0, [_FI], [0]];
|
|
1158
|
+
export var DisassociateFacesRequest$ = [
|
|
1142
1159
|
3,
|
|
1143
1160
|
n0,
|
|
1144
1161
|
_DFRi,
|
|
@@ -1146,7 +1163,7 @@ export var DisassociateFacesRequest = [
|
|
|
1146
1163
|
[_CI, _UI, _CRT, _FIa],
|
|
1147
1164
|
[0, 0, [0, 4], 64 | 0],
|
|
1148
1165
|
];
|
|
1149
|
-
export var DisassociateFacesResponse = [
|
|
1166
|
+
export var DisassociateFacesResponse$ = [
|
|
1150
1167
|
3,
|
|
1151
1168
|
n0,
|
|
1152
1169
|
_DFRis,
|
|
@@ -1154,8 +1171,8 @@ export var DisassociateFacesResponse = [
|
|
|
1154
1171
|
[_DFis, _UFDn, _US],
|
|
1155
1172
|
[() => DisassociatedFacesList, () => UnsuccessfulFaceDisassociationList, 0],
|
|
1156
1173
|
];
|
|
1157
|
-
export var DistributeDataset = [3, n0, _DDi, 0, [_Ar], [0]];
|
|
1158
|
-
export var DistributeDatasetEntriesRequest = [
|
|
1174
|
+
export var DistributeDataset$ = [3, n0, _DDi, 0, [_Ar], [0]];
|
|
1175
|
+
export var DistributeDatasetEntriesRequest$ = [
|
|
1159
1176
|
3,
|
|
1160
1177
|
n0,
|
|
1161
1178
|
_DDER,
|
|
@@ -1163,8 +1180,8 @@ export var DistributeDatasetEntriesRequest = [
|
|
|
1163
1180
|
[_D],
|
|
1164
1181
|
[() => DistributeDatasetMetadataList],
|
|
1165
1182
|
];
|
|
1166
|
-
export var DistributeDatasetEntriesResponse = [3, n0, _DDERi, 0, [], []];
|
|
1167
|
-
export var DominantColor = [
|
|
1183
|
+
export var DistributeDatasetEntriesResponse$ = [3, n0, _DDERi, 0, [], []];
|
|
1184
|
+
export var DominantColor$ = [
|
|
1168
1185
|
3,
|
|
1169
1186
|
n0,
|
|
1170
1187
|
_DCom,
|
|
@@ -1172,60 +1189,60 @@ export var DominantColor = [
|
|
|
1172
1189
|
[_R, _Bl, _Gr, _HC, _CSSC, _SCi, _PP],
|
|
1173
1190
|
[1, 1, 1, 0, 0, 0, 1],
|
|
1174
1191
|
];
|
|
1175
|
-
export var Emotion = [3, n0, _Em, 0, [_Ty, _Con], [0, 1]];
|
|
1176
|
-
export var EquipmentDetection = [
|
|
1192
|
+
export var Emotion$ = [3, n0, _Em, 0, [_Ty, _Con], [0, 1]];
|
|
1193
|
+
export var EquipmentDetection$ = [
|
|
1177
1194
|
3,
|
|
1178
1195
|
n0,
|
|
1179
1196
|
_ED,
|
|
1180
1197
|
0,
|
|
1181
1198
|
[_BB, _Con, _Ty, _CBP],
|
|
1182
|
-
[() => BoundingBox
|
|
1199
|
+
[() => BoundingBox$, 1, 0, () => CoversBodyPart$],
|
|
1183
1200
|
];
|
|
1184
|
-
export var EvaluationResult = [3, n0, _ER, 0, [_FS, _Su], [1, () => Summary]];
|
|
1185
|
-
export var EyeDirection = [3, n0, _EDy, 0, [_Y, _Pi, _Con], [1, 1, 1]];
|
|
1186
|
-
export var Eyeglasses = [3, n0, _Ey, 0, [_V, _Con], [2, 1]];
|
|
1187
|
-
export var EyeOpen = [3, n0, _EO, 0, [_V, _Con], [2, 1]];
|
|
1188
|
-
export var Face = [
|
|
1201
|
+
export var EvaluationResult$ = [3, n0, _ER, 0, [_FS, _Su], [1, () => Summary$]];
|
|
1202
|
+
export var EyeDirection$ = [3, n0, _EDy, 0, [_Y, _Pi, _Con], [1, 1, 1]];
|
|
1203
|
+
export var Eyeglasses$ = [3, n0, _Ey, 0, [_V, _Con], [2, 1]];
|
|
1204
|
+
export var EyeOpen$ = [3, n0, _EO, 0, [_V, _Con], [2, 1]];
|
|
1205
|
+
export var Face$ = [
|
|
1189
1206
|
3,
|
|
1190
1207
|
n0,
|
|
1191
1208
|
_F,
|
|
1192
1209
|
0,
|
|
1193
1210
|
[_FI, _BB, _II, _EII, _Con, _IFMV, _UI],
|
|
1194
|
-
[0, () => BoundingBox
|
|
1211
|
+
[0, () => BoundingBox$, 0, 0, 1, 0, 0],
|
|
1195
1212
|
];
|
|
1196
|
-
export var FaceDetail = [
|
|
1213
|
+
export var FaceDetail$ = [
|
|
1197
1214
|
3,
|
|
1198
1215
|
n0,
|
|
1199
1216
|
_FDa,
|
|
1200
1217
|
0,
|
|
1201
1218
|
[_BB, _AR, _S, _Ey, _Sun, _Ge, _Be, _Mu, _EOy, _MO, _E, _La, _P, _Q, _Con, _FO, _EDy],
|
|
1202
1219
|
[
|
|
1203
|
-
() => BoundingBox
|
|
1204
|
-
() => AgeRange
|
|
1205
|
-
() => Smile
|
|
1206
|
-
() => Eyeglasses
|
|
1207
|
-
() => Sunglasses
|
|
1208
|
-
() => Gender
|
|
1209
|
-
() => Beard
|
|
1210
|
-
() => Mustache
|
|
1211
|
-
() => EyeOpen
|
|
1212
|
-
() => MouthOpen
|
|
1220
|
+
() => BoundingBox$,
|
|
1221
|
+
() => AgeRange$,
|
|
1222
|
+
() => Smile$,
|
|
1223
|
+
() => Eyeglasses$,
|
|
1224
|
+
() => Sunglasses$,
|
|
1225
|
+
() => Gender$,
|
|
1226
|
+
() => Beard$,
|
|
1227
|
+
() => Mustache$,
|
|
1228
|
+
() => EyeOpen$,
|
|
1229
|
+
() => MouthOpen$,
|
|
1213
1230
|
() => Emotions,
|
|
1214
1231
|
() => Landmarks,
|
|
1215
|
-
() => Pose
|
|
1216
|
-
() => ImageQuality
|
|
1232
|
+
() => Pose$,
|
|
1233
|
+
() => ImageQuality$,
|
|
1217
1234
|
1,
|
|
1218
|
-
() => FaceOccluded
|
|
1219
|
-
() => EyeDirection
|
|
1235
|
+
() => FaceOccluded$,
|
|
1236
|
+
() => EyeDirection$,
|
|
1220
1237
|
],
|
|
1221
1238
|
];
|
|
1222
|
-
export var FaceDetection = [3, n0, _FDac, 0, [_Ti, _F], [1, () => FaceDetail]];
|
|
1223
|
-
export var FaceMatch = [3, n0, _FMa, 0, [_Si, _F], [1, () => Face]];
|
|
1224
|
-
export var FaceOccluded = [3, n0, _FO, 0, [_V, _Con], [2, 1]];
|
|
1225
|
-
export var FaceRecord = [3, n0, _FR, 0, [_F, _FDa], [() => Face
|
|
1226
|
-
export var FaceSearchSettings = [3, n0, _FSS, 0, [_CI, _FMT], [0, 1]];
|
|
1227
|
-
export var Gender = [3, n0, _Ge, 0, [_V, _Con], [0, 1]];
|
|
1228
|
-
export var GeneralLabelsSettings = [
|
|
1239
|
+
export var FaceDetection$ = [3, n0, _FDac, 0, [_Ti, _F], [1, () => FaceDetail$]];
|
|
1240
|
+
export var FaceMatch$ = [3, n0, _FMa, 0, [_Si, _F], [1, () => Face$]];
|
|
1241
|
+
export var FaceOccluded$ = [3, n0, _FO, 0, [_V, _Con], [2, 1]];
|
|
1242
|
+
export var FaceRecord$ = [3, n0, _FR, 0, [_F, _FDa], [() => Face$, () => FaceDetail$]];
|
|
1243
|
+
export var FaceSearchSettings$ = [3, n0, _FSS, 0, [_CI, _FMT], [0, 1]];
|
|
1244
|
+
export var Gender$ = [3, n0, _Ge, 0, [_V, _Con], [0, 1]];
|
|
1245
|
+
export var GeneralLabelsSettings$ = [
|
|
1229
1246
|
3,
|
|
1230
1247
|
n0,
|
|
1231
1248
|
_GLS,
|
|
@@ -1233,17 +1250,17 @@ export var GeneralLabelsSettings = [
|
|
|
1233
1250
|
[_LIF, _LEF, _LCIF, _LCEF],
|
|
1234
1251
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1235
1252
|
];
|
|
1236
|
-
export var Geometry = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox
|
|
1237
|
-
export var GetCelebrityInfoRequest = [3, n0, _GCIR, 0, [_I], [0]];
|
|
1238
|
-
export var GetCelebrityInfoResponse = [
|
|
1253
|
+
export var Geometry$ = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox$, () => Polygon]];
|
|
1254
|
+
export var GetCelebrityInfoRequest$ = [3, n0, _GCIR, 0, [_I], [0]];
|
|
1255
|
+
export var GetCelebrityInfoResponse$ = [
|
|
1239
1256
|
3,
|
|
1240
1257
|
n0,
|
|
1241
1258
|
_GCIRe,
|
|
1242
1259
|
0,
|
|
1243
1260
|
[_U, _N, _KG],
|
|
1244
|
-
[64 | 0, 0, () => KnownGender],
|
|
1261
|
+
[64 | 0, 0, () => KnownGender$],
|
|
1245
1262
|
];
|
|
1246
|
-
export var GetCelebrityRecognitionRequest = [
|
|
1263
|
+
export var GetCelebrityRecognitionRequest$ = [
|
|
1247
1264
|
3,
|
|
1248
1265
|
n0,
|
|
1249
1266
|
_GCRR,
|
|
@@ -1251,15 +1268,15 @@ export var GetCelebrityRecognitionRequest = [
|
|
|
1251
1268
|
[_JI, _MR, _NT, _SB],
|
|
1252
1269
|
[0, 1, 0, 0],
|
|
1253
1270
|
];
|
|
1254
|
-
export var GetCelebrityRecognitionResponse = [
|
|
1271
|
+
export var GetCelebrityRecognitionResponse$ = [
|
|
1255
1272
|
3,
|
|
1256
1273
|
n0,
|
|
1257
1274
|
_GCRRe,
|
|
1258
1275
|
0,
|
|
1259
1276
|
[_JS, _SM, _VM, _NT, _Cel, _JI, _Vi, _JT],
|
|
1260
|
-
[0, 0, () => VideoMetadata
|
|
1277
|
+
[0, 0, () => VideoMetadata$, 0, () => CelebrityRecognitions, 0, () => Video$, 0],
|
|
1261
1278
|
];
|
|
1262
|
-
export var GetContentModerationRequest = [
|
|
1279
|
+
export var GetContentModerationRequest$ = [
|
|
1263
1280
|
3,
|
|
1264
1281
|
n0,
|
|
1265
1282
|
_GCMR,
|
|
@@ -1267,8 +1284,8 @@ export var GetContentModerationRequest = [
|
|
|
1267
1284
|
[_JI, _MR, _NT, _SB, _AB],
|
|
1268
1285
|
[0, 1, 0, 0, 0],
|
|
1269
1286
|
];
|
|
1270
|
-
export var GetContentModerationRequestMetadata = [3, n0, _GCMRM, 0, [_SB, _AB], [0, 0]];
|
|
1271
|
-
export var GetContentModerationResponse = [
|
|
1287
|
+
export var GetContentModerationRequestMetadata$ = [3, n0, _GCMRM, 0, [_SB, _AB], [0, 0]];
|
|
1288
|
+
export var GetContentModerationResponse$ = [
|
|
1272
1289
|
3,
|
|
1273
1290
|
n0,
|
|
1274
1291
|
_GCMRe,
|
|
@@ -1277,44 +1294,44 @@ export var GetContentModerationResponse = [
|
|
|
1277
1294
|
[
|
|
1278
1295
|
0,
|
|
1279
1296
|
0,
|
|
1280
|
-
() => VideoMetadata
|
|
1297
|
+
() => VideoMetadata$,
|
|
1281
1298
|
() => ContentModerationDetections,
|
|
1282
1299
|
0,
|
|
1283
1300
|
0,
|
|
1284
1301
|
0,
|
|
1285
|
-
() => Video
|
|
1302
|
+
() => Video$,
|
|
1286
1303
|
0,
|
|
1287
|
-
() => GetContentModerationRequestMetadata
|
|
1304
|
+
() => GetContentModerationRequestMetadata$,
|
|
1288
1305
|
],
|
|
1289
1306
|
];
|
|
1290
|
-
export var GetFaceDetectionRequest = [3, n0, _GFDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1291
|
-
export var GetFaceDetectionResponse = [
|
|
1307
|
+
export var GetFaceDetectionRequest$ = [3, n0, _GFDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1308
|
+
export var GetFaceDetectionResponse$ = [
|
|
1292
1309
|
3,
|
|
1293
1310
|
n0,
|
|
1294
1311
|
_GFDRe,
|
|
1295
1312
|
0,
|
|
1296
1313
|
[_JS, _SM, _VM, _NT, _Fa, _JI, _Vi, _JT],
|
|
1297
|
-
[0, 0, () => VideoMetadata
|
|
1314
|
+
[0, 0, () => VideoMetadata$, 0, () => FaceDetections, 0, () => Video$, 0],
|
|
1298
1315
|
];
|
|
1299
|
-
export var GetFaceLivenessSessionResultsRequest = [3, n0, _GFLSRR, 0, [_SIe], [0]];
|
|
1300
|
-
export var GetFaceLivenessSessionResultsResponse = [
|
|
1316
|
+
export var GetFaceLivenessSessionResultsRequest$ = [3, n0, _GFLSRR, 0, [_SIe], [0]];
|
|
1317
|
+
export var GetFaceLivenessSessionResultsResponse$ = [
|
|
1301
1318
|
3,
|
|
1302
1319
|
n0,
|
|
1303
1320
|
_GFLSRRe,
|
|
1304
1321
|
0,
|
|
1305
1322
|
[_SIe, _St, _Con, _RI, _AIu, _Ch],
|
|
1306
|
-
[0, 0, 1, [() => AuditImage
|
|
1323
|
+
[0, 0, 1, [() => AuditImage$, 0], [() => AuditImages, 0], () => Challenge$],
|
|
1307
1324
|
];
|
|
1308
|
-
export var GetFaceSearchRequest = [3, n0, _GFSR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1309
|
-
export var GetFaceSearchResponse = [
|
|
1325
|
+
export var GetFaceSearchRequest$ = [3, n0, _GFSR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1326
|
+
export var GetFaceSearchResponse$ = [
|
|
1310
1327
|
3,
|
|
1311
1328
|
n0,
|
|
1312
1329
|
_GFSRe,
|
|
1313
1330
|
0,
|
|
1314
1331
|
[_JS, _SM, _NT, _VM, _Pe, _JI, _Vi, _JT],
|
|
1315
|
-
[0, 0, 0, () => VideoMetadata
|
|
1332
|
+
[0, 0, 0, () => VideoMetadata$, () => PersonMatches, 0, () => Video$, 0],
|
|
1316
1333
|
];
|
|
1317
|
-
export var GetLabelDetectionRequest = [
|
|
1334
|
+
export var GetLabelDetectionRequest$ = [
|
|
1318
1335
|
3,
|
|
1319
1336
|
n0,
|
|
1320
1337
|
_GLDR,
|
|
@@ -1322,17 +1339,28 @@ export var GetLabelDetectionRequest = [
|
|
|
1322
1339
|
[_JI, _MR, _NT, _SB, _AB],
|
|
1323
1340
|
[0, 1, 0, 0, 0],
|
|
1324
1341
|
];
|
|
1325
|
-
export var GetLabelDetectionRequestMetadata = [3, n0, _GLDRM, 0, [_SB, _AB], [0, 0]];
|
|
1326
|
-
export var GetLabelDetectionResponse = [
|
|
1342
|
+
export var GetLabelDetectionRequestMetadata$ = [3, n0, _GLDRM, 0, [_SB, _AB], [0, 0]];
|
|
1343
|
+
export var GetLabelDetectionResponse$ = [
|
|
1327
1344
|
3,
|
|
1328
1345
|
n0,
|
|
1329
1346
|
_GLDRe,
|
|
1330
1347
|
0,
|
|
1331
1348
|
[_JS, _SM, _VM, _NT, _Lab, _LMV, _JI, _Vi, _JT, _GRM],
|
|
1332
|
-
[
|
|
1349
|
+
[
|
|
1350
|
+
0,
|
|
1351
|
+
0,
|
|
1352
|
+
() => VideoMetadata$,
|
|
1353
|
+
0,
|
|
1354
|
+
() => LabelDetections,
|
|
1355
|
+
0,
|
|
1356
|
+
0,
|
|
1357
|
+
() => Video$,
|
|
1358
|
+
0,
|
|
1359
|
+
() => GetLabelDetectionRequestMetadata$,
|
|
1360
|
+
],
|
|
1333
1361
|
];
|
|
1334
|
-
export var GetMediaAnalysisJobRequest = [3, n0, _GMAJR, 0, [_JI], [0]];
|
|
1335
|
-
export var GetMediaAnalysisJobResponse = [
|
|
1362
|
+
export var GetMediaAnalysisJobRequest$ = [3, n0, _GMAJR, 0, [_JI], [0]];
|
|
1363
|
+
export var GetMediaAnalysisJobResponse$ = [
|
|
1336
1364
|
3,
|
|
1337
1365
|
n0,
|
|
1338
1366
|
_GMAJRe,
|
|
@@ -1341,29 +1369,29 @@ export var GetMediaAnalysisJobResponse = [
|
|
|
1341
1369
|
[
|
|
1342
1370
|
0,
|
|
1343
1371
|
0,
|
|
1344
|
-
() => MediaAnalysisOperationsConfig
|
|
1372
|
+
() => MediaAnalysisOperationsConfig$,
|
|
1345
1373
|
0,
|
|
1346
|
-
() => MediaAnalysisJobFailureDetails
|
|
1374
|
+
() => MediaAnalysisJobFailureDetails$,
|
|
1347
1375
|
4,
|
|
1348
1376
|
4,
|
|
1349
|
-
() => MediaAnalysisInput
|
|
1350
|
-
() => MediaAnalysisOutputConfig
|
|
1377
|
+
() => MediaAnalysisInput$,
|
|
1378
|
+
() => MediaAnalysisOutputConfig$,
|
|
1351
1379
|
0,
|
|
1352
|
-
() => MediaAnalysisResults
|
|
1353
|
-
() => MediaAnalysisManifestSummary
|
|
1380
|
+
() => MediaAnalysisResults$,
|
|
1381
|
+
() => MediaAnalysisManifestSummary$,
|
|
1354
1382
|
],
|
|
1355
1383
|
];
|
|
1356
|
-
export var GetPersonTrackingRequest = [3, n0, _GPTR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1357
|
-
export var GetPersonTrackingResponse = [
|
|
1384
|
+
export var GetPersonTrackingRequest$ = [3, n0, _GPTR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1385
|
+
export var GetPersonTrackingResponse$ = [
|
|
1358
1386
|
3,
|
|
1359
1387
|
n0,
|
|
1360
1388
|
_GPTRe,
|
|
1361
1389
|
0,
|
|
1362
1390
|
[_JS, _SM, _VM, _NT, _Pe, _JI, _Vi, _JT],
|
|
1363
|
-
[0, 0, () => VideoMetadata
|
|
1391
|
+
[0, 0, () => VideoMetadata$, 0, () => PersonDetections, 0, () => Video$, 0],
|
|
1364
1392
|
];
|
|
1365
|
-
export var GetSegmentDetectionRequest = [3, n0, _GSDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1366
|
-
export var GetSegmentDetectionResponse = [
|
|
1393
|
+
export var GetSegmentDetectionRequest$ = [3, n0, _GSDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1394
|
+
export var GetSegmentDetectionResponse$ = [
|
|
1367
1395
|
3,
|
|
1368
1396
|
n0,
|
|
1369
1397
|
_GSDRe,
|
|
@@ -1378,21 +1406,21 @@ export var GetSegmentDetectionResponse = [
|
|
|
1378
1406
|
() => SegmentDetections,
|
|
1379
1407
|
() => SegmentTypesInfo,
|
|
1380
1408
|
0,
|
|
1381
|
-
() => Video
|
|
1409
|
+
() => Video$,
|
|
1382
1410
|
0,
|
|
1383
1411
|
],
|
|
1384
1412
|
];
|
|
1385
|
-
export var GetTextDetectionRequest = [3, n0, _GTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1386
|
-
export var GetTextDetectionResponse = [
|
|
1413
|
+
export var GetTextDetectionRequest$ = [3, n0, _GTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1414
|
+
export var GetTextDetectionResponse$ = [
|
|
1387
1415
|
3,
|
|
1388
1416
|
n0,
|
|
1389
1417
|
_GTDRe,
|
|
1390
1418
|
0,
|
|
1391
1419
|
[_JS, _SM, _VM, _TDex, _NT, _TMV, _JI, _Vi, _JT],
|
|
1392
|
-
[0, 0, () => VideoMetadata
|
|
1420
|
+
[0, 0, () => VideoMetadata$, () => TextDetectionResults, 0, 0, 0, () => Video$, 0],
|
|
1393
1421
|
];
|
|
1394
|
-
export var GroundTruthManifest = [3, n0, _GTM, 0, [_SO], [() => S3Object]];
|
|
1395
|
-
export var HumanLoopActivationOutput = [
|
|
1422
|
+
export var GroundTruthManifest$ = [3, n0, _GTM, 0, [_SO], [() => S3Object$]];
|
|
1423
|
+
export var HumanLoopActivationOutput$ = [
|
|
1396
1424
|
3,
|
|
1397
1425
|
n0,
|
|
1398
1426
|
_HLAO,
|
|
@@ -1400,16 +1428,16 @@ export var HumanLoopActivationOutput = [
|
|
|
1400
1428
|
[_HLA, _HLAR, _HLACER],
|
|
1401
1429
|
[0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]],
|
|
1402
1430
|
];
|
|
1403
|
-
export var HumanLoopConfig = [
|
|
1431
|
+
export var HumanLoopConfig$ = [
|
|
1404
1432
|
3,
|
|
1405
1433
|
n0,
|
|
1406
1434
|
_HLC,
|
|
1407
1435
|
0,
|
|
1408
1436
|
[_HLN, _FDA, _DAa],
|
|
1409
|
-
[0, 0, () => HumanLoopDataAttributes],
|
|
1437
|
+
[0, 0, () => HumanLoopDataAttributes$],
|
|
1410
1438
|
];
|
|
1411
|
-
export var HumanLoopDataAttributes = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
1412
|
-
export var HumanLoopQuotaExceededException = [
|
|
1439
|
+
export var HumanLoopDataAttributes$ = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
1440
|
+
export var HumanLoopQuotaExceededException$ = [
|
|
1413
1441
|
-3,
|
|
1414
1442
|
n0,
|
|
1415
1443
|
_HLQEE,
|
|
@@ -1417,8 +1445,8 @@ export var HumanLoopQuotaExceededException = [
|
|
|
1417
1445
|
[_RT, _QC, _SCe, _M, _C, _L],
|
|
1418
1446
|
[0, 0, 0, 0, 0, 0],
|
|
1419
1447
|
];
|
|
1420
|
-
TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException
|
|
1421
|
-
export var IdempotentParameterMismatchException = [
|
|
1448
|
+
TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException$, HumanLoopQuotaExceededException);
|
|
1449
|
+
export var IdempotentParameterMismatchException$ = [
|
|
1422
1450
|
-3,
|
|
1423
1451
|
n0,
|
|
1424
1452
|
_IPME,
|
|
@@ -1426,20 +1454,20 @@ export var IdempotentParameterMismatchException = [
|
|
|
1426
1454
|
[_M, _C, _L],
|
|
1427
1455
|
[0, 0, 0],
|
|
1428
1456
|
];
|
|
1429
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException
|
|
1430
|
-
export var Image = [3, n0, _Im, 0, [_B, _SO], [21, () => S3Object]];
|
|
1431
|
-
export var ImageQuality = [3, n0, _IQ, 0, [_Br, _Sh], [1, 1]];
|
|
1432
|
-
export var ImageTooLargeException = [-3, n0, _ITLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1433
|
-
TypeRegistry.for(n0).registerError(ImageTooLargeException
|
|
1434
|
-
export var IndexFacesRequest = [
|
|
1457
|
+
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
1458
|
+
export var Image$ = [3, n0, _Im, 0, [_B, _SO], [21, () => S3Object$]];
|
|
1459
|
+
export var ImageQuality$ = [3, n0, _IQ, 0, [_Br, _Sh], [1, 1]];
|
|
1460
|
+
export var ImageTooLargeException$ = [-3, n0, _ITLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1461
|
+
TypeRegistry.for(n0).registerError(ImageTooLargeException$, ImageTooLargeException);
|
|
1462
|
+
export var IndexFacesRequest$ = [
|
|
1435
1463
|
3,
|
|
1436
1464
|
n0,
|
|
1437
1465
|
_IFR,
|
|
1438
1466
|
0,
|
|
1439
1467
|
[_CI, _Im, _EII, _DAe, _MF, _QF],
|
|
1440
|
-
[0, () => Image
|
|
1468
|
+
[0, () => Image$, 0, 64 | 0, 1, 0],
|
|
1441
1469
|
];
|
|
1442
|
-
export var IndexFacesResponse = [
|
|
1470
|
+
export var IndexFacesResponse$ = [
|
|
1443
1471
|
3,
|
|
1444
1472
|
n0,
|
|
1445
1473
|
_IFRn,
|
|
@@ -1447,25 +1475,25 @@ export var IndexFacesResponse = [
|
|
|
1447
1475
|
[_FRa, _OCr, _FMV, _UFn],
|
|
1448
1476
|
[() => FaceRecordList, 0, 0, () => UnindexedFaces],
|
|
1449
1477
|
];
|
|
1450
|
-
export var Instance = [
|
|
1478
|
+
export var Instance$ = [
|
|
1451
1479
|
3,
|
|
1452
1480
|
n0,
|
|
1453
1481
|
_Ins,
|
|
1454
1482
|
0,
|
|
1455
1483
|
[_BB, _Con, _DCo],
|
|
1456
|
-
[() => BoundingBox
|
|
1457
|
-
];
|
|
1458
|
-
export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
1459
|
-
TypeRegistry.for(n0).registerError(InternalServerError
|
|
1460
|
-
export var InvalidImageFormatException = [-3, n0, _IIFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1461
|
-
TypeRegistry.for(n0).registerError(InvalidImageFormatException
|
|
1462
|
-
export var InvalidManifestException = [-3, n0, _IME, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1463
|
-
TypeRegistry.for(n0).registerError(InvalidManifestException
|
|
1464
|
-
export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1465
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
1466
|
-
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1467
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
1468
|
-
export var InvalidPolicyRevisionIdException = [
|
|
1484
|
+
[() => BoundingBox$, 1, () => DominantColors],
|
|
1485
|
+
];
|
|
1486
|
+
export var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
1487
|
+
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1488
|
+
export var InvalidImageFormatException$ = [-3, n0, _IIFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1489
|
+
TypeRegistry.for(n0).registerError(InvalidImageFormatException$, InvalidImageFormatException);
|
|
1490
|
+
export var InvalidManifestException$ = [-3, n0, _IME, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1491
|
+
TypeRegistry.for(n0).registerError(InvalidManifestException$, InvalidManifestException);
|
|
1492
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1493
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
1494
|
+
export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1495
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
1496
|
+
export var InvalidPolicyRevisionIdException$ = [
|
|
1469
1497
|
-3,
|
|
1470
1498
|
n0,
|
|
1471
1499
|
_IPRIE,
|
|
@@ -1473,14 +1501,14 @@ export var InvalidPolicyRevisionIdException = [
|
|
|
1473
1501
|
[_M, _C, _L],
|
|
1474
1502
|
[0, 0, 0],
|
|
1475
1503
|
];
|
|
1476
|
-
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException
|
|
1477
|
-
export var InvalidS3ObjectException = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1478
|
-
TypeRegistry.for(n0).registerError(InvalidS3ObjectException
|
|
1479
|
-
export var KinesisDataStream = [3, n0, _KDS, 0, [_Ar], [0]];
|
|
1480
|
-
export var KinesisVideoStream = [3, n0, _KVS, 0, [_Ar], [0]];
|
|
1481
|
-
export var KinesisVideoStreamStartSelector = [3, n0, _KVSSS, 0, [_PT, _FN], [1, 0]];
|
|
1482
|
-
export var KnownGender = [3, n0, _KG, 0, [_Ty], [0]];
|
|
1483
|
-
export var Label = [
|
|
1504
|
+
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
1505
|
+
export var InvalidS3ObjectException$ = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1506
|
+
TypeRegistry.for(n0).registerError(InvalidS3ObjectException$, InvalidS3ObjectException);
|
|
1507
|
+
export var KinesisDataStream$ = [3, n0, _KDS, 0, [_Ar], [0]];
|
|
1508
|
+
export var KinesisVideoStream$ = [3, n0, _KVS, 0, [_Ar], [0]];
|
|
1509
|
+
export var KinesisVideoStreamStartSelector$ = [3, n0, _KVSSS, 0, [_PT, _FN], [1, 0]];
|
|
1510
|
+
export var KnownGender$ = [3, n0, _KG, 0, [_Ty], [0]];
|
|
1511
|
+
export var Label$ = [
|
|
1484
1512
|
3,
|
|
1485
1513
|
n0,
|
|
1486
1514
|
_Labe,
|
|
@@ -1488,23 +1516,23 @@ export var Label = [
|
|
|
1488
1516
|
[_N, _Con, _Inst, _Pa, _Al, _Ca],
|
|
1489
1517
|
[0, 1, () => Instances, () => Parents, () => LabelAliases, () => LabelCategories],
|
|
1490
1518
|
];
|
|
1491
|
-
export var LabelAlias = [3, n0, _LA, 0, [_N], [0]];
|
|
1492
|
-
export var LabelCategory = [3, n0, _LC, 0, [_N], [0]];
|
|
1493
|
-
export var LabelDetection = [
|
|
1519
|
+
export var LabelAlias$ = [3, n0, _LA, 0, [_N], [0]];
|
|
1520
|
+
export var LabelCategory$ = [3, n0, _LC, 0, [_N], [0]];
|
|
1521
|
+
export var LabelDetection$ = [
|
|
1494
1522
|
3,
|
|
1495
1523
|
n0,
|
|
1496
1524
|
_LD,
|
|
1497
1525
|
0,
|
|
1498
1526
|
[_Ti, _Labe, _STM, _ETM, _DM],
|
|
1499
|
-
[1, () => Label
|
|
1527
|
+
[1, () => Label$, 1, 1, 1],
|
|
1500
1528
|
];
|
|
1501
|
-
export var LabelDetectionSettings = [3, n0, _LDS, 0, [_GL], [() => GeneralLabelsSettings]];
|
|
1502
|
-
export var Landmark = [3, n0, _Lan, 0, [_Ty, _X, _Y_], [0, 1, 1]];
|
|
1503
|
-
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1504
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1505
|
-
export var ListCollectionsRequest = [3, n0, _LCR, 0, [_NT, _MR], [0, 1]];
|
|
1506
|
-
export var ListCollectionsResponse = [3, n0, _LCRi, 0, [_CIo, _NT, _FMVa], [64 | 0, 0, 64 | 0]];
|
|
1507
|
-
export var ListDatasetEntriesRequest = [
|
|
1529
|
+
export var LabelDetectionSettings$ = [3, n0, _LDS, 0, [_GL], [() => GeneralLabelsSettings$]];
|
|
1530
|
+
export var Landmark$ = [3, n0, _Lan, 0, [_Ty, _X, _Y_], [0, 1, 1]];
|
|
1531
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1532
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1533
|
+
export var ListCollectionsRequest$ = [3, n0, _LCR, 0, [_NT, _MR], [0, 1]];
|
|
1534
|
+
export var ListCollectionsResponse$ = [3, n0, _LCRi, 0, [_CIo, _NT, _FMVa], [64 | 0, 0, 64 | 0]];
|
|
1535
|
+
export var ListDatasetEntriesRequest$ = [
|
|
1508
1536
|
3,
|
|
1509
1537
|
n0,
|
|
1510
1538
|
_LDER,
|
|
@@ -1512,9 +1540,9 @@ export var ListDatasetEntriesRequest = [
|
|
|
1512
1540
|
[_DA, _CLo, _Label, _SRC, _HE, _NT, _MR],
|
|
1513
1541
|
[0, 64 | 0, 2, 0, 2, 0, 1],
|
|
1514
1542
|
];
|
|
1515
|
-
export var ListDatasetEntriesResponse = [3, n0, _LDERi, 0, [_DE, _NT], [64 | 0, 0]];
|
|
1516
|
-
export var ListDatasetLabelsRequest = [3, n0, _LDLR, 0, [_DA, _NT, _MR], [0, 0, 1]];
|
|
1517
|
-
export var ListDatasetLabelsResponse = [
|
|
1543
|
+
export var ListDatasetEntriesResponse$ = [3, n0, _LDERi, 0, [_DE, _NT], [64 | 0, 0]];
|
|
1544
|
+
export var ListDatasetLabelsRequest$ = [3, n0, _LDLR, 0, [_DA, _NT, _MR], [0, 0, 1]];
|
|
1545
|
+
export var ListDatasetLabelsResponse$ = [
|
|
1518
1546
|
3,
|
|
1519
1547
|
n0,
|
|
1520
1548
|
_LDLRi,
|
|
@@ -1522,10 +1550,17 @@ export var ListDatasetLabelsResponse = [
|
|
|
1522
1550
|
[_DLDa, _NT],
|
|
1523
1551
|
[() => DatasetLabelDescriptions, 0],
|
|
1524
1552
|
];
|
|
1525
|
-
export var ListFacesRequest = [
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1553
|
+
export var ListFacesRequest$ = [
|
|
1554
|
+
3,
|
|
1555
|
+
n0,
|
|
1556
|
+
_LFR,
|
|
1557
|
+
0,
|
|
1558
|
+
[_CI, _NT, _MR, _UI, _FIa],
|
|
1559
|
+
[0, 0, 1, 0, 64 | 0],
|
|
1560
|
+
];
|
|
1561
|
+
export var ListFacesResponse$ = [3, n0, _LFRi, 0, [_Fa, _NT, _FMV], [() => FaceList, 0, 0]];
|
|
1562
|
+
export var ListMediaAnalysisJobsRequest$ = [3, n0, _LMAJR, 0, [_NT, _MR], [0, 1]];
|
|
1563
|
+
export var ListMediaAnalysisJobsResponse$ = [
|
|
1529
1564
|
3,
|
|
1530
1565
|
n0,
|
|
1531
1566
|
_LMAJRi,
|
|
@@ -1533,8 +1568,8 @@ export var ListMediaAnalysisJobsResponse = [
|
|
|
1533
1568
|
[_NT, _MAJ],
|
|
1534
1569
|
[0, () => MediaAnalysisJobDescriptions],
|
|
1535
1570
|
];
|
|
1536
|
-
export var ListProjectPoliciesRequest = [3, n0, _LPPR, 0, [_PA, _NT, _MR], [0, 0, 1]];
|
|
1537
|
-
export var ListProjectPoliciesResponse = [
|
|
1571
|
+
export var ListProjectPoliciesRequest$ = [3, n0, _LPPR, 0, [_PA, _NT, _MR], [0, 0, 1]];
|
|
1572
|
+
export var ListProjectPoliciesResponse$ = [
|
|
1538
1573
|
3,
|
|
1539
1574
|
n0,
|
|
1540
1575
|
_LPPRi,
|
|
@@ -1542,8 +1577,8 @@ export var ListProjectPoliciesResponse = [
|
|
|
1542
1577
|
[_PPr, _NT],
|
|
1543
1578
|
[() => ProjectPolicies, 0],
|
|
1544
1579
|
];
|
|
1545
|
-
export var ListStreamProcessorsRequest = [3, n0, _LSPR, 0, [_NT, _MR], [0, 1]];
|
|
1546
|
-
export var ListStreamProcessorsResponse = [
|
|
1580
|
+
export var ListStreamProcessorsRequest$ = [3, n0, _LSPR, 0, [_NT, _MR], [0, 1]];
|
|
1581
|
+
export var ListStreamProcessorsResponse$ = [
|
|
1547
1582
|
3,
|
|
1548
1583
|
n0,
|
|
1549
1584
|
_LSPRi,
|
|
@@ -1551,17 +1586,24 @@ export var ListStreamProcessorsResponse = [
|
|
|
1551
1586
|
[_NT, _SP],
|
|
1552
1587
|
[0, () => StreamProcessorList],
|
|
1553
1588
|
];
|
|
1554
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
|
|
1555
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
1556
|
-
export var ListUsersRequest = [3, n0, _LUR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
1557
|
-
export var ListUsersResponse = [3, n0, _LURi, 0, [_Us, _NT], [() => UserList, 0]];
|
|
1558
|
-
export var LivenessOutputConfig = [3, n0, _LOC, 0, [_SBu, _SKP], [0, 0]];
|
|
1559
|
-
export var MalformedPolicyDocumentException = [
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1589
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [0]];
|
|
1590
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
1591
|
+
export var ListUsersRequest$ = [3, n0, _LUR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
1592
|
+
export var ListUsersResponse$ = [3, n0, _LURi, 0, [_Us, _NT], [() => UserList, 0]];
|
|
1593
|
+
export var LivenessOutputConfig$ = [3, n0, _LOC, 0, [_SBu, _SKP], [0, 0]];
|
|
1594
|
+
export var MalformedPolicyDocumentException$ = [
|
|
1595
|
+
-3,
|
|
1596
|
+
n0,
|
|
1597
|
+
_MPDE,
|
|
1598
|
+
{ [_e]: _c },
|
|
1599
|
+
[_M, _C, _L],
|
|
1600
|
+
[0, 0, 0],
|
|
1601
|
+
];
|
|
1602
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
1603
|
+
export var MatchedUser$ = [3, n0, _MU, 0, [_UI, _US], [0, 0]];
|
|
1604
|
+
export var MediaAnalysisDetectModerationLabelsConfig$ = [3, n0, _MADMLC, 0, [_MCi, _PV], [1, 0]];
|
|
1605
|
+
export var MediaAnalysisInput$ = [3, n0, _MAI, 0, [_SO], [() => S3Object$]];
|
|
1606
|
+
export var MediaAnalysisJobDescription$ = [
|
|
1565
1607
|
3,
|
|
1566
1608
|
n0,
|
|
1567
1609
|
_MAJD,
|
|
@@ -1570,64 +1612,64 @@ export var MediaAnalysisJobDescription = [
|
|
|
1570
1612
|
[
|
|
1571
1613
|
0,
|
|
1572
1614
|
0,
|
|
1573
|
-
() => MediaAnalysisOperationsConfig
|
|
1615
|
+
() => MediaAnalysisOperationsConfig$,
|
|
1574
1616
|
0,
|
|
1575
|
-
() => MediaAnalysisJobFailureDetails
|
|
1617
|
+
() => MediaAnalysisJobFailureDetails$,
|
|
1576
1618
|
4,
|
|
1577
1619
|
4,
|
|
1578
|
-
() => MediaAnalysisInput
|
|
1579
|
-
() => MediaAnalysisOutputConfig
|
|
1620
|
+
() => MediaAnalysisInput$,
|
|
1621
|
+
() => MediaAnalysisOutputConfig$,
|
|
1580
1622
|
0,
|
|
1581
|
-
() => MediaAnalysisResults
|
|
1582
|
-
() => MediaAnalysisManifestSummary
|
|
1623
|
+
() => MediaAnalysisResults$,
|
|
1624
|
+
() => MediaAnalysisManifestSummary$,
|
|
1583
1625
|
],
|
|
1584
1626
|
];
|
|
1585
|
-
export var MediaAnalysisJobFailureDetails = [3, n0, _MAJFD, 0, [_C, _M], [0, 0]];
|
|
1586
|
-
export var MediaAnalysisManifestSummary = [3, n0, _MAMS, 0, [_SO], [() => S3Object]];
|
|
1587
|
-
export var MediaAnalysisModelVersions = [3, n0, _MAMV, 0, [_Mo], [0]];
|
|
1588
|
-
export var MediaAnalysisOperationsConfig = [
|
|
1627
|
+
export var MediaAnalysisJobFailureDetails$ = [3, n0, _MAJFD, 0, [_C, _M], [0, 0]];
|
|
1628
|
+
export var MediaAnalysisManifestSummary$ = [3, n0, _MAMS, 0, [_SO], [() => S3Object$]];
|
|
1629
|
+
export var MediaAnalysisModelVersions$ = [3, n0, _MAMV, 0, [_Mo], [0]];
|
|
1630
|
+
export var MediaAnalysisOperationsConfig$ = [
|
|
1589
1631
|
3,
|
|
1590
1632
|
n0,
|
|
1591
1633
|
_MAOC,
|
|
1592
1634
|
0,
|
|
1593
1635
|
[_DML],
|
|
1594
|
-
[() => MediaAnalysisDetectModerationLabelsConfig],
|
|
1636
|
+
[() => MediaAnalysisDetectModerationLabelsConfig$],
|
|
1595
1637
|
];
|
|
1596
|
-
export var MediaAnalysisOutputConfig = [3, n0, _MAOCe, 0, [_SBu, _SKP], [0, 0]];
|
|
1597
|
-
export var MediaAnalysisResults = [
|
|
1638
|
+
export var MediaAnalysisOutputConfig$ = [3, n0, _MAOCe, 0, [_SBu, _SKP], [0, 0]];
|
|
1639
|
+
export var MediaAnalysisResults$ = [
|
|
1598
1640
|
3,
|
|
1599
1641
|
n0,
|
|
1600
1642
|
_MAR,
|
|
1601
1643
|
0,
|
|
1602
1644
|
[_SO, _MV],
|
|
1603
|
-
[() => S3Object
|
|
1645
|
+
[() => S3Object$, () => MediaAnalysisModelVersions$],
|
|
1604
1646
|
];
|
|
1605
|
-
export var ModerationLabel = [3, n0, _ML, 0, [_Con, _N, _PNa, _TLa], [1, 0, 0, 1]];
|
|
1606
|
-
export var MouthOpen = [3, n0, _MO, 0, [_V, _Con], [2, 1]];
|
|
1607
|
-
export var Mustache = [3, n0, _Mu, 0, [_V, _Con], [2, 1]];
|
|
1608
|
-
export var NotificationChannel = [3, n0, _NC, 0, [_SNSTA, _RA], [0, 0]];
|
|
1609
|
-
export var OutputConfig = [3, n0, _OC, 0, [_SBu, _SKP], [0, 0]];
|
|
1610
|
-
export var Parent = [3, n0, _Par, 0, [_N], [0]];
|
|
1611
|
-
export var PersonDetail = [
|
|
1647
|
+
export var ModerationLabel$ = [3, n0, _ML, 0, [_Con, _N, _PNa, _TLa], [1, 0, 0, 1]];
|
|
1648
|
+
export var MouthOpen$ = [3, n0, _MO, 0, [_V, _Con], [2, 1]];
|
|
1649
|
+
export var Mustache$ = [3, n0, _Mu, 0, [_V, _Con], [2, 1]];
|
|
1650
|
+
export var NotificationChannel$ = [3, n0, _NC, 0, [_SNSTA, _RA], [0, 0]];
|
|
1651
|
+
export var OutputConfig$ = [3, n0, _OC, 0, [_SBu, _SKP], [0, 0]];
|
|
1652
|
+
export var Parent$ = [3, n0, _Par, 0, [_N], [0]];
|
|
1653
|
+
export var PersonDetail$ = [
|
|
1612
1654
|
3,
|
|
1613
1655
|
n0,
|
|
1614
1656
|
_PDe,
|
|
1615
1657
|
0,
|
|
1616
1658
|
[_Ind, _BB, _F],
|
|
1617
|
-
[1, () => BoundingBox
|
|
1659
|
+
[1, () => BoundingBox$, () => FaceDetail$],
|
|
1618
1660
|
];
|
|
1619
|
-
export var PersonDetection = [3, n0, _PDer, 0, [_Ti, _Per], [1, () => PersonDetail]];
|
|
1620
|
-
export var PersonMatch = [
|
|
1661
|
+
export var PersonDetection$ = [3, n0, _PDer, 0, [_Ti, _Per], [1, () => PersonDetail$]];
|
|
1662
|
+
export var PersonMatch$ = [
|
|
1621
1663
|
3,
|
|
1622
1664
|
n0,
|
|
1623
1665
|
_PM,
|
|
1624
1666
|
0,
|
|
1625
1667
|
[_Ti, _Per, _FM],
|
|
1626
|
-
[1, () => PersonDetail
|
|
1668
|
+
[1, () => PersonDetail$, () => FaceMatchList],
|
|
1627
1669
|
];
|
|
1628
|
-
export var Point = [3, n0, _Poi, 0, [_X, _Y_], [1, 1]];
|
|
1629
|
-
export var Pose = [3, n0, _P, 0, [_Ro, _Y, _Pi], [1, 1, 1]];
|
|
1630
|
-
export var ProjectDescription = [
|
|
1670
|
+
export var Point$ = [3, n0, _Poi, 0, [_X, _Y_], [1, 1]];
|
|
1671
|
+
export var Pose$ = [3, n0, _P, 0, [_Ro, _Y, _Pi], [1, 1, 1]];
|
|
1672
|
+
export var ProjectDescription$ = [
|
|
1631
1673
|
3,
|
|
1632
1674
|
n0,
|
|
1633
1675
|
_PDr,
|
|
@@ -1635,7 +1677,7 @@ export var ProjectDescription = [
|
|
|
1635
1677
|
[_PA, _CTr, _St, _D, _Fe, _AU],
|
|
1636
1678
|
[0, 4, 0, () => DatasetMetadataList, 0, 0],
|
|
1637
1679
|
];
|
|
1638
|
-
export var ProjectPolicy = [
|
|
1680
|
+
export var ProjectPolicy$ = [
|
|
1639
1681
|
3,
|
|
1640
1682
|
n0,
|
|
1641
1683
|
_PPro,
|
|
@@ -1643,7 +1685,7 @@ export var ProjectPolicy = [
|
|
|
1643
1685
|
[_PA, _PNo, _PRI, _PDo, _CTr, _LUT],
|
|
1644
1686
|
[0, 0, 0, 0, 4, 4],
|
|
1645
1687
|
];
|
|
1646
|
-
export var ProjectVersionDescription = [
|
|
1688
|
+
export var ProjectVersionDescription$ = [
|
|
1647
1689
|
3,
|
|
1648
1690
|
n0,
|
|
1649
1691
|
_PVDr,
|
|
@@ -1657,21 +1699,21 @@ export var ProjectVersionDescription = [
|
|
|
1657
1699
|
0,
|
|
1658
1700
|
1,
|
|
1659
1701
|
4,
|
|
1660
|
-
() => OutputConfig
|
|
1661
|
-
() => TrainingDataResult
|
|
1662
|
-
() => TestingDataResult
|
|
1663
|
-
() => EvaluationResult
|
|
1664
|
-
() => GroundTruthManifest
|
|
1702
|
+
() => OutputConfig$,
|
|
1703
|
+
() => TrainingDataResult$,
|
|
1704
|
+
() => TestingDataResult$,
|
|
1705
|
+
() => EvaluationResult$,
|
|
1706
|
+
() => GroundTruthManifest$,
|
|
1665
1707
|
0,
|
|
1666
1708
|
1,
|
|
1667
1709
|
0,
|
|
1668
1710
|
0,
|
|
1669
1711
|
0,
|
|
1670
1712
|
0,
|
|
1671
|
-
() => CustomizationFeatureConfig
|
|
1713
|
+
() => CustomizationFeatureConfig$,
|
|
1672
1714
|
],
|
|
1673
1715
|
];
|
|
1674
|
-
export var ProtectiveEquipmentBodyPart = [
|
|
1716
|
+
export var ProtectiveEquipmentBodyPart$ = [
|
|
1675
1717
|
3,
|
|
1676
1718
|
n0,
|
|
1677
1719
|
_PEBP,
|
|
@@ -1679,15 +1721,15 @@ export var ProtectiveEquipmentBodyPart = [
|
|
|
1679
1721
|
[_N, _Con, _EDq],
|
|
1680
1722
|
[0, 1, () => EquipmentDetections],
|
|
1681
1723
|
];
|
|
1682
|
-
export var ProtectiveEquipmentPerson = [
|
|
1724
|
+
export var ProtectiveEquipmentPerson$ = [
|
|
1683
1725
|
3,
|
|
1684
1726
|
n0,
|
|
1685
1727
|
_PEP,
|
|
1686
1728
|
0,
|
|
1687
1729
|
[_BP, _BB, _Con, _I],
|
|
1688
|
-
[() => BodyParts, () => BoundingBox
|
|
1730
|
+
[() => BodyParts, () => BoundingBox$, 1, 1],
|
|
1689
1731
|
];
|
|
1690
|
-
export var ProtectiveEquipmentSummarizationAttributes = [
|
|
1732
|
+
export var ProtectiveEquipmentSummarizationAttributes$ = [
|
|
1691
1733
|
3,
|
|
1692
1734
|
n0,
|
|
1693
1735
|
_PESA,
|
|
@@ -1695,7 +1737,7 @@ export var ProtectiveEquipmentSummarizationAttributes = [
|
|
|
1695
1737
|
[_MCi, _RET],
|
|
1696
1738
|
[1, 64 | 0],
|
|
1697
1739
|
];
|
|
1698
|
-
export var ProtectiveEquipmentSummary = [
|
|
1740
|
+
export var ProtectiveEquipmentSummary$ = [
|
|
1699
1741
|
3,
|
|
1700
1742
|
n0,
|
|
1701
1743
|
_PES,
|
|
@@ -1703,7 +1745,7 @@ export var ProtectiveEquipmentSummary = [
|
|
|
1703
1745
|
[_PWRE, _PWREe, _PI],
|
|
1704
1746
|
[64 | 1, 64 | 1, 64 | 1],
|
|
1705
1747
|
];
|
|
1706
|
-
export var ProvisionedThroughputExceededException = [
|
|
1748
|
+
export var ProvisionedThroughputExceededException$ = [
|
|
1707
1749
|
-3,
|
|
1708
1750
|
n0,
|
|
1709
1751
|
_PTEE,
|
|
@@ -1711,11 +1753,11 @@ export var ProvisionedThroughputExceededException = [
|
|
|
1711
1753
|
[_M, _C, _L],
|
|
1712
1754
|
[0, 0, 0],
|
|
1713
1755
|
];
|
|
1714
|
-
TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException
|
|
1715
|
-
export var PutProjectPolicyRequest = [3, n0, _PPPR, 0, [_PA, _PNo, _PRI, _PDo], [0, 0, 0, 0]];
|
|
1716
|
-
export var PutProjectPolicyResponse = [3, n0, _PPPRu, 0, [_PRI], [0]];
|
|
1717
|
-
export var RecognizeCelebritiesRequest = [3, n0, _RCR, 0, [_Im], [() => Image]];
|
|
1718
|
-
export var RecognizeCelebritiesResponse = [
|
|
1756
|
+
TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
1757
|
+
export var PutProjectPolicyRequest$ = [3, n0, _PPPR, 0, [_PA, _PNo, _PRI, _PDo], [0, 0, 0, 0]];
|
|
1758
|
+
export var PutProjectPolicyResponse$ = [3, n0, _PPPRu, 0, [_PRI], [0]];
|
|
1759
|
+
export var RecognizeCelebritiesRequest$ = [3, n0, _RCR, 0, [_Im], [() => Image$]];
|
|
1760
|
+
export var RecognizeCelebritiesResponse$ = [
|
|
1719
1761
|
3,
|
|
1720
1762
|
n0,
|
|
1721
1763
|
_RCRe,
|
|
@@ -1723,38 +1765,45 @@ export var RecognizeCelebritiesResponse = [
|
|
|
1723
1765
|
[_CFe, _UFnr, _OCr],
|
|
1724
1766
|
[() => CelebrityList, () => ComparedFaceList, 0],
|
|
1725
1767
|
];
|
|
1726
|
-
export var RegionOfInterest = [
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
export var
|
|
1737
|
-
|
|
1738
|
-
export var
|
|
1739
|
-
|
|
1740
|
-
export var
|
|
1768
|
+
export var RegionOfInterest$ = [
|
|
1769
|
+
3,
|
|
1770
|
+
n0,
|
|
1771
|
+
_ROIe,
|
|
1772
|
+
0,
|
|
1773
|
+
[_BB, _Po],
|
|
1774
|
+
[() => BoundingBox$, () => Polygon],
|
|
1775
|
+
];
|
|
1776
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1777
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1778
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1779
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1780
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1781
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1782
|
+
export var ResourceNotReadyException$ = [-3, n0, _RNRE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1783
|
+
TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
1784
|
+
export var S3Destination$ = [3, n0, _SD, 0, [_Bu, _KP], [0, 0]];
|
|
1785
|
+
export var S3Object$ = [3, n0, _SO, 0, [_Bu, _N, _Ve], [0, 0, 0]];
|
|
1786
|
+
export var SearchedFace$ = [3, n0, _SF, 0, [_FI], [0]];
|
|
1787
|
+
export var SearchedFaceDetails$ = [3, n0, _SFD, 0, [_FDa], [() => FaceDetail$]];
|
|
1788
|
+
export var SearchedUser$ = [3, n0, _SU, 0, [_UI], [0]];
|
|
1789
|
+
export var SearchFacesByImageRequest$ = [
|
|
1741
1790
|
3,
|
|
1742
1791
|
n0,
|
|
1743
1792
|
_SFBIR,
|
|
1744
1793
|
0,
|
|
1745
1794
|
[_CI, _Im, _MF, _FMT, _QF],
|
|
1746
|
-
[0, () => Image
|
|
1795
|
+
[0, () => Image$, 1, 1, 0],
|
|
1747
1796
|
];
|
|
1748
|
-
export var SearchFacesByImageResponse = [
|
|
1797
|
+
export var SearchFacesByImageResponse$ = [
|
|
1749
1798
|
3,
|
|
1750
1799
|
n0,
|
|
1751
1800
|
_SFBIRe,
|
|
1752
1801
|
0,
|
|
1753
1802
|
[_SFBB, _SFC, _FM, _FMV],
|
|
1754
|
-
[() => BoundingBox
|
|
1803
|
+
[() => BoundingBox$, 1, () => FaceMatchList, 0],
|
|
1755
1804
|
];
|
|
1756
|
-
export var SearchFacesRequest = [3, n0, _SFR, 0, [_CI, _FI, _MF, _FMT], [0, 0, 1, 1]];
|
|
1757
|
-
export var SearchFacesResponse = [
|
|
1805
|
+
export var SearchFacesRequest$ = [3, n0, _SFR, 0, [_CI, _FI, _MF, _FMT], [0, 0, 1, 1]];
|
|
1806
|
+
export var SearchFacesResponse$ = [
|
|
1758
1807
|
3,
|
|
1759
1808
|
n0,
|
|
1760
1809
|
_SFRe,
|
|
@@ -1762,241 +1811,241 @@ export var SearchFacesResponse = [
|
|
|
1762
1811
|
[_SFI, _FM, _FMV],
|
|
1763
1812
|
[0, () => FaceMatchList, 0],
|
|
1764
1813
|
];
|
|
1765
|
-
export var SearchUsersByImageRequest = [
|
|
1814
|
+
export var SearchUsersByImageRequest$ = [
|
|
1766
1815
|
3,
|
|
1767
1816
|
n0,
|
|
1768
1817
|
_SUBIR,
|
|
1769
1818
|
0,
|
|
1770
1819
|
[_CI, _Im, _UMT, _MUa, _QF],
|
|
1771
|
-
[0, () => Image
|
|
1820
|
+
[0, () => Image$, 1, 1, 0],
|
|
1772
1821
|
];
|
|
1773
|
-
export var SearchUsersByImageResponse = [
|
|
1822
|
+
export var SearchUsersByImageResponse$ = [
|
|
1774
1823
|
3,
|
|
1775
1824
|
n0,
|
|
1776
1825
|
_SUBIRe,
|
|
1777
1826
|
0,
|
|
1778
1827
|
[_UM, _FMV, _SF, _UFns],
|
|
1779
|
-
[() => UserMatchList, 0, () => SearchedFaceDetails
|
|
1828
|
+
[() => UserMatchList, 0, () => SearchedFaceDetails$, () => UnsearchedFacesList],
|
|
1780
1829
|
];
|
|
1781
|
-
export var SearchUsersRequest = [3, n0, _SUR, 0, [_CI, _UI, _FI, _UMT, _MUa], [0, 0, 0, 1, 1]];
|
|
1782
|
-
export var SearchUsersResponse = [
|
|
1830
|
+
export var SearchUsersRequest$ = [3, n0, _SUR, 0, [_CI, _UI, _FI, _UMT, _MUa], [0, 0, 0, 1, 1]];
|
|
1831
|
+
export var SearchUsersResponse$ = [
|
|
1783
1832
|
3,
|
|
1784
1833
|
n0,
|
|
1785
1834
|
_SURe,
|
|
1786
1835
|
0,
|
|
1787
1836
|
[_UM, _FMV, _SF, _SU],
|
|
1788
|
-
[() => UserMatchList, 0, () => SearchedFace
|
|
1837
|
+
[() => UserMatchList, 0, () => SearchedFace$, () => SearchedUser$],
|
|
1789
1838
|
];
|
|
1790
|
-
export var SegmentDetection = [
|
|
1839
|
+
export var SegmentDetection$ = [
|
|
1791
1840
|
3,
|
|
1792
1841
|
n0,
|
|
1793
1842
|
_SDe,
|
|
1794
1843
|
0,
|
|
1795
1844
|
[_Ty, _STM, _ETM, _DM, _STSMPTE, _ETSMPTE, _DSMPTE, _TCS, _SS, _SFN, _EFN, _DFu],
|
|
1796
|
-
[0, 1, 1, 1, 0, 0, 0, () => TechnicalCueSegment
|
|
1845
|
+
[0, 1, 1, 1, 0, 0, 0, () => TechnicalCueSegment$, () => ShotSegment$, 1, 1, 1],
|
|
1797
1846
|
];
|
|
1798
|
-
export var SegmentTypeInfo = [3, n0, _STI, 0, [_Ty, _MVo], [0, 0]];
|
|
1799
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1800
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1801
|
-
export var SessionNotFoundException = [-3, n0, _SNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1802
|
-
TypeRegistry.for(n0).registerError(SessionNotFoundException
|
|
1803
|
-
export var ShotSegment = [3, n0, _SS, 0, [_Ind, _Con], [1, 1]];
|
|
1804
|
-
export var Smile = [3, n0, _S, 0, [_V, _Con], [2, 1]];
|
|
1805
|
-
export var StartCelebrityRecognitionRequest = [
|
|
1847
|
+
export var SegmentTypeInfo$ = [3, n0, _STI, 0, [_Ty, _MVo], [0, 0]];
|
|
1848
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1849
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1850
|
+
export var SessionNotFoundException$ = [-3, n0, _SNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1851
|
+
TypeRegistry.for(n0).registerError(SessionNotFoundException$, SessionNotFoundException);
|
|
1852
|
+
export var ShotSegment$ = [3, n0, _SS, 0, [_Ind, _Con], [1, 1]];
|
|
1853
|
+
export var Smile$ = [3, n0, _S, 0, [_V, _Con], [2, 1]];
|
|
1854
|
+
export var StartCelebrityRecognitionRequest$ = [
|
|
1806
1855
|
3,
|
|
1807
1856
|
n0,
|
|
1808
1857
|
_SCRR,
|
|
1809
1858
|
0,
|
|
1810
1859
|
[_Vi, _CRT, _NC, _JT],
|
|
1811
|
-
[() => Video
|
|
1860
|
+
[() => Video$, 0, () => NotificationChannel$, 0],
|
|
1812
1861
|
];
|
|
1813
|
-
export var StartCelebrityRecognitionResponse = [3, n0, _SCRRt, 0, [_JI], [0]];
|
|
1814
|
-
export var StartContentModerationRequest = [
|
|
1862
|
+
export var StartCelebrityRecognitionResponse$ = [3, n0, _SCRRt, 0, [_JI], [0]];
|
|
1863
|
+
export var StartContentModerationRequest$ = [
|
|
1815
1864
|
3,
|
|
1816
1865
|
n0,
|
|
1817
1866
|
_SCMR,
|
|
1818
1867
|
0,
|
|
1819
1868
|
[_Vi, _MCi, _CRT, _NC, _JT],
|
|
1820
|
-
[() => Video
|
|
1869
|
+
[() => Video$, 1, 0, () => NotificationChannel$, 0],
|
|
1821
1870
|
];
|
|
1822
|
-
export var StartContentModerationResponse = [3, n0, _SCMRt, 0, [_JI], [0]];
|
|
1823
|
-
export var StartFaceDetectionRequest = [
|
|
1871
|
+
export var StartContentModerationResponse$ = [3, n0, _SCMRt, 0, [_JI], [0]];
|
|
1872
|
+
export var StartFaceDetectionRequest$ = [
|
|
1824
1873
|
3,
|
|
1825
1874
|
n0,
|
|
1826
1875
|
_SFDR,
|
|
1827
1876
|
0,
|
|
1828
1877
|
[_Vi, _CRT, _NC, _FA, _JT],
|
|
1829
|
-
[() => Video
|
|
1878
|
+
[() => Video$, 0, () => NotificationChannel$, 0, 0],
|
|
1830
1879
|
];
|
|
1831
|
-
export var StartFaceDetectionResponse = [3, n0, _SFDRt, 0, [_JI], [0]];
|
|
1832
|
-
export var StartFaceSearchRequest = [
|
|
1880
|
+
export var StartFaceDetectionResponse$ = [3, n0, _SFDRt, 0, [_JI], [0]];
|
|
1881
|
+
export var StartFaceSearchRequest$ = [
|
|
1833
1882
|
3,
|
|
1834
1883
|
n0,
|
|
1835
1884
|
_SFSR,
|
|
1836
1885
|
0,
|
|
1837
1886
|
[_Vi, _CRT, _FMT, _CI, _NC, _JT],
|
|
1838
|
-
[() => Video
|
|
1887
|
+
[() => Video$, 0, 1, 0, () => NotificationChannel$, 0],
|
|
1839
1888
|
];
|
|
1840
|
-
export var StartFaceSearchResponse = [3, n0, _SFSRt, 0, [_JI], [0]];
|
|
1841
|
-
export var StartLabelDetectionRequest = [
|
|
1889
|
+
export var StartFaceSearchResponse$ = [3, n0, _SFSRt, 0, [_JI], [0]];
|
|
1890
|
+
export var StartLabelDetectionRequest$ = [
|
|
1842
1891
|
3,
|
|
1843
1892
|
n0,
|
|
1844
1893
|
_SLDR,
|
|
1845
1894
|
0,
|
|
1846
1895
|
[_Vi, _CRT, _MCi, _NC, _JT, _Fea, _Se],
|
|
1847
|
-
[() => Video
|
|
1896
|
+
[() => Video$, 0, 1, () => NotificationChannel$, 0, 64 | 0, () => LabelDetectionSettings$],
|
|
1848
1897
|
];
|
|
1849
|
-
export var StartLabelDetectionResponse = [3, n0, _SLDRt, 0, [_JI], [0]];
|
|
1850
|
-
export var StartMediaAnalysisJobRequest = [
|
|
1898
|
+
export var StartLabelDetectionResponse$ = [3, n0, _SLDRt, 0, [_JI], [0]];
|
|
1899
|
+
export var StartMediaAnalysisJobRequest$ = [
|
|
1851
1900
|
3,
|
|
1852
1901
|
n0,
|
|
1853
1902
|
_SMAJR,
|
|
1854
1903
|
0,
|
|
1855
1904
|
[_CRT, _JN, _OCp, _In, _OC, _KKI],
|
|
1856
|
-
[[0, 4], 0, () => MediaAnalysisOperationsConfig
|
|
1905
|
+
[[0, 4], 0, () => MediaAnalysisOperationsConfig$, () => MediaAnalysisInput$, () => MediaAnalysisOutputConfig$, 0],
|
|
1857
1906
|
];
|
|
1858
|
-
export var StartMediaAnalysisJobResponse = [3, n0, _SMAJRt, 0, [_JI], [0]];
|
|
1859
|
-
export var StartPersonTrackingRequest = [
|
|
1907
|
+
export var StartMediaAnalysisJobResponse$ = [3, n0, _SMAJRt, 0, [_JI], [0]];
|
|
1908
|
+
export var StartPersonTrackingRequest$ = [
|
|
1860
1909
|
3,
|
|
1861
1910
|
n0,
|
|
1862
1911
|
_SPTR,
|
|
1863
1912
|
0,
|
|
1864
1913
|
[_Vi, _CRT, _NC, _JT],
|
|
1865
|
-
[() => Video
|
|
1914
|
+
[() => Video$, 0, () => NotificationChannel$, 0],
|
|
1866
1915
|
];
|
|
1867
|
-
export var StartPersonTrackingResponse = [3, n0, _SPTRt, 0, [_JI], [0]];
|
|
1868
|
-
export var StartProjectVersionRequest = [3, n0, _SPVR, 0, [_PVA, _MIU, _MIUa], [0, 1, 1]];
|
|
1869
|
-
export var StartProjectVersionResponse = [3, n0, _SPVRt, 0, [_St], [0]];
|
|
1870
|
-
export var StartSegmentDetectionFilters = [
|
|
1916
|
+
export var StartPersonTrackingResponse$ = [3, n0, _SPTRt, 0, [_JI], [0]];
|
|
1917
|
+
export var StartProjectVersionRequest$ = [3, n0, _SPVR, 0, [_PVA, _MIU, _MIUa], [0, 1, 1]];
|
|
1918
|
+
export var StartProjectVersionResponse$ = [3, n0, _SPVRt, 0, [_St], [0]];
|
|
1919
|
+
export var StartSegmentDetectionFilters$ = [
|
|
1871
1920
|
3,
|
|
1872
1921
|
n0,
|
|
1873
1922
|
_SSDF,
|
|
1874
1923
|
0,
|
|
1875
1924
|
[_TCF, _SFh],
|
|
1876
|
-
[() => StartTechnicalCueDetectionFilter
|
|
1925
|
+
[() => StartTechnicalCueDetectionFilter$, () => StartShotDetectionFilter$],
|
|
1877
1926
|
];
|
|
1878
|
-
export var StartSegmentDetectionRequest = [
|
|
1927
|
+
export var StartSegmentDetectionRequest$ = [
|
|
1879
1928
|
3,
|
|
1880
1929
|
n0,
|
|
1881
1930
|
_SSDR,
|
|
1882
1931
|
0,
|
|
1883
1932
|
[_Vi, _CRT, _NC, _JT, _Fi, _STe],
|
|
1884
|
-
[() => Video
|
|
1933
|
+
[() => Video$, 0, () => NotificationChannel$, 0, () => StartSegmentDetectionFilters$, 64 | 0],
|
|
1885
1934
|
];
|
|
1886
|
-
export var StartSegmentDetectionResponse = [3, n0, _SSDRt, 0, [_JI], [0]];
|
|
1887
|
-
export var StartShotDetectionFilter = [3, n0, _SSDFt, 0, [_MSC], [1]];
|
|
1888
|
-
export var StartStreamProcessorRequest = [
|
|
1935
|
+
export var StartSegmentDetectionResponse$ = [3, n0, _SSDRt, 0, [_JI], [0]];
|
|
1936
|
+
export var StartShotDetectionFilter$ = [3, n0, _SSDFt, 0, [_MSC], [1]];
|
|
1937
|
+
export var StartStreamProcessorRequest$ = [
|
|
1889
1938
|
3,
|
|
1890
1939
|
n0,
|
|
1891
1940
|
_SSPR,
|
|
1892
1941
|
0,
|
|
1893
1942
|
[_N, _SSt, _SSto],
|
|
1894
|
-
[0, () => StreamProcessingStartSelector
|
|
1943
|
+
[0, () => StreamProcessingStartSelector$, () => StreamProcessingStopSelector$],
|
|
1895
1944
|
];
|
|
1896
|
-
export var StartStreamProcessorResponse = [3, n0, _SSPRt, 0, [_SIe], [0]];
|
|
1897
|
-
export var StartTechnicalCueDetectionFilter = [
|
|
1945
|
+
export var StartStreamProcessorResponse$ = [3, n0, _SSPRt, 0, [_SIe], [0]];
|
|
1946
|
+
export var StartTechnicalCueDetectionFilter$ = [
|
|
1898
1947
|
3,
|
|
1899
1948
|
n0,
|
|
1900
1949
|
_STCDF,
|
|
1901
1950
|
0,
|
|
1902
1951
|
[_MSC, _BF],
|
|
1903
|
-
[1, () => BlackFrame],
|
|
1952
|
+
[1, () => BlackFrame$],
|
|
1904
1953
|
];
|
|
1905
|
-
export var StartTextDetectionFilters = [
|
|
1954
|
+
export var StartTextDetectionFilters$ = [
|
|
1906
1955
|
3,
|
|
1907
1956
|
n0,
|
|
1908
1957
|
_STDF,
|
|
1909
1958
|
0,
|
|
1910
1959
|
[_WF, _ROI],
|
|
1911
|
-
[() => DetectionFilter
|
|
1960
|
+
[() => DetectionFilter$, () => RegionsOfInterest],
|
|
1912
1961
|
];
|
|
1913
|
-
export var StartTextDetectionRequest = [
|
|
1962
|
+
export var StartTextDetectionRequest$ = [
|
|
1914
1963
|
3,
|
|
1915
1964
|
n0,
|
|
1916
1965
|
_STDR,
|
|
1917
1966
|
0,
|
|
1918
1967
|
[_Vi, _CRT, _NC, _JT, _Fi],
|
|
1919
|
-
[() => Video
|
|
1968
|
+
[() => Video$, 0, () => NotificationChannel$, 0, () => StartTextDetectionFilters$],
|
|
1920
1969
|
];
|
|
1921
|
-
export var StartTextDetectionResponse = [3, n0, _STDRt, 0, [_JI], [0]];
|
|
1922
|
-
export var StopProjectVersionRequest = [3, n0, _SPVRto, 0, [_PVA], [0]];
|
|
1923
|
-
export var StopProjectVersionResponse = [3, n0, _SPVRtop, 0, [_St], [0]];
|
|
1924
|
-
export var StopStreamProcessorRequest = [3, n0, _SSPRto, 0, [_N], [0]];
|
|
1925
|
-
export var StopStreamProcessorResponse = [3, n0, _SSPRtop, 0, [], []];
|
|
1926
|
-
export var StreamProcessingStartSelector = [
|
|
1970
|
+
export var StartTextDetectionResponse$ = [3, n0, _STDRt, 0, [_JI], [0]];
|
|
1971
|
+
export var StopProjectVersionRequest$ = [3, n0, _SPVRto, 0, [_PVA], [0]];
|
|
1972
|
+
export var StopProjectVersionResponse$ = [3, n0, _SPVRtop, 0, [_St], [0]];
|
|
1973
|
+
export var StopStreamProcessorRequest$ = [3, n0, _SSPRto, 0, [_N], [0]];
|
|
1974
|
+
export var StopStreamProcessorResponse$ = [3, n0, _SSPRtop, 0, [], []];
|
|
1975
|
+
export var StreamProcessingStartSelector$ = [
|
|
1927
1976
|
3,
|
|
1928
1977
|
n0,
|
|
1929
1978
|
_SPSS,
|
|
1930
1979
|
0,
|
|
1931
1980
|
[_KVSSSS],
|
|
1932
|
-
[() => KinesisVideoStreamStartSelector],
|
|
1981
|
+
[() => KinesisVideoStreamStartSelector$],
|
|
1933
1982
|
];
|
|
1934
|
-
export var StreamProcessingStopSelector = [3, n0, _SPSSt, 0, [_MDIS], [1]];
|
|
1935
|
-
export var StreamProcessor = [3, n0, _SPt, 0, [_N, _St], [0, 0]];
|
|
1936
|
-
export var StreamProcessorDataSharingPreference = [3, n0, _SPDSP, 0, [_OI], [2]];
|
|
1937
|
-
export var StreamProcessorInput = [3, n0, _SPI, 0, [_KVS], [() => KinesisVideoStream]];
|
|
1938
|
-
export var StreamProcessorNotificationChannel = [3, n0, _SPNC, 0, [_SNSTA], [0]];
|
|
1939
|
-
export var StreamProcessorOutput = [
|
|
1983
|
+
export var StreamProcessingStopSelector$ = [3, n0, _SPSSt, 0, [_MDIS], [1]];
|
|
1984
|
+
export var StreamProcessor$ = [3, n0, _SPt, 0, [_N, _St], [0, 0]];
|
|
1985
|
+
export var StreamProcessorDataSharingPreference$ = [3, n0, _SPDSP, 0, [_OI], [2]];
|
|
1986
|
+
export var StreamProcessorInput$ = [3, n0, _SPI, 0, [_KVS], [() => KinesisVideoStream$]];
|
|
1987
|
+
export var StreamProcessorNotificationChannel$ = [3, n0, _SPNC, 0, [_SNSTA], [0]];
|
|
1988
|
+
export var StreamProcessorOutput$ = [
|
|
1940
1989
|
3,
|
|
1941
1990
|
n0,
|
|
1942
1991
|
_SPO,
|
|
1943
1992
|
0,
|
|
1944
1993
|
[_KDS, _SD],
|
|
1945
|
-
[() => KinesisDataStream
|
|
1994
|
+
[() => KinesisDataStream$, () => S3Destination$],
|
|
1946
1995
|
];
|
|
1947
|
-
export var StreamProcessorSettings = [
|
|
1996
|
+
export var StreamProcessorSettings$ = [
|
|
1948
1997
|
3,
|
|
1949
1998
|
n0,
|
|
1950
1999
|
_SPS,
|
|
1951
2000
|
0,
|
|
1952
2001
|
[_FSa, _CH],
|
|
1953
|
-
[() => FaceSearchSettings
|
|
2002
|
+
[() => FaceSearchSettings$, () => ConnectedHomeSettings$],
|
|
1954
2003
|
];
|
|
1955
|
-
export var StreamProcessorSettingsForUpdate = [
|
|
2004
|
+
export var StreamProcessorSettingsForUpdate$ = [
|
|
1956
2005
|
3,
|
|
1957
2006
|
n0,
|
|
1958
2007
|
_SPSFU,
|
|
1959
2008
|
0,
|
|
1960
2009
|
[_CHFU],
|
|
1961
|
-
[() => ConnectedHomeSettingsForUpdate],
|
|
2010
|
+
[() => ConnectedHomeSettingsForUpdate$],
|
|
1962
2011
|
];
|
|
1963
|
-
export var Summary = [3, n0, _Su, 0, [_SO], [() => S3Object]];
|
|
1964
|
-
export var Sunglasses = [3, n0, _Sun, 0, [_V, _Con], [2, 1]];
|
|
1965
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _Ta], [0, 128 | 0]];
|
|
1966
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1967
|
-
export var TechnicalCueSegment = [3, n0, _TCS, 0, [_Ty, _Con], [0, 1]];
|
|
1968
|
-
export var TestingData = [3, n0, _TDe, 0, [_As, _AC], [() => Assets, 2]];
|
|
1969
|
-
export var TestingDataResult = [
|
|
2012
|
+
export var Summary$ = [3, n0, _Su, 0, [_SO], [() => S3Object$]];
|
|
2013
|
+
export var Sunglasses$ = [3, n0, _Sun, 0, [_V, _Con], [2, 1]];
|
|
2014
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _Ta], [0, 128 | 0]];
|
|
2015
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
2016
|
+
export var TechnicalCueSegment$ = [3, n0, _TCS, 0, [_Ty, _Con], [0, 1]];
|
|
2017
|
+
export var TestingData$ = [3, n0, _TDe, 0, [_As, _AC], [() => Assets, 2]];
|
|
2018
|
+
export var TestingDataResult$ = [
|
|
1970
2019
|
3,
|
|
1971
2020
|
n0,
|
|
1972
2021
|
_TDRe,
|
|
1973
2022
|
0,
|
|
1974
2023
|
[_In, _O, _Va],
|
|
1975
|
-
[() => TestingData
|
|
2024
|
+
[() => TestingData$, () => TestingData$, () => ValidationData$],
|
|
1976
2025
|
];
|
|
1977
|
-
export var TextDetection = [
|
|
2026
|
+
export var TextDetection$ = [
|
|
1978
2027
|
3,
|
|
1979
2028
|
n0,
|
|
1980
2029
|
_TDext,
|
|
1981
2030
|
0,
|
|
1982
2031
|
[_DTe, _Ty, _I, _PIa, _Con, _G],
|
|
1983
|
-
[0, 0, 1, 1, 1, () => Geometry],
|
|
2032
|
+
[0, 0, 1, 1, 1, () => Geometry$],
|
|
1984
2033
|
];
|
|
1985
|
-
export var TextDetectionResult = [3, n0, _TDRex, 0, [_Ti, _TDext], [1, () => TextDetection]];
|
|
1986
|
-
export var ThrottlingException = [-3, n0, _TEh, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
1987
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1988
|
-
export var TrainingData = [3, n0, _TD, 0, [_As], [() => Assets]];
|
|
1989
|
-
export var TrainingDataResult = [
|
|
2034
|
+
export var TextDetectionResult$ = [3, n0, _TDRex, 0, [_Ti, _TDext], [1, () => TextDetection$]];
|
|
2035
|
+
export var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
2036
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2037
|
+
export var TrainingData$ = [3, n0, _TD, 0, [_As], [() => Assets]];
|
|
2038
|
+
export var TrainingDataResult$ = [
|
|
1990
2039
|
3,
|
|
1991
2040
|
n0,
|
|
1992
2041
|
_TDR,
|
|
1993
2042
|
0,
|
|
1994
2043
|
[_In, _O, _Va],
|
|
1995
|
-
[() => TrainingData
|
|
2044
|
+
[() => TrainingData$, () => TrainingData$, () => ValidationData$],
|
|
1996
2045
|
];
|
|
1997
|
-
export var UnindexedFace = [3, n0, _UFni, 0, [_Rea, _FDa], [64 | 0, () => FaceDetail]];
|
|
1998
|
-
export var UnsearchedFace = [3, n0, _UFnse, 0, [_FD, _Rea], [() => FaceDetail
|
|
1999
|
-
export var UnsuccessfulFaceAssociation = [
|
|
2046
|
+
export var UnindexedFace$ = [3, n0, _UFni, 0, [_Rea, _FDa], [64 | 0, () => FaceDetail$]];
|
|
2047
|
+
export var UnsearchedFace$ = [3, n0, _UFnse, 0, [_FD, _Rea], [() => FaceDetail$, 64 | 0]];
|
|
2048
|
+
export var UnsuccessfulFaceAssociation$ = [
|
|
2000
2049
|
3,
|
|
2001
2050
|
n0,
|
|
2002
2051
|
_UFAn,
|
|
@@ -2004,8 +2053,8 @@ export var UnsuccessfulFaceAssociation = [
|
|
|
2004
2053
|
[_FI, _UI, _Con, _Rea],
|
|
2005
2054
|
[0, 0, 1, 64 | 0],
|
|
2006
2055
|
];
|
|
2007
|
-
export var UnsuccessfulFaceDeletion = [3, n0, _UFDns, 0, [_FI, _UI, _Rea], [0, 0, 64 | 0]];
|
|
2008
|
-
export var UnsuccessfulFaceDisassociation = [
|
|
2056
|
+
export var UnsuccessfulFaceDeletion$ = [3, n0, _UFDns, 0, [_FI, _UI, _Rea], [0, 0, 64 | 0]];
|
|
2057
|
+
export var UnsuccessfulFaceDisassociation$ = [
|
|
2009
2058
|
3,
|
|
2010
2059
|
n0,
|
|
2011
2060
|
_UFDnsu,
|
|
@@ -2013,18 +2062,18 @@ export var UnsuccessfulFaceDisassociation = [
|
|
|
2013
2062
|
[_FI, _UI, _Rea],
|
|
2014
2063
|
[0, 0, 64 | 0],
|
|
2015
2064
|
];
|
|
2016
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
|
|
2017
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2018
|
-
export var UpdateDatasetEntriesRequest = [
|
|
2065
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
|
|
2066
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
2067
|
+
export var UpdateDatasetEntriesRequest$ = [
|
|
2019
2068
|
3,
|
|
2020
2069
|
n0,
|
|
2021
2070
|
_UDER,
|
|
2022
2071
|
0,
|
|
2023
2072
|
[_DA, _Cha],
|
|
2024
|
-
[0, () => DatasetChanges],
|
|
2073
|
+
[0, () => DatasetChanges$],
|
|
2025
2074
|
];
|
|
2026
|
-
export var UpdateDatasetEntriesResponse = [3, n0, _UDERp, 0, [], []];
|
|
2027
|
-
export var UpdateStreamProcessorRequest = [
|
|
2075
|
+
export var UpdateDatasetEntriesResponse$ = [3, n0, _UDERp, 0, [], []];
|
|
2076
|
+
export var UpdateStreamProcessorRequest$ = [
|
|
2028
2077
|
3,
|
|
2029
2078
|
n0,
|
|
2030
2079
|
_USPR,
|
|
@@ -2032,19 +2081,19 @@ export var UpdateStreamProcessorRequest = [
|
|
|
2032
2081
|
[_N, _SFU, _ROIFU, _DSPFU, _PTD],
|
|
2033
2082
|
[
|
|
2034
2083
|
0,
|
|
2035
|
-
() => StreamProcessorSettingsForUpdate
|
|
2084
|
+
() => StreamProcessorSettingsForUpdate$,
|
|
2036
2085
|
() => RegionsOfInterest,
|
|
2037
|
-
() => StreamProcessorDataSharingPreference
|
|
2086
|
+
() => StreamProcessorDataSharingPreference$,
|
|
2038
2087
|
64 | 0,
|
|
2039
2088
|
],
|
|
2040
2089
|
];
|
|
2041
|
-
export var UpdateStreamProcessorResponse = [3, n0, _USPRp, 0, [], []];
|
|
2042
|
-
export var User = [3, n0, _Use, 0, [_UI, _US], [0, 0]];
|
|
2043
|
-
export var UserMatch = [3, n0, _UMs, 0, [_Si, _Use], [1, () => MatchedUser]];
|
|
2044
|
-
export var ValidationData = [3, n0, _VDa, 0, [_As], [() => Assets]];
|
|
2045
|
-
export var Versions = [3, n0, _Ver, 0, [_Mi, _Ma], [0, 0]];
|
|
2046
|
-
export var Video = [3, n0, _Vi, 0, [_SO], [() => S3Object]];
|
|
2047
|
-
export var VideoMetadata = [
|
|
2090
|
+
export var UpdateStreamProcessorResponse$ = [3, n0, _USPRp, 0, [], []];
|
|
2091
|
+
export var User$ = [3, n0, _Use, 0, [_UI, _US], [0, 0]];
|
|
2092
|
+
export var UserMatch$ = [3, n0, _UMs, 0, [_Si, _Use], [1, () => MatchedUser$]];
|
|
2093
|
+
export var ValidationData$ = [3, n0, _VDa, 0, [_As], [() => Assets]];
|
|
2094
|
+
export var Versions$ = [3, n0, _Ver, 0, [_Mi, _Ma], [0, 0]];
|
|
2095
|
+
export var Video$ = [3, n0, _Vi, 0, [_SO], [() => S3Object$]];
|
|
2096
|
+
export var VideoMetadata$ = [
|
|
2048
2097
|
3,
|
|
2049
2098
|
n0,
|
|
2050
2099
|
_VM,
|
|
@@ -2052,613 +2101,642 @@ export var VideoMetadata = [
|
|
|
2052
2101
|
[_Co, _DM, _For, _FRr, _FH, _FW, _CRo],
|
|
2053
2102
|
[0, 1, 0, 1, 1, 1, 0],
|
|
2054
2103
|
];
|
|
2055
|
-
export var VideoTooLargeException = [-3, n0, _VTLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2056
|
-
TypeRegistry.for(n0).registerError(VideoTooLargeException
|
|
2057
|
-
export var RekognitionServiceException = [-3, _sm, "RekognitionServiceException", 0, [], []];
|
|
2058
|
-
TypeRegistry.for(_sm).registerError(RekognitionServiceException
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
export var
|
|
2144
|
-
export var UserList = [1, n0, _UL, 0, () => User];
|
|
2145
|
-
export var UserMatchList = [1, n0, _UML, 0, () => UserMatch];
|
|
2146
|
-
export var VersionNames = 64 | 0;
|
|
2147
|
-
export var VideoMetadataList = [1, n0, _VML, 0, () => VideoMetadata];
|
|
2148
|
-
export var TagMap = 128 | 0;
|
|
2149
|
-
export var AssociateFaces = [
|
|
2104
|
+
export var VideoTooLargeException$ = [-3, n0, _VTLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2105
|
+
TypeRegistry.for(n0).registerError(VideoTooLargeException$, VideoTooLargeException);
|
|
2106
|
+
export var RekognitionServiceException$ = [-3, _sm, "RekognitionServiceException", 0, [], []];
|
|
2107
|
+
TypeRegistry.for(_sm).registerError(RekognitionServiceException$, RekognitionServiceException);
|
|
2108
|
+
var Assets = [1, n0, _As, 0, () => Asset$];
|
|
2109
|
+
var AssociatedFacesList = [1, n0, _AFL, 0, () => AssociatedFace$];
|
|
2110
|
+
var Attributes = 64 | 0;
|
|
2111
|
+
var AudioMetadataList = [1, n0, _AML, 0, () => AudioMetadata$];
|
|
2112
|
+
var AuditImages = [1, n0, _AIu, 0, [() => AuditImage$, 0]];
|
|
2113
|
+
var BodyParts = [1, n0, _BP, 0, () => ProtectiveEquipmentBodyPart$];
|
|
2114
|
+
var CelebrityList = [1, n0, _CLe, 0, () => Celebrity$];
|
|
2115
|
+
var CelebrityRecognitions = [1, n0, _CRe, 0, () => CelebrityRecognition$];
|
|
2116
|
+
var ChallengePreferences = [1, n0, _CPh, 0, () => ChallengePreference$];
|
|
2117
|
+
var CollectionIdList = 64 | 0;
|
|
2118
|
+
var ComparedFaceList = [1, n0, _CFL, 0, () => ComparedFace$];
|
|
2119
|
+
var CompareFacesMatchList = [1, n0, _CFML, 0, () => CompareFacesMatch$];
|
|
2120
|
+
var CompareFacesUnmatchList = [1, n0, _CFUL, 0, () => ComparedFace$];
|
|
2121
|
+
var ConnectedHomeLabels = 64 | 0;
|
|
2122
|
+
var ContentClassifiers = 64 | 0;
|
|
2123
|
+
var ContentModerationDetections = [1, n0, _CMDo, 0, () => ContentModerationDetection$];
|
|
2124
|
+
var ContentTypes = [1, n0, _CT, 0, () => ContentType$];
|
|
2125
|
+
var CustomizationFeatures = 64 | 0;
|
|
2126
|
+
var CustomLabels = [1, n0, _CLu, 0, () => CustomLabel$];
|
|
2127
|
+
var DatasetEntries = 64 | 0;
|
|
2128
|
+
var DatasetLabelDescriptions = [1, n0, _DLDa, 0, () => DatasetLabelDescription$];
|
|
2129
|
+
var DatasetLabels = 64 | 0;
|
|
2130
|
+
var DatasetMetadataList = [1, n0, _DMLa, 0, () => DatasetMetadata$];
|
|
2131
|
+
var DetectLabelsFeatureList = 64 | 0;
|
|
2132
|
+
var DisassociatedFacesList = [1, n0, _DFL, 0, () => DisassociatedFace$];
|
|
2133
|
+
var DistributeDatasetMetadataList = [1, n0, _DDML, 0, () => DistributeDataset$];
|
|
2134
|
+
var DominantColors = [1, n0, _DCo, 0, () => DominantColor$];
|
|
2135
|
+
var Emotions = [1, n0, _E, 0, () => Emotion$];
|
|
2136
|
+
var EquipmentDetections = [1, n0, _EDq, 0, () => EquipmentDetection$];
|
|
2137
|
+
var FaceDetailList = [1, n0, _FDL, 0, () => FaceDetail$];
|
|
2138
|
+
var FaceDetections = [1, n0, _FDace, 0, () => FaceDetection$];
|
|
2139
|
+
var FaceIdList = 64 | 0;
|
|
2140
|
+
var FaceList = [1, n0, _FL, 0, () => Face$];
|
|
2141
|
+
var FaceMatchList = [1, n0, _FML, 0, () => FaceMatch$];
|
|
2142
|
+
var FaceModelVersionList = 64 | 0;
|
|
2143
|
+
var FaceRecordList = [1, n0, _FRL, 0, () => FaceRecord$];
|
|
2144
|
+
var GeneralLabelsFilterList = 64 | 0;
|
|
2145
|
+
var HumanLoopActivationReasons = 64 | 0;
|
|
2146
|
+
var Instances = [1, n0, _Inst, 0, () => Instance$];
|
|
2147
|
+
var LabelAliases = [1, n0, _LAa, 0, () => LabelAlias$];
|
|
2148
|
+
var LabelCategories = [1, n0, _LCa, 0, () => LabelCategory$];
|
|
2149
|
+
var LabelDetectionFeatureList = 64 | 0;
|
|
2150
|
+
var LabelDetections = [1, n0, _LDa, 0, () => LabelDetection$];
|
|
2151
|
+
var Labels = [1, n0, _Lab, 0, () => Label$];
|
|
2152
|
+
var Landmarks = [1, n0, _La, 0, () => Landmark$];
|
|
2153
|
+
var MediaAnalysisJobDescriptions = [1, n0, _MAJDe, 0, () => MediaAnalysisJobDescription$];
|
|
2154
|
+
var ModerationLabels = [1, n0, _MLo, 0, () => ModerationLabel$];
|
|
2155
|
+
var Parents = [1, n0, _Pa, 0, () => Parent$];
|
|
2156
|
+
var PersonDetections = [1, n0, _PDers, 0, () => PersonDetection$];
|
|
2157
|
+
var PersonMatches = [1, n0, _PMe, 0, () => PersonMatch$];
|
|
2158
|
+
var Polygon = [1, n0, _Po, 0, () => Point$];
|
|
2159
|
+
var ProjectDescriptions = [1, n0, _PD, 0, () => ProjectDescription$];
|
|
2160
|
+
var ProjectNames = 64 | 0;
|
|
2161
|
+
var ProjectPolicies = [1, n0, _PPr, 0, () => ProjectPolicy$];
|
|
2162
|
+
var ProjectVersionDescriptions = [1, n0, _PVD, 0, () => ProjectVersionDescription$];
|
|
2163
|
+
var ProtectiveEquipmentPersonIds = 64 | 1;
|
|
2164
|
+
var ProtectiveEquipmentPersons = [1, n0, _PEPr, 0, () => ProtectiveEquipmentPerson$];
|
|
2165
|
+
var ProtectiveEquipmentTypes = 64 | 0;
|
|
2166
|
+
var Reasons = 64 | 0;
|
|
2167
|
+
var RegionsOfInterest = [1, n0, _ROI, 0, () => RegionOfInterest$];
|
|
2168
|
+
var SegmentDetections = [1, n0, _SDeg, 0, () => SegmentDetection$];
|
|
2169
|
+
var SegmentTypes = 64 | 0;
|
|
2170
|
+
var SegmentTypesInfo = [1, n0, _STIe, 0, () => SegmentTypeInfo$];
|
|
2171
|
+
var StreamProcessorList = [1, n0, _SPL, 0, () => StreamProcessor$];
|
|
2172
|
+
var StreamProcessorParametersToDelete = 64 | 0;
|
|
2173
|
+
var TagKeyList = 64 | 0;
|
|
2174
|
+
var TextDetectionList = [1, n0, _TDL, 0, () => TextDetection$];
|
|
2175
|
+
var TextDetectionResults = [1, n0, _TDRext, 0, () => TextDetectionResult$];
|
|
2176
|
+
var UnindexedFaces = [1, n0, _UFn, 0, () => UnindexedFace$];
|
|
2177
|
+
var UnsearchedFaceReasons = 64 | 0;
|
|
2178
|
+
var UnsearchedFacesList = [1, n0, _UFL, 0, () => UnsearchedFace$];
|
|
2179
|
+
var UnsuccessfulFaceAssociationList = [1, n0, _UFAL, 0, () => UnsuccessfulFaceAssociation$];
|
|
2180
|
+
var UnsuccessfulFaceAssociationReasons = 64 | 0;
|
|
2181
|
+
var UnsuccessfulFaceDeletionReasons = 64 | 0;
|
|
2182
|
+
var UnsuccessfulFaceDeletionsList = [1, n0, _UFDL, 0, () => UnsuccessfulFaceDeletion$];
|
|
2183
|
+
var UnsuccessfulFaceDisassociationList = [1, n0, _UFDLn, 0, () => UnsuccessfulFaceDisassociation$];
|
|
2184
|
+
var UnsuccessfulFaceDisassociationReasons = 64 | 0;
|
|
2185
|
+
var Urls = 64 | 0;
|
|
2186
|
+
var UserFaceIdList = 64 | 0;
|
|
2187
|
+
var UserList = [1, n0, _UL, 0, () => User$];
|
|
2188
|
+
var UserMatchList = [1, n0, _UML, 0, () => UserMatch$];
|
|
2189
|
+
var VersionNames = 64 | 0;
|
|
2190
|
+
var VideoMetadataList = [1, n0, _VML, 0, () => VideoMetadata$];
|
|
2191
|
+
var TagMap = 128 | 0;
|
|
2192
|
+
export var AssociateFaces$ = [
|
|
2150
2193
|
9,
|
|
2151
2194
|
n0,
|
|
2152
2195
|
_AFss,
|
|
2153
2196
|
0,
|
|
2154
|
-
() => AssociateFacesRequest
|
|
2155
|
-
() => AssociateFacesResponse
|
|
2197
|
+
() => AssociateFacesRequest$,
|
|
2198
|
+
() => AssociateFacesResponse$,
|
|
2156
2199
|
];
|
|
2157
|
-
export var CompareFaces = [
|
|
2200
|
+
export var CompareFaces$ = [
|
|
2158
2201
|
9,
|
|
2159
2202
|
n0,
|
|
2160
2203
|
_CFo,
|
|
2161
2204
|
0,
|
|
2162
|
-
() => CompareFacesRequest
|
|
2163
|
-
() => CompareFacesResponse
|
|
2205
|
+
() => CompareFacesRequest$,
|
|
2206
|
+
() => CompareFacesResponse$,
|
|
2164
2207
|
];
|
|
2165
|
-
export var CopyProjectVersion = [
|
|
2208
|
+
export var CopyProjectVersion$ = [
|
|
2166
2209
|
9,
|
|
2167
2210
|
n0,
|
|
2168
2211
|
_CPV,
|
|
2169
2212
|
0,
|
|
2170
|
-
() => CopyProjectVersionRequest
|
|
2171
|
-
() => CopyProjectVersionResponse
|
|
2213
|
+
() => CopyProjectVersionRequest$,
|
|
2214
|
+
() => CopyProjectVersionResponse$,
|
|
2172
2215
|
];
|
|
2173
|
-
export var CreateCollection = [
|
|
2216
|
+
export var CreateCollection$ = [
|
|
2174
2217
|
9,
|
|
2175
2218
|
n0,
|
|
2176
2219
|
_CCr,
|
|
2177
2220
|
0,
|
|
2178
|
-
() => CreateCollectionRequest
|
|
2179
|
-
() => CreateCollectionResponse
|
|
2221
|
+
() => CreateCollectionRequest$,
|
|
2222
|
+
() => CreateCollectionResponse$,
|
|
2180
2223
|
];
|
|
2181
|
-
export var CreateDataset = [
|
|
2224
|
+
export var CreateDataset$ = [
|
|
2182
2225
|
9,
|
|
2183
2226
|
n0,
|
|
2184
2227
|
_CDr,
|
|
2185
2228
|
0,
|
|
2186
|
-
() => CreateDatasetRequest
|
|
2187
|
-
() => CreateDatasetResponse
|
|
2229
|
+
() => CreateDatasetRequest$,
|
|
2230
|
+
() => CreateDatasetResponse$,
|
|
2188
2231
|
];
|
|
2189
|
-
export var CreateFaceLivenessSession = [
|
|
2232
|
+
export var CreateFaceLivenessSession$ = [
|
|
2190
2233
|
9,
|
|
2191
2234
|
n0,
|
|
2192
2235
|
_CFLS,
|
|
2193
2236
|
2,
|
|
2194
|
-
() => CreateFaceLivenessSessionRequest
|
|
2195
|
-
() => CreateFaceLivenessSessionResponse
|
|
2237
|
+
() => CreateFaceLivenessSessionRequest$,
|
|
2238
|
+
() => CreateFaceLivenessSessionResponse$,
|
|
2196
2239
|
];
|
|
2197
|
-
export var CreateProject = [
|
|
2240
|
+
export var CreateProject$ = [
|
|
2198
2241
|
9,
|
|
2199
2242
|
n0,
|
|
2200
2243
|
_CPr,
|
|
2201
2244
|
0,
|
|
2202
|
-
() => CreateProjectRequest
|
|
2203
|
-
() => CreateProjectResponse
|
|
2245
|
+
() => CreateProjectRequest$,
|
|
2246
|
+
() => CreateProjectResponse$,
|
|
2204
2247
|
];
|
|
2205
|
-
export var CreateProjectVersion = [
|
|
2248
|
+
export var CreateProjectVersion$ = [
|
|
2206
2249
|
9,
|
|
2207
2250
|
n0,
|
|
2208
2251
|
_CPVr,
|
|
2209
2252
|
0,
|
|
2210
|
-
() => CreateProjectVersionRequest
|
|
2211
|
-
() => CreateProjectVersionResponse
|
|
2253
|
+
() => CreateProjectVersionRequest$,
|
|
2254
|
+
() => CreateProjectVersionResponse$,
|
|
2212
2255
|
];
|
|
2213
|
-
export var CreateStreamProcessor = [
|
|
2256
|
+
export var CreateStreamProcessor$ = [
|
|
2214
2257
|
9,
|
|
2215
2258
|
n0,
|
|
2216
2259
|
_CSP,
|
|
2217
2260
|
0,
|
|
2218
|
-
() => CreateStreamProcessorRequest
|
|
2219
|
-
() => CreateStreamProcessorResponse
|
|
2261
|
+
() => CreateStreamProcessorRequest$,
|
|
2262
|
+
() => CreateStreamProcessorResponse$,
|
|
2220
2263
|
];
|
|
2221
|
-
export var CreateUser = [9, n0, _CU, 0, () => CreateUserRequest
|
|
2222
|
-
export var DeleteCollection = [
|
|
2264
|
+
export var CreateUser$ = [9, n0, _CU, 0, () => CreateUserRequest$, () => CreateUserResponse$];
|
|
2265
|
+
export var DeleteCollection$ = [
|
|
2223
2266
|
9,
|
|
2224
2267
|
n0,
|
|
2225
2268
|
_DCe,
|
|
2226
2269
|
0,
|
|
2227
|
-
() => DeleteCollectionRequest
|
|
2228
|
-
() => DeleteCollectionResponse
|
|
2270
|
+
() => DeleteCollectionRequest$,
|
|
2271
|
+
() => DeleteCollectionResponse$,
|
|
2229
2272
|
];
|
|
2230
|
-
export var DeleteDataset = [
|
|
2273
|
+
export var DeleteDataset$ = [
|
|
2231
2274
|
9,
|
|
2232
2275
|
n0,
|
|
2233
2276
|
_DDe,
|
|
2234
2277
|
0,
|
|
2235
|
-
() => DeleteDatasetRequest
|
|
2236
|
-
() => DeleteDatasetResponse
|
|
2278
|
+
() => DeleteDatasetRequest$,
|
|
2279
|
+
() => DeleteDatasetResponse$,
|
|
2237
2280
|
];
|
|
2238
|
-
export var DeleteFaces = [
|
|
2239
|
-
|
|
2281
|
+
export var DeleteFaces$ = [
|
|
2282
|
+
9,
|
|
2283
|
+
n0,
|
|
2284
|
+
_DFel,
|
|
2285
|
+
0,
|
|
2286
|
+
() => DeleteFacesRequest$,
|
|
2287
|
+
() => DeleteFacesResponse$,
|
|
2288
|
+
];
|
|
2289
|
+
export var DeleteProject$ = [
|
|
2240
2290
|
9,
|
|
2241
2291
|
n0,
|
|
2242
2292
|
_DP,
|
|
2243
2293
|
0,
|
|
2244
|
-
() => DeleteProjectRequest
|
|
2245
|
-
() => DeleteProjectResponse
|
|
2294
|
+
() => DeleteProjectRequest$,
|
|
2295
|
+
() => DeleteProjectResponse$,
|
|
2246
2296
|
];
|
|
2247
|
-
export var DeleteProjectPolicy = [
|
|
2297
|
+
export var DeleteProjectPolicy$ = [
|
|
2248
2298
|
9,
|
|
2249
2299
|
n0,
|
|
2250
2300
|
_DPP,
|
|
2251
2301
|
0,
|
|
2252
|
-
() => DeleteProjectPolicyRequest
|
|
2253
|
-
() => DeleteProjectPolicyResponse
|
|
2302
|
+
() => DeleteProjectPolicyRequest$,
|
|
2303
|
+
() => DeleteProjectPolicyResponse$,
|
|
2254
2304
|
];
|
|
2255
|
-
export var DeleteProjectVersion = [
|
|
2305
|
+
export var DeleteProjectVersion$ = [
|
|
2256
2306
|
9,
|
|
2257
2307
|
n0,
|
|
2258
2308
|
_DPV,
|
|
2259
2309
|
0,
|
|
2260
|
-
() => DeleteProjectVersionRequest
|
|
2261
|
-
() => DeleteProjectVersionResponse
|
|
2310
|
+
() => DeleteProjectVersionRequest$,
|
|
2311
|
+
() => DeleteProjectVersionResponse$,
|
|
2262
2312
|
];
|
|
2263
|
-
export var DeleteStreamProcessor = [
|
|
2313
|
+
export var DeleteStreamProcessor$ = [
|
|
2264
2314
|
9,
|
|
2265
2315
|
n0,
|
|
2266
2316
|
_DSPe,
|
|
2267
2317
|
0,
|
|
2268
|
-
() => DeleteStreamProcessorRequest
|
|
2269
|
-
() => DeleteStreamProcessorResponse
|
|
2318
|
+
() => DeleteStreamProcessorRequest$,
|
|
2319
|
+
() => DeleteStreamProcessorResponse$,
|
|
2270
2320
|
];
|
|
2271
|
-
export var DeleteUser = [9, n0, _DU, 0, () => DeleteUserRequest
|
|
2272
|
-
export var DescribeCollection = [
|
|
2321
|
+
export var DeleteUser$ = [9, n0, _DU, 0, () => DeleteUserRequest$, () => DeleteUserResponse$];
|
|
2322
|
+
export var DescribeCollection$ = [
|
|
2273
2323
|
9,
|
|
2274
2324
|
n0,
|
|
2275
2325
|
_DCes,
|
|
2276
2326
|
0,
|
|
2277
|
-
() => DescribeCollectionRequest
|
|
2278
|
-
() => DescribeCollectionResponse
|
|
2327
|
+
() => DescribeCollectionRequest$,
|
|
2328
|
+
() => DescribeCollectionResponse$,
|
|
2279
2329
|
];
|
|
2280
|
-
export var DescribeDataset = [
|
|
2330
|
+
export var DescribeDataset$ = [
|
|
2281
2331
|
9,
|
|
2282
2332
|
n0,
|
|
2283
2333
|
_DDes,
|
|
2284
2334
|
0,
|
|
2285
|
-
() => DescribeDatasetRequest
|
|
2286
|
-
() => DescribeDatasetResponse
|
|
2335
|
+
() => DescribeDatasetRequest$,
|
|
2336
|
+
() => DescribeDatasetResponse$,
|
|
2287
2337
|
];
|
|
2288
|
-
export var DescribeProjects = [
|
|
2338
|
+
export var DescribeProjects$ = [
|
|
2289
2339
|
9,
|
|
2290
2340
|
n0,
|
|
2291
2341
|
_DPe,
|
|
2292
2342
|
0,
|
|
2293
|
-
() => DescribeProjectsRequest
|
|
2294
|
-
() => DescribeProjectsResponse
|
|
2343
|
+
() => DescribeProjectsRequest$,
|
|
2344
|
+
() => DescribeProjectsResponse$,
|
|
2295
2345
|
];
|
|
2296
|
-
export var DescribeProjectVersions = [
|
|
2346
|
+
export var DescribeProjectVersions$ = [
|
|
2297
2347
|
9,
|
|
2298
2348
|
n0,
|
|
2299
2349
|
_DPVe,
|
|
2300
2350
|
0,
|
|
2301
|
-
() => DescribeProjectVersionsRequest
|
|
2302
|
-
() => DescribeProjectVersionsResponse
|
|
2351
|
+
() => DescribeProjectVersionsRequest$,
|
|
2352
|
+
() => DescribeProjectVersionsResponse$,
|
|
2303
2353
|
];
|
|
2304
|
-
export var DescribeStreamProcessor = [
|
|
2354
|
+
export var DescribeStreamProcessor$ = [
|
|
2305
2355
|
9,
|
|
2306
2356
|
n0,
|
|
2307
2357
|
_DSPes,
|
|
2308
2358
|
0,
|
|
2309
|
-
() => DescribeStreamProcessorRequest
|
|
2310
|
-
() => DescribeStreamProcessorResponse
|
|
2359
|
+
() => DescribeStreamProcessorRequest$,
|
|
2360
|
+
() => DescribeStreamProcessorResponse$,
|
|
2311
2361
|
];
|
|
2312
|
-
export var DetectCustomLabels = [
|
|
2362
|
+
export var DetectCustomLabels$ = [
|
|
2313
2363
|
9,
|
|
2314
2364
|
n0,
|
|
2315
2365
|
_DCL,
|
|
2316
2366
|
0,
|
|
2317
|
-
() => DetectCustomLabelsRequest
|
|
2318
|
-
() => DetectCustomLabelsResponse
|
|
2367
|
+
() => DetectCustomLabelsRequest$,
|
|
2368
|
+
() => DetectCustomLabelsResponse$,
|
|
2369
|
+
];
|
|
2370
|
+
export var DetectFaces$ = [
|
|
2371
|
+
9,
|
|
2372
|
+
n0,
|
|
2373
|
+
_DFet,
|
|
2374
|
+
0,
|
|
2375
|
+
() => DetectFacesRequest$,
|
|
2376
|
+
() => DetectFacesResponse$,
|
|
2319
2377
|
];
|
|
2320
|
-
export var
|
|
2321
|
-
|
|
2322
|
-
|
|
2378
|
+
export var DetectLabels$ = [
|
|
2379
|
+
9,
|
|
2380
|
+
n0,
|
|
2381
|
+
_DL,
|
|
2382
|
+
0,
|
|
2383
|
+
() => DetectLabelsRequest$,
|
|
2384
|
+
() => DetectLabelsResponse$,
|
|
2385
|
+
];
|
|
2386
|
+
export var DetectModerationLabels$ = [
|
|
2323
2387
|
9,
|
|
2324
2388
|
n0,
|
|
2325
2389
|
_DML,
|
|
2326
2390
|
0,
|
|
2327
|
-
() => DetectModerationLabelsRequest
|
|
2328
|
-
() => DetectModerationLabelsResponse
|
|
2391
|
+
() => DetectModerationLabelsRequest$,
|
|
2392
|
+
() => DetectModerationLabelsResponse$,
|
|
2329
2393
|
];
|
|
2330
|
-
export var DetectProtectiveEquipment = [
|
|
2394
|
+
export var DetectProtectiveEquipment$ = [
|
|
2331
2395
|
9,
|
|
2332
2396
|
n0,
|
|
2333
2397
|
_DPE,
|
|
2334
2398
|
0,
|
|
2335
|
-
() => DetectProtectiveEquipmentRequest
|
|
2336
|
-
() => DetectProtectiveEquipmentResponse
|
|
2399
|
+
() => DetectProtectiveEquipmentRequest$,
|
|
2400
|
+
() => DetectProtectiveEquipmentResponse$,
|
|
2337
2401
|
];
|
|
2338
|
-
export var DetectText = [9, n0, _DTet, 0, () => DetectTextRequest
|
|
2339
|
-
export var DisassociateFaces = [
|
|
2402
|
+
export var DetectText$ = [9, n0, _DTet, 0, () => DetectTextRequest$, () => DetectTextResponse$];
|
|
2403
|
+
export var DisassociateFaces$ = [
|
|
2340
2404
|
9,
|
|
2341
2405
|
n0,
|
|
2342
2406
|
_DFisa,
|
|
2343
2407
|
0,
|
|
2344
|
-
() => DisassociateFacesRequest
|
|
2345
|
-
() => DisassociateFacesResponse
|
|
2408
|
+
() => DisassociateFacesRequest$,
|
|
2409
|
+
() => DisassociateFacesResponse$,
|
|
2346
2410
|
];
|
|
2347
|
-
export var DistributeDatasetEntries = [
|
|
2411
|
+
export var DistributeDatasetEntries$ = [
|
|
2348
2412
|
9,
|
|
2349
2413
|
n0,
|
|
2350
2414
|
_DDE,
|
|
2351
2415
|
0,
|
|
2352
|
-
() => DistributeDatasetEntriesRequest
|
|
2353
|
-
() => DistributeDatasetEntriesResponse
|
|
2416
|
+
() => DistributeDatasetEntriesRequest$,
|
|
2417
|
+
() => DistributeDatasetEntriesResponse$,
|
|
2354
2418
|
];
|
|
2355
|
-
export var GetCelebrityInfo = [
|
|
2419
|
+
export var GetCelebrityInfo$ = [
|
|
2356
2420
|
9,
|
|
2357
2421
|
n0,
|
|
2358
2422
|
_GCI,
|
|
2359
2423
|
0,
|
|
2360
|
-
() => GetCelebrityInfoRequest
|
|
2361
|
-
() => GetCelebrityInfoResponse
|
|
2424
|
+
() => GetCelebrityInfoRequest$,
|
|
2425
|
+
() => GetCelebrityInfoResponse$,
|
|
2362
2426
|
];
|
|
2363
|
-
export var GetCelebrityRecognition = [
|
|
2427
|
+
export var GetCelebrityRecognition$ = [
|
|
2364
2428
|
9,
|
|
2365
2429
|
n0,
|
|
2366
2430
|
_GCR,
|
|
2367
2431
|
0,
|
|
2368
|
-
() => GetCelebrityRecognitionRequest
|
|
2369
|
-
() => GetCelebrityRecognitionResponse
|
|
2432
|
+
() => GetCelebrityRecognitionRequest$,
|
|
2433
|
+
() => GetCelebrityRecognitionResponse$,
|
|
2370
2434
|
];
|
|
2371
|
-
export var GetContentModeration = [
|
|
2435
|
+
export var GetContentModeration$ = [
|
|
2372
2436
|
9,
|
|
2373
2437
|
n0,
|
|
2374
2438
|
_GCM,
|
|
2375
2439
|
0,
|
|
2376
|
-
() => GetContentModerationRequest
|
|
2377
|
-
() => GetContentModerationResponse
|
|
2440
|
+
() => GetContentModerationRequest$,
|
|
2441
|
+
() => GetContentModerationResponse$,
|
|
2378
2442
|
];
|
|
2379
|
-
export var GetFaceDetection = [
|
|
2443
|
+
export var GetFaceDetection$ = [
|
|
2380
2444
|
9,
|
|
2381
2445
|
n0,
|
|
2382
2446
|
_GFD,
|
|
2383
2447
|
0,
|
|
2384
|
-
() => GetFaceDetectionRequest
|
|
2385
|
-
() => GetFaceDetectionResponse
|
|
2448
|
+
() => GetFaceDetectionRequest$,
|
|
2449
|
+
() => GetFaceDetectionResponse$,
|
|
2386
2450
|
];
|
|
2387
|
-
export var GetFaceLivenessSessionResults = [
|
|
2451
|
+
export var GetFaceLivenessSessionResults$ = [
|
|
2388
2452
|
9,
|
|
2389
2453
|
n0,
|
|
2390
2454
|
_GFLSR,
|
|
2391
2455
|
0,
|
|
2392
|
-
() => GetFaceLivenessSessionResultsRequest
|
|
2393
|
-
() => GetFaceLivenessSessionResultsResponse
|
|
2456
|
+
() => GetFaceLivenessSessionResultsRequest$,
|
|
2457
|
+
() => GetFaceLivenessSessionResultsResponse$,
|
|
2394
2458
|
];
|
|
2395
|
-
export var GetFaceSearch = [
|
|
2459
|
+
export var GetFaceSearch$ = [
|
|
2396
2460
|
9,
|
|
2397
2461
|
n0,
|
|
2398
2462
|
_GFS,
|
|
2399
2463
|
0,
|
|
2400
|
-
() => GetFaceSearchRequest
|
|
2401
|
-
() => GetFaceSearchResponse
|
|
2464
|
+
() => GetFaceSearchRequest$,
|
|
2465
|
+
() => GetFaceSearchResponse$,
|
|
2402
2466
|
];
|
|
2403
|
-
export var GetLabelDetection = [
|
|
2467
|
+
export var GetLabelDetection$ = [
|
|
2404
2468
|
9,
|
|
2405
2469
|
n0,
|
|
2406
2470
|
_GLD,
|
|
2407
2471
|
0,
|
|
2408
|
-
() => GetLabelDetectionRequest
|
|
2409
|
-
() => GetLabelDetectionResponse
|
|
2472
|
+
() => GetLabelDetectionRequest$,
|
|
2473
|
+
() => GetLabelDetectionResponse$,
|
|
2410
2474
|
];
|
|
2411
|
-
export var GetMediaAnalysisJob = [
|
|
2475
|
+
export var GetMediaAnalysisJob$ = [
|
|
2412
2476
|
9,
|
|
2413
2477
|
n0,
|
|
2414
2478
|
_GMAJ,
|
|
2415
2479
|
0,
|
|
2416
|
-
() => GetMediaAnalysisJobRequest
|
|
2417
|
-
() => GetMediaAnalysisJobResponse
|
|
2480
|
+
() => GetMediaAnalysisJobRequest$,
|
|
2481
|
+
() => GetMediaAnalysisJobResponse$,
|
|
2418
2482
|
];
|
|
2419
|
-
export var GetPersonTracking = [
|
|
2483
|
+
export var GetPersonTracking$ = [
|
|
2420
2484
|
9,
|
|
2421
2485
|
n0,
|
|
2422
2486
|
_GPT,
|
|
2423
2487
|
0,
|
|
2424
|
-
() => GetPersonTrackingRequest
|
|
2425
|
-
() => GetPersonTrackingResponse
|
|
2488
|
+
() => GetPersonTrackingRequest$,
|
|
2489
|
+
() => GetPersonTrackingResponse$,
|
|
2426
2490
|
];
|
|
2427
|
-
export var GetSegmentDetection = [
|
|
2491
|
+
export var GetSegmentDetection$ = [
|
|
2428
2492
|
9,
|
|
2429
2493
|
n0,
|
|
2430
2494
|
_GSD,
|
|
2431
2495
|
0,
|
|
2432
|
-
() => GetSegmentDetectionRequest
|
|
2433
|
-
() => GetSegmentDetectionResponse
|
|
2496
|
+
() => GetSegmentDetectionRequest$,
|
|
2497
|
+
() => GetSegmentDetectionResponse$,
|
|
2434
2498
|
];
|
|
2435
|
-
export var GetTextDetection = [
|
|
2499
|
+
export var GetTextDetection$ = [
|
|
2436
2500
|
9,
|
|
2437
2501
|
n0,
|
|
2438
2502
|
_GTD,
|
|
2439
2503
|
0,
|
|
2440
|
-
() => GetTextDetectionRequest
|
|
2441
|
-
() => GetTextDetectionResponse
|
|
2504
|
+
() => GetTextDetectionRequest$,
|
|
2505
|
+
() => GetTextDetectionResponse$,
|
|
2442
2506
|
];
|
|
2443
|
-
export var IndexFaces = [9, n0, _IF, 0, () => IndexFacesRequest
|
|
2444
|
-
export var ListCollections = [
|
|
2507
|
+
export var IndexFaces$ = [9, n0, _IF, 0, () => IndexFacesRequest$, () => IndexFacesResponse$];
|
|
2508
|
+
export var ListCollections$ = [
|
|
2445
2509
|
9,
|
|
2446
2510
|
n0,
|
|
2447
2511
|
_LCi,
|
|
2448
2512
|
0,
|
|
2449
|
-
() => ListCollectionsRequest
|
|
2450
|
-
() => ListCollectionsResponse
|
|
2513
|
+
() => ListCollectionsRequest$,
|
|
2514
|
+
() => ListCollectionsResponse$,
|
|
2451
2515
|
];
|
|
2452
|
-
export var ListDatasetEntries = [
|
|
2516
|
+
export var ListDatasetEntries$ = [
|
|
2453
2517
|
9,
|
|
2454
2518
|
n0,
|
|
2455
2519
|
_LDE,
|
|
2456
2520
|
0,
|
|
2457
|
-
() => ListDatasetEntriesRequest
|
|
2458
|
-
() => ListDatasetEntriesResponse
|
|
2521
|
+
() => ListDatasetEntriesRequest$,
|
|
2522
|
+
() => ListDatasetEntriesResponse$,
|
|
2459
2523
|
];
|
|
2460
|
-
export var ListDatasetLabels = [
|
|
2524
|
+
export var ListDatasetLabels$ = [
|
|
2461
2525
|
9,
|
|
2462
2526
|
n0,
|
|
2463
2527
|
_LDL,
|
|
2464
2528
|
0,
|
|
2465
|
-
() => ListDatasetLabelsRequest
|
|
2466
|
-
() => ListDatasetLabelsResponse
|
|
2529
|
+
() => ListDatasetLabelsRequest$,
|
|
2530
|
+
() => ListDatasetLabelsResponse$,
|
|
2467
2531
|
];
|
|
2468
|
-
export var ListFaces = [9, n0, _LF, 0, () => ListFacesRequest
|
|
2469
|
-
export var ListMediaAnalysisJobs = [
|
|
2532
|
+
export var ListFaces$ = [9, n0, _LF, 0, () => ListFacesRequest$, () => ListFacesResponse$];
|
|
2533
|
+
export var ListMediaAnalysisJobs$ = [
|
|
2470
2534
|
9,
|
|
2471
2535
|
n0,
|
|
2472
2536
|
_LMAJ,
|
|
2473
2537
|
0,
|
|
2474
|
-
() => ListMediaAnalysisJobsRequest
|
|
2475
|
-
() => ListMediaAnalysisJobsResponse
|
|
2538
|
+
() => ListMediaAnalysisJobsRequest$,
|
|
2539
|
+
() => ListMediaAnalysisJobsResponse$,
|
|
2476
2540
|
];
|
|
2477
|
-
export var ListProjectPolicies = [
|
|
2541
|
+
export var ListProjectPolicies$ = [
|
|
2478
2542
|
9,
|
|
2479
2543
|
n0,
|
|
2480
2544
|
_LPP,
|
|
2481
2545
|
0,
|
|
2482
|
-
() => ListProjectPoliciesRequest
|
|
2483
|
-
() => ListProjectPoliciesResponse
|
|
2546
|
+
() => ListProjectPoliciesRequest$,
|
|
2547
|
+
() => ListProjectPoliciesResponse$,
|
|
2484
2548
|
];
|
|
2485
|
-
export var ListStreamProcessors = [
|
|
2549
|
+
export var ListStreamProcessors$ = [
|
|
2486
2550
|
9,
|
|
2487
2551
|
n0,
|
|
2488
2552
|
_LSP,
|
|
2489
2553
|
0,
|
|
2490
|
-
() => ListStreamProcessorsRequest
|
|
2491
|
-
() => ListStreamProcessorsResponse
|
|
2554
|
+
() => ListStreamProcessorsRequest$,
|
|
2555
|
+
() => ListStreamProcessorsResponse$,
|
|
2492
2556
|
];
|
|
2493
|
-
export var ListTagsForResource = [
|
|
2557
|
+
export var ListTagsForResource$ = [
|
|
2494
2558
|
9,
|
|
2495
2559
|
n0,
|
|
2496
2560
|
_LTFR,
|
|
2497
2561
|
0,
|
|
2498
|
-
() => ListTagsForResourceRequest
|
|
2499
|
-
() => ListTagsForResourceResponse
|
|
2562
|
+
() => ListTagsForResourceRequest$,
|
|
2563
|
+
() => ListTagsForResourceResponse$,
|
|
2500
2564
|
];
|
|
2501
|
-
export var ListUsers = [9, n0, _LU, 0, () => ListUsersRequest
|
|
2502
|
-
export var PutProjectPolicy = [
|
|
2565
|
+
export var ListUsers$ = [9, n0, _LU, 0, () => ListUsersRequest$, () => ListUsersResponse$];
|
|
2566
|
+
export var PutProjectPolicy$ = [
|
|
2503
2567
|
9,
|
|
2504
2568
|
n0,
|
|
2505
2569
|
_PPP,
|
|
2506
2570
|
0,
|
|
2507
|
-
() => PutProjectPolicyRequest
|
|
2508
|
-
() => PutProjectPolicyResponse
|
|
2571
|
+
() => PutProjectPolicyRequest$,
|
|
2572
|
+
() => PutProjectPolicyResponse$,
|
|
2509
2573
|
];
|
|
2510
|
-
export var RecognizeCelebrities = [
|
|
2574
|
+
export var RecognizeCelebrities$ = [
|
|
2511
2575
|
9,
|
|
2512
2576
|
n0,
|
|
2513
2577
|
_RC,
|
|
2514
2578
|
0,
|
|
2515
|
-
() => RecognizeCelebritiesRequest
|
|
2516
|
-
() => RecognizeCelebritiesResponse
|
|
2579
|
+
() => RecognizeCelebritiesRequest$,
|
|
2580
|
+
() => RecognizeCelebritiesResponse$,
|
|
2517
2581
|
];
|
|
2518
|
-
export var SearchFaces = [
|
|
2519
|
-
|
|
2582
|
+
export var SearchFaces$ = [
|
|
2583
|
+
9,
|
|
2584
|
+
n0,
|
|
2585
|
+
_SFe,
|
|
2586
|
+
0,
|
|
2587
|
+
() => SearchFacesRequest$,
|
|
2588
|
+
() => SearchFacesResponse$,
|
|
2589
|
+
];
|
|
2590
|
+
export var SearchFacesByImage$ = [
|
|
2520
2591
|
9,
|
|
2521
2592
|
n0,
|
|
2522
2593
|
_SFBI,
|
|
2523
2594
|
0,
|
|
2524
|
-
() => SearchFacesByImageRequest
|
|
2525
|
-
() => SearchFacesByImageResponse
|
|
2595
|
+
() => SearchFacesByImageRequest$,
|
|
2596
|
+
() => SearchFacesByImageResponse$,
|
|
2597
|
+
];
|
|
2598
|
+
export var SearchUsers$ = [
|
|
2599
|
+
9,
|
|
2600
|
+
n0,
|
|
2601
|
+
_SUe,
|
|
2602
|
+
0,
|
|
2603
|
+
() => SearchUsersRequest$,
|
|
2604
|
+
() => SearchUsersResponse$,
|
|
2526
2605
|
];
|
|
2527
|
-
export var
|
|
2528
|
-
export var SearchUsersByImage = [
|
|
2606
|
+
export var SearchUsersByImage$ = [
|
|
2529
2607
|
9,
|
|
2530
2608
|
n0,
|
|
2531
2609
|
_SUBI,
|
|
2532
2610
|
0,
|
|
2533
|
-
() => SearchUsersByImageRequest
|
|
2534
|
-
() => SearchUsersByImageResponse
|
|
2611
|
+
() => SearchUsersByImageRequest$,
|
|
2612
|
+
() => SearchUsersByImageResponse$,
|
|
2535
2613
|
];
|
|
2536
|
-
export var StartCelebrityRecognition = [
|
|
2614
|
+
export var StartCelebrityRecognition$ = [
|
|
2537
2615
|
9,
|
|
2538
2616
|
n0,
|
|
2539
2617
|
_SCR,
|
|
2540
2618
|
2,
|
|
2541
|
-
() => StartCelebrityRecognitionRequest
|
|
2542
|
-
() => StartCelebrityRecognitionResponse
|
|
2619
|
+
() => StartCelebrityRecognitionRequest$,
|
|
2620
|
+
() => StartCelebrityRecognitionResponse$,
|
|
2543
2621
|
];
|
|
2544
|
-
export var StartContentModeration = [
|
|
2622
|
+
export var StartContentModeration$ = [
|
|
2545
2623
|
9,
|
|
2546
2624
|
n0,
|
|
2547
2625
|
_SCM,
|
|
2548
2626
|
2,
|
|
2549
|
-
() => StartContentModerationRequest
|
|
2550
|
-
() => StartContentModerationResponse
|
|
2627
|
+
() => StartContentModerationRequest$,
|
|
2628
|
+
() => StartContentModerationResponse$,
|
|
2551
2629
|
];
|
|
2552
|
-
export var StartFaceDetection = [
|
|
2630
|
+
export var StartFaceDetection$ = [
|
|
2553
2631
|
9,
|
|
2554
2632
|
n0,
|
|
2555
2633
|
_SFDt,
|
|
2556
2634
|
2,
|
|
2557
|
-
() => StartFaceDetectionRequest
|
|
2558
|
-
() => StartFaceDetectionResponse
|
|
2635
|
+
() => StartFaceDetectionRequest$,
|
|
2636
|
+
() => StartFaceDetectionResponse$,
|
|
2559
2637
|
];
|
|
2560
|
-
export var StartFaceSearch = [
|
|
2638
|
+
export var StartFaceSearch$ = [
|
|
2561
2639
|
9,
|
|
2562
2640
|
n0,
|
|
2563
2641
|
_SFS,
|
|
2564
2642
|
2,
|
|
2565
|
-
() => StartFaceSearchRequest
|
|
2566
|
-
() => StartFaceSearchResponse
|
|
2643
|
+
() => StartFaceSearchRequest$,
|
|
2644
|
+
() => StartFaceSearchResponse$,
|
|
2567
2645
|
];
|
|
2568
|
-
export var StartLabelDetection = [
|
|
2646
|
+
export var StartLabelDetection$ = [
|
|
2569
2647
|
9,
|
|
2570
2648
|
n0,
|
|
2571
2649
|
_SLD,
|
|
2572
2650
|
2,
|
|
2573
|
-
() => StartLabelDetectionRequest
|
|
2574
|
-
() => StartLabelDetectionResponse
|
|
2651
|
+
() => StartLabelDetectionRequest$,
|
|
2652
|
+
() => StartLabelDetectionResponse$,
|
|
2575
2653
|
];
|
|
2576
|
-
export var StartMediaAnalysisJob = [
|
|
2654
|
+
export var StartMediaAnalysisJob$ = [
|
|
2577
2655
|
9,
|
|
2578
2656
|
n0,
|
|
2579
2657
|
_SMAJ,
|
|
2580
2658
|
2,
|
|
2581
|
-
() => StartMediaAnalysisJobRequest
|
|
2582
|
-
() => StartMediaAnalysisJobResponse
|
|
2659
|
+
() => StartMediaAnalysisJobRequest$,
|
|
2660
|
+
() => StartMediaAnalysisJobResponse$,
|
|
2583
2661
|
];
|
|
2584
|
-
export var StartPersonTracking = [
|
|
2662
|
+
export var StartPersonTracking$ = [
|
|
2585
2663
|
9,
|
|
2586
2664
|
n0,
|
|
2587
2665
|
_SPT,
|
|
2588
2666
|
2,
|
|
2589
|
-
() => StartPersonTrackingRequest
|
|
2590
|
-
() => StartPersonTrackingResponse
|
|
2667
|
+
() => StartPersonTrackingRequest$,
|
|
2668
|
+
() => StartPersonTrackingResponse$,
|
|
2591
2669
|
];
|
|
2592
|
-
export var StartProjectVersion = [
|
|
2670
|
+
export var StartProjectVersion$ = [
|
|
2593
2671
|
9,
|
|
2594
2672
|
n0,
|
|
2595
2673
|
_SPV,
|
|
2596
2674
|
0,
|
|
2597
|
-
() => StartProjectVersionRequest
|
|
2598
|
-
() => StartProjectVersionResponse
|
|
2675
|
+
() => StartProjectVersionRequest$,
|
|
2676
|
+
() => StartProjectVersionResponse$,
|
|
2599
2677
|
];
|
|
2600
|
-
export var StartSegmentDetection = [
|
|
2678
|
+
export var StartSegmentDetection$ = [
|
|
2601
2679
|
9,
|
|
2602
2680
|
n0,
|
|
2603
2681
|
_SSD,
|
|
2604
2682
|
2,
|
|
2605
|
-
() => StartSegmentDetectionRequest
|
|
2606
|
-
() => StartSegmentDetectionResponse
|
|
2683
|
+
() => StartSegmentDetectionRequest$,
|
|
2684
|
+
() => StartSegmentDetectionResponse$,
|
|
2607
2685
|
];
|
|
2608
|
-
export var StartStreamProcessor = [
|
|
2686
|
+
export var StartStreamProcessor$ = [
|
|
2609
2687
|
9,
|
|
2610
2688
|
n0,
|
|
2611
2689
|
_SSP,
|
|
2612
2690
|
0,
|
|
2613
|
-
() => StartStreamProcessorRequest
|
|
2614
|
-
() => StartStreamProcessorResponse
|
|
2691
|
+
() => StartStreamProcessorRequest$,
|
|
2692
|
+
() => StartStreamProcessorResponse$,
|
|
2615
2693
|
];
|
|
2616
|
-
export var StartTextDetection = [
|
|
2694
|
+
export var StartTextDetection$ = [
|
|
2617
2695
|
9,
|
|
2618
2696
|
n0,
|
|
2619
2697
|
_STD,
|
|
2620
2698
|
2,
|
|
2621
|
-
() => StartTextDetectionRequest
|
|
2622
|
-
() => StartTextDetectionResponse
|
|
2699
|
+
() => StartTextDetectionRequest$,
|
|
2700
|
+
() => StartTextDetectionResponse$,
|
|
2623
2701
|
];
|
|
2624
|
-
export var StopProjectVersion = [
|
|
2702
|
+
export var StopProjectVersion$ = [
|
|
2625
2703
|
9,
|
|
2626
2704
|
n0,
|
|
2627
2705
|
_SPVt,
|
|
2628
2706
|
0,
|
|
2629
|
-
() => StopProjectVersionRequest
|
|
2630
|
-
() => StopProjectVersionResponse
|
|
2707
|
+
() => StopProjectVersionRequest$,
|
|
2708
|
+
() => StopProjectVersionResponse$,
|
|
2631
2709
|
];
|
|
2632
|
-
export var StopStreamProcessor = [
|
|
2710
|
+
export var StopStreamProcessor$ = [
|
|
2633
2711
|
9,
|
|
2634
2712
|
n0,
|
|
2635
2713
|
_SSPt,
|
|
2636
2714
|
0,
|
|
2637
|
-
() => StopStreamProcessorRequest
|
|
2638
|
-
() => StopStreamProcessorResponse
|
|
2715
|
+
() => StopStreamProcessorRequest$,
|
|
2716
|
+
() => StopStreamProcessorResponse$,
|
|
2639
2717
|
];
|
|
2640
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
2641
|
-
export var UntagResource = [
|
|
2718
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
2719
|
+
export var UntagResource$ = [
|
|
2642
2720
|
9,
|
|
2643
2721
|
n0,
|
|
2644
2722
|
_UR,
|
|
2645
2723
|
0,
|
|
2646
|
-
() => UntagResourceRequest
|
|
2647
|
-
() => UntagResourceResponse
|
|
2724
|
+
() => UntagResourceRequest$,
|
|
2725
|
+
() => UntagResourceResponse$,
|
|
2648
2726
|
];
|
|
2649
|
-
export var UpdateDatasetEntries = [
|
|
2727
|
+
export var UpdateDatasetEntries$ = [
|
|
2650
2728
|
9,
|
|
2651
2729
|
n0,
|
|
2652
2730
|
_UDE,
|
|
2653
2731
|
0,
|
|
2654
|
-
() => UpdateDatasetEntriesRequest
|
|
2655
|
-
() => UpdateDatasetEntriesResponse
|
|
2732
|
+
() => UpdateDatasetEntriesRequest$,
|
|
2733
|
+
() => UpdateDatasetEntriesResponse$,
|
|
2656
2734
|
];
|
|
2657
|
-
export var UpdateStreamProcessor = [
|
|
2735
|
+
export var UpdateStreamProcessor$ = [
|
|
2658
2736
|
9,
|
|
2659
2737
|
n0,
|
|
2660
2738
|
_USP,
|
|
2661
2739
|
0,
|
|
2662
|
-
() => UpdateStreamProcessorRequest
|
|
2663
|
-
() => UpdateStreamProcessorResponse
|
|
2740
|
+
() => UpdateStreamProcessorRequest$,
|
|
2741
|
+
() => UpdateStreamProcessorResponse$,
|
|
2664
2742
|
];
|