From 8b2a302ea16ece3f74dfc9f252ade7d340f32d90 Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Mon, 6 May 2024 15:17:45 -0500 Subject: [PATCH 1/4] change a few links --- src/Textkernel.Tx.SDK/Models/API/Parsing/FlexRequest.cs | 2 +- src/Textkernel.Tx.SDK/Models/API/Parsing/ParseOptions.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Textkernel.Tx.SDK/Models/API/Parsing/FlexRequest.cs b/src/Textkernel.Tx.SDK/Models/API/Parsing/FlexRequest.cs index a13274ce..f8e39cd7 100644 --- a/src/Textkernel.Tx.SDK/Models/API/Parsing/FlexRequest.cs +++ b/src/Textkernel.Tx.SDK/Models/API/Parsing/FlexRequest.cs @@ -10,7 +10,7 @@ namespace Textkernel.Tx.Models.API.Parsing { /// /// Custom requests to ask during parsing. - /// See the overview documentation for more details. + /// See the overview documentation for more details. /// Additional charges will apply. /// public class FlexRequest diff --git a/src/Textkernel.Tx.SDK/Models/API/Parsing/ParseOptions.cs b/src/Textkernel.Tx.SDK/Models/API/Parsing/ParseOptions.cs index 9e9ca8e1..ca3dea0c 100644 --- a/src/Textkernel.Tx.SDK/Models/API/Parsing/ParseOptions.cs +++ b/src/Textkernel.Tx.SDK/Models/API/Parsing/ParseOptions.cs @@ -109,7 +109,7 @@ public class ParseOptions : BasicParseOptions /// /// Only used for resumes. Custom requests to ask during parsing. - /// See the overview documentation for more details. + /// See the overview documentation for more details. /// Additional charges will apply. /// public List FlexRequests { get; set; } From 1ac209e26f7a27de1eb882a0689489567dd7e77c Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Wed, 8 May 2024 10:25:39 -0500 Subject: [PATCH 2/4] update docs --- src/Textkernel.Tx.SDK/ITxClient.cs | 6 +++--- .../Ontology/Request/SuggestSkillsFromProfessionsRequest.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Textkernel.Tx.SDK/ITxClient.cs b/src/Textkernel.Tx.SDK/ITxClient.cs index e27ae346..0dba3500 100644 --- a/src/Textkernel.Tx.SDK/ITxClient.cs +++ b/src/Textkernel.Tx.SDK/ITxClient.cs @@ -696,7 +696,7 @@ Task AutocompleteSkill(string prefix, IEnumerable /// The resume to suggest skills for (based on the professions in the resume) - /// The maximum amount of suggested skills returned. The maximum and default is 10. + /// The maximum amount of suggested skills returned. The default is 10. /// /// The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported /// ISO codes. @@ -709,7 +709,7 @@ Task AutocompleteSkill(string prefix, IEnumerable /// The job to suggest skills for (based on the profession in the job) - /// The maximum amount of suggested skills returned. The maximum and default is 10. + /// The maximum amount of suggested skills returned. The default is 10. /// /// The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported /// ISO codes. @@ -722,7 +722,7 @@ Task AutocompleteSkill(string prefix, IEnumerable /// The code IDs of the professions to suggest skills for. - /// The maximum amount of suggested skills returned. The maximum and default is 10. + /// The maximum amount of suggested skills returned. The default is 10. /// /// The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported /// ISO codes. diff --git a/src/Textkernel.Tx.SDK/Models/API/DataEnrichment/Ontology/Request/SuggestSkillsFromProfessionsRequest.cs b/src/Textkernel.Tx.SDK/Models/API/DataEnrichment/Ontology/Request/SuggestSkillsFromProfessionsRequest.cs index 5230fb77..cb4bf4d8 100644 --- a/src/Textkernel.Tx.SDK/Models/API/DataEnrichment/Ontology/Request/SuggestSkillsFromProfessionsRequest.cs +++ b/src/Textkernel.Tx.SDK/Models/API/DataEnrichment/Ontology/Request/SuggestSkillsFromProfessionsRequest.cs @@ -19,7 +19,7 @@ public class SuggestSkillsFromProfessionsRequest /// public List ProfessionCodeIds { get; set; } /// - /// The maximum amount of suggested skills returned. The maximum and default is 10. + /// The maximum amount of suggested skills returned. The default is 10. /// public int Limit { get; set; } = 10; From 152431d3fb48e52c23e1c29e59e5a2fa71adfa6e Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Wed, 8 May 2024 10:26:55 -0500 Subject: [PATCH 3/4] update version --- src/Textkernel.Tx.SDK/Textkernel.Tx.SDK.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Textkernel.Tx.SDK/Textkernel.Tx.SDK.csproj b/src/Textkernel.Tx.SDK/Textkernel.Tx.SDK.csproj index 35de5972..a28bf947 100644 --- a/src/Textkernel.Tx.SDK/Textkernel.Tx.SDK.csproj +++ b/src/Textkernel.Tx.SDK/Textkernel.Tx.SDK.csproj @@ -10,7 +10,7 @@ Copyright © $([System.DateTime]::UtcNow.Year) Textkernel BV. All rights reserved. Apache-2.0 https://github.com/textkernel/tx-dotnet - 3.2.0 + 3.2.1 images\icon.png https://raw.githubusercontent.com/textkernel/tx-dotnet/master/src/Textkernel.Tx.SDK/icon.png true From 1e97564f12ee90a480edbf135a337312759ef15d Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Wed, 8 May 2024 15:34:21 +0000 Subject: [PATCH 4/4] --- auto-generation of docfx documentation --- --- docs/index.html | 2 +- docs/manifest.json | 694 +++++++++--------- ...extkernel.Tx.Batches.BatchErrorResult.html | 8 +- .../Textkernel.Tx.Batches.BatchParser.html | 12 +- ...xtkernel.Tx.Batches.BatchParsingRules.html | 28 +- .../Textkernel.Tx.Batches.BatchResult.html | 12 +- ....Batches.JobBatchPartialSuccessResult.html | 8 +- ...rnel.Tx.Batches.JobBatchSuccessResult.html | 8 +- ...tches.ResumeBatchPartialSuccessResult.html | 8 +- ...l.Tx.Batches.ResumeBatchSuccessResult.html | 8 +- ...el.Tx.Batches.TxInvalidBatchException.html | 4 +- docs/sdk/Textkernel.Tx.DataCenter.html | 20 +- docs/sdk/Textkernel.Tx.ITxClient.html | 254 +++---- ...ls.API.Account.GetAccountInfoResponse.html | 4 +- .../Textkernel.Tx.Models.API.AccountInfo.html | 36 +- ...extkernel.Tx.Models.API.ApiResponse-1.html | 12 +- ...tkernel.Tx.Models.API.ApiResponseInfo.html | 28 +- ...nel.Tx.Models.API.ApiResponseInfoLite.html | 12 +- ...metricScoring.BimetricScoreJobRequest.html | 8 +- ....BimetricScoring.BimetricScoreRequest.html | 20 +- ...BimetricScoring.BimetricScoreResponse.html | 4 +- ...ricScoring.BimetricScoreResponseValue.html | 4 +- ...I.BimetricScoring.BimetricScoreResult.html | 28 +- ...ricScoring.BimetricScoreResumeRequest.html | 8 +- ....API.BimetricScoring.IParsedDocWithId.html | 8 +- ...s.API.BimetricScoring.ParsedJobWithId.html | 12 +- ...PI.BimetricScoring.ParsedResumeWithId.html | 12 +- ...PI.DataEnrichment.AutocompleteRequest.html | 20 +- ...PI.DataEnrichment.GetMetadataResponse.html | 4 +- ...ogy.Request.CompareProfessionsRequest.html | 16 +- ...uest.CompareSkillsToProfessionRequest.html | 16 +- ....Request.SkillsSimilarityScoreRequest.html | 12 +- ...ogy.Request.SuggestProfessionsRequest.html | 20 +- ...t.SuggestSkillsFromProfessionsRequest.html | 18 +- ...equest.SuggestSkillsFromSkillsRequest.html | 16 +- ...y.Response.CompareProfessionsResponse.html | 4 +- ...ponse.CompareProfessionsResponseValue.html | 16 +- ...nse.CompareSkillsToProfessionResponse.html | 4 +- ...ompareSkillsToProfessionResponseValue.html | 20 +- ...gy.Response.ProfessionExclusiveSkills.html | 12 +- ...richment.Ontology.Response.SkillScore.html | 16 +- ...esponse.SkillsSimilarityScoreResponse.html | 4 +- ...se.SkillsSimilarityScoreResponseValue.html | 8 +- ...y.Response.SuggestProfessionsResponse.html | 4 +- ...ponse.SuggestProfessionsResponseValue.html | 12 +- ...y.Response.SuggestProfessionsWarnings.html | 12 +- ...tology.Response.SuggestSkillsResponse.html | 4 +- ...y.Response.SuggestSkillsResponseValue.html | 8 +- ...Ontology.Response.SuggestedProfession.html | 20 +- ...ataEnrichment.Professions.ONETVersion.html | 4 +- ...sions.ProfessionNormalizationVersions.html | 8 +- ....Request.LookupProfessionCodesRequest.html | 12 +- ...s.Request.NormalizeProfessionsRequest.html | 16 +- ...ponse.AutoCompleteProfessionsResponse.html | 4 +- ....AutoCompleteProfessionsResponseValue.html | 8 +- ...sponse.GetProfessionsTaxonomyResponse.html | 4 +- ...e.GetTaxonomyProfessionsResponseValue.html | 8 +- ...esponse.LookupProfessionCodesResponse.html | 4 +- ...se.LookupProfessionCodesResponseValue.html | 8 +- ...Response.NormalizeProfessionsResponse.html | 4 +- ...nse.NormalizeProfessionsResponseValue.html | 8 +- ...t.Skills.Request.ExtractSkillsRequest.html | 20 +- ...nt.Skills.Request.LookupSkillsRequest.html | 12 +- ...Skills.Request.NormalizeSkillsRequest.html | 16 +- ...lls.Request.SkillsAutoCompleteRequest.html | 8 +- ...s.Response.AutoCompleteSkillsResponse.html | 4 +- ...ponse.AutocompleteSkillsResponseValue.html | 8 +- ...Skills.Response.ExtractSkillsResponse.html | 4 +- ...s.Response.ExtractSkillsResponseValue.html | 12 +- ...ls.Response.GetSkillsTaxonomyResponse.html | 4 +- ...sponse.GetSkillsTaxonomyResponseValue.html | 8 +- ...lls.Response.LookupSkillCodesResponse.html | 4 +- ...esponse.LookupSkillCodesResponseValue.html | 8 +- ...ills.Response.NormalizeSkillsResponse.html | 4 +- ...Response.NormalizeSkillsResponseValue.html | 8 +- ...els.API.DataEnrichment.TaxonomyFormat.html | 4 +- ...l.Tx.Models.API.Formatter.CompanyInfo.html | 32 +- ...ls.API.Formatter.CompanyInfoPlacement.html | 4 +- ...els.API.Formatter.EmployerNameOptions.html | 4 +- ...els.API.Formatter.FormatResumeOptions.html | 20 +- ...els.API.Formatter.FormatResumeRequest.html | 16 +- ...ls.API.Formatter.FormatResumeResponse.html | 4 +- ...I.Formatter.FormatResumeResponseValue.html | 8 +- ....Models.API.Formatter.MetadataOptions.html | 12 +- ...el.Tx.Models.API.Formatter.ResumeLogo.html | 28 +- ...el.Tx.Models.API.Formatter.ResumeType.html | 4 +- ...dels.API.Formatter.WorkHistoryOptions.html | 16 +- ...ernel.Tx.Models.API.Geocoding.Address.html | 24 +- ...I.Geocoding.GeocodeAndIndexJobRequest.html | 8 +- ....Geocoding.GeocodeAndIndexJobResponse.html | 4 +- ...oding.GeocodeAndIndexJobResponseValue.html | 8 +- ....API.Geocoding.GeocodeAndIndexRequest.html | 16 +- ...eocoding.GeocodeAndIndexResponseValue.html | 12 +- ...eocoding.GeocodeAndIndexResumeRequest.html | 8 +- ...ocoding.GeocodeAndIndexResumeResponse.html | 4 +- ...ng.GeocodeAndIndexResumeResponseValue.html | 8 +- ...dels.API.Geocoding.GeocodeCredentials.html | 12 +- ...odels.API.Geocoding.GeocodeJobRequest.html | 8 +- ...dels.API.Geocoding.GeocodeJobResponse.html | 4 +- ...API.Geocoding.GeocodeJobResponseValue.html | 8 +- ...x.Models.API.Geocoding.GeocodeOptions.html | 8 +- ...dels.API.Geocoding.GeocodeOptionsBase.html | 12 +- ....Models.API.Geocoding.GeocodeProvider.html | 4 +- ...ls.API.Geocoding.GeocodeResumeRequest.html | 8 +- ...s.API.Geocoding.GeocodeResumeResponse.html | 4 +- ....Geocoding.GeocodeResumeResponseValue.html | 8 +- .../Textkernel.Tx.Models.API.ITxResponse.html | 8 +- ...Models.API.Indexes.CreateIndexRequest.html | 8 +- ...odels.API.Indexes.CreateIndexResponse.html | 4 +- ...ls.API.Indexes.DeleteDocumentResponse.html | 4 +- ...odels.API.Indexes.DeleteIndexResponse.html | 4 +- ...dexes.DeleteMultipleDocumentsResponse.html | 4 +- ...els.API.Indexes.GetAllIndexesResponse.html | 4 +- ...x.Models.API.Indexes.GetIndexResponse.html | 4 +- ....Tx.Models.API.Indexes.GetJobResponse.html | 4 +- ....Models.API.Indexes.GetResumeResponse.html | 4 +- ...dels.API.Indexes.IndexDocumentRequest.html | 8 +- ...els.API.Indexes.IndexDocumentResponse.html | 4 +- ...el.Tx.Models.API.Indexes.IndexJobInfo.html | 8 +- ...Tx.Models.API.Indexes.IndexJobRequest.html | 8 +- ...API.Indexes.IndexMultipleDocumentInfo.html | 12 +- ...ndexes.IndexMultipleDocumentsResponse.html | 4 +- ...s.IndexMultipleDocumentsResponseValue.html | 8 +- ....API.Indexes.IndexMultipleJobsRequest.html | 8 +- ...I.Indexes.IndexMultipleResumesRequest.html | 8 +- ...Tx.Models.API.Indexes.IndexResumeInfo.html | 8 +- ...Models.API.Indexes.IndexResumeRequest.html | 8 +- ...s.API.Indexes.IndexSingleDocumentInfo.html | 8 +- ....Indexes.UpdateUserDefinedTagsRequest.html | 12 +- ...Indexes.UpdateUserDefinedTagsResponse.html | 4 +- ...els.API.Indexes.UserDefinedTagsMethod.html | 4 +- ...API.JobDescription.GenerateJobRequest.html | 28 +- ...PI.JobDescription.GenerateJobResponse.html | 4 +- ...bDescription.GenerateJobResponseValue.html | 8 +- ...s.API.JobDescription.GenerateJobSkill.html | 12 +- ....Tx.Models.API.JobDescription.JobTone.html | 4 +- ...dels.API.JobDescription.SkillPriority.html | 4 +- ...tion.SuggestSkillsFromJobTitleRequest.html | 16 +- ...ion.SuggestSkillsFromJobTitleResponse.html | 4 +- ...uggestSkillsFromJobTitleResponseValue.html | 8 +- ...PI.Matching.BaseScoredResponseValue-1.html | 12 +- ...tching.BaseSearchMatchResponseValue-1.html | 16 +- ...x.Models.API.Matching.CategoryWeights.html | 68 +- ...x.Models.API.Matching.MatchJobRequest.html | 8 +- ....Tx.Models.API.Matching.MatchResponse.html | 4 +- ...odels.API.Matching.MatchResponseValue.html | 4 +- ...odels.API.Matching.MatchResumeRequest.html | 8 +- ...els.API.Matching.Request.DistanceUnit.html | 4 +- ...s.API.Matching.Request.FilterCriteria.html | 140 ++-- ...s.API.Matching.Request.FilterLocation.html | 24 +- ...els.API.Matching.Request.IntegerRange.html | 12 +- ...s.API.Matching.Request.JobTitleFilter.html | 12 +- ...API.Matching.Request.LocationCriteria.html | 24 +- ...hing.Request.MatchByDocumentIdOptions.html | 4 +- ...els.API.Matching.Request.MatchRequest.html | 12 +- ...I.Matching.Request.PaginationSettings.html | 12 +- ...PI.Matching.Request.RevisionDateRange.html | 12 +- ...tching.Request.SearchMatchRequestBase.html | 16 +- ....Matching.Request.SearchMatchSettings.html | 16 +- ...Matching.Request.SkillExperienceLevel.html | 4 +- ...dels.API.Matching.Request.SkillFilter.html | 16 +- ...I.Matching.Response.CategoryScoreData.html | 12 +- ...tching.Response.CategoryScoreEvidence.html | 12 +- ....Matching.Response.DocumentTaxonomies.html | 12 +- ....Matching.Response.EducationScoreData.html | 16 +- ...I.Matching.Response.EnrichedScoreData.html | 36 +- ...s.API.Matching.Response.FoundJobTitle.html | 16 +- ...dels.API.Matching.Response.FoundSkill.html | 12 +- ...tching.Response.IBimetricScoredResult.html | 24 +- ....Matching.Response.JobTitlesScoreData.html | 12 +- ...ing.Response.ManagementLevelScoreData.html | 16 +- ...els.API.Matching.Response.MatchResult.html | 24 +- ...ls.API.Matching.Response.SearchResult.html | 12 +- ...hing.Response.SimpleCategoryScoreData.html | 12 +- ...API.Matching.Response.SkillsScoreData.html | 12 +- ...Matching.Response.TaxonomiesScoreData.html | 12 +- ...PI.Matching.Response.TaxonomyEvidence.html | 12 +- ...ls.API.Matching.Response.TaxonomyInfo.html | 16 +- ....Tx.Models.API.Matching.SearchRequest.html | 8 +- ...Tx.Models.API.Matching.SearchResponse.html | 4 +- ...dels.API.Matching.SearchResponseValue.html | 4 +- ...Models.API.Matching.UI.AIMatchDetails.html | 8 +- ...Models.API.Matching.UI.BasicUIOptions.html | 16 +- ....API.Matching.UI.BimetricScoreDetails.html | 8 +- ...I.Matching.UI.BimetricScoreJobDetails.html | 8 +- ...atching.UI.BimetricScoreResumeDetails.html | 8 +- ...atching.UI.GenerateUIDetailsRequest-1.html | 12 +- ...s.API.Matching.UI.GenerateUIRequest-1.html | 8 +- ...ls.API.Matching.UI.GenerateUIResponse.html | 12 +- ....Matching.UI.Hooks.BulkHookPostBody-1.html | 8 +- ....API.Matching.UI.Hooks.ClientSideHook.html | 12 +- ....Matching.UI.Hooks.DocumentIdentifier.html | 12 +- ....API.Matching.UI.Hooks.HookPostBody-1.html | 12 +- ...Models.API.Matching.UI.Hooks.JsAction.html | 16 +- ...ching.UI.Hooks.OnUpdateHookPostBody-1.html | 12 +- ...s.API.Matching.UI.Hooks.OnUpdateHooks.html | 12 +- ...ching.UI.Hooks.OnUpdateServerSideHook.html | 12 +- ....API.Matching.UI.Hooks.ServerSideHook.html | 12 +- ...ls.API.Matching.UI.Hooks.SourcingHook.html | 8 +- ...ching.UI.Hooks.SourcingHookPostBody-1.html | 20 +- ...odels.API.Matching.UI.Hooks.UrlAction.html | 12 +- ....API.Matching.UI.Hooks.UserActionHook.html | 12 +- ...ing.UI.Hooks.UserActionHookCollection.html | 20 +- ...ing.UI.Hooks.UserActionHookPostBody-1.html | 12 +- ...x.Models.API.Matching.UI.MatchDetails.html | 16 +- ...odels.API.Matching.UI.MatchUISettings.html | 16 +- ...x.Models.API.Matching.UI.StyleOptions.html | 24 +- ...g.UI.UIBimetricScoreJobDetailsRequest.html | 4 +- ...Matching.UI.UIBimetricScoreJobRequest.html | 4 +- ...I.UIBimetricScoreResumeDetailsRequest.html | 4 +- ...ching.UI.UIBimetricScoreResumeRequest.html | 4 +- ...atching.UI.UIMatchByDocumentIdOptions.html | 4 +- ...API.Matching.UI.UIMatchDetailsRequest.html | 4 +- ...els.API.Matching.UI.UIMatchJobRequest.html | 4 +- ....API.Matching.UI.UIMatchResumeRequest.html | 4 +- ...l.Tx.Models.API.Matching.UI.UIOptions.html | 52 +- ...odels.API.Matching.UI.UISearchRequest.html | 4 +- ....API.Matching.UI.UserDefinedTagOption.html | 12 +- ...I.Matching.UI.UserDefinedTagsPicklist.html | 12 +- ...ls.API.Parsing.BaseParseResponseValue.html | 24 +- ....Models.API.Parsing.BasicParseOptions.html | 24 +- ...Models.API.Parsing.ConversionMetadata.html | 24 +- ...nel.Tx.Models.API.Parsing.Conversions.html | 24 +- ...nel.Tx.Models.API.Parsing.FlexRequest.html | 22 +- ...odels.API.Parsing.FlexRequestDataType.html | 4 +- ...el.Tx.Models.API.Parsing.FlexResponse.html | 16 +- ...x.Models.API.Parsing.FlexResponseItem.html | 16 +- ...x.Models.API.Parsing.ParseJobResponse.html | 4 +- ...els.API.Parsing.ParseJobResponseValue.html | 8 +- ...el.Tx.Models.API.Parsing.ParseOptions.html | 38 +- ...el.Tx.Models.API.Parsing.ParseRequest.html | 16 +- ...odels.API.Parsing.ParseResumeResponse.html | 4 +- ....API.Parsing.ParseResumeResponseValue.html | 20 +- ...Tx.Models.API.Parsing.ParsingMetadata.html | 20 +- ...odels.API.Parsing.ProfessionsSettings.html | 12 +- ....Tx.Models.API.Parsing.SkillsSettings.html | 12 +- .../sdk/Textkernel.Tx.Models.API.Parsing.html | 2 +- ...Models.DataEnrichment.BasicProfession.html | 12 +- ....Models.DataEnrichment.ExtractedSkill.html | 8 +- ...Models.DataEnrichment.LangDescription.html | 12 +- ...s.DataEnrichment.NormalizedProfession.html | 8 +- ...Models.DataEnrichment.NormalizedSkill.html | 8 +- ...l.Tx.Models.DataEnrichment.Profession.html | 36 +- ...Enrichment.ProfessionClassification-1.html | 12 +- ...chment.ProfessionMultipleDescriptions.html | 12 +- ...kernel.Tx.Models.DataEnrichment.Skill.html | 20 +- ...els.DataEnrichment.SkillAndConfidence.html | 8 +- ...l.Tx.Models.DataEnrichment.SkillMatch.html | 20 +- ...aEnrichment.SkillMultipleDescriptions.html | 12 +- ...nel.Tx.Models.DataEnrichment.Taxonomy.html | 8 +- ...odels.DataEnrichment.TaxonomyMetadata.html | 12 +- ...t.VersionedProfessionClassification-1.html | 8 +- docs/sdk/Textkernel.Tx.Models.Document.html | 20 +- .../Textkernel.Tx.Models.GeoCoordinates.html | 12 +- ...tkernel.Tx.Models.GeocodedCoordinates.html | 8 +- ...rnel.Tx.Models.Job.ApplicationDetails.html | 36 +- ...extkernel.Tx.Models.Job.EmployerNames.html | 12 +- .../Textkernel.Tx.Models.Job.JobDegree.html | 20 +- .../Textkernel.Tx.Models.Job.JobMetadata.html | 4 +- .../Textkernel.Tx.Models.Job.JobTitles.html | 16 +- .../Textkernel.Tx.Models.Job.ParsedJob.html | 168 ++--- .../Textkernel.Tx.Models.Job.PayRange.html | 24 +- ....Models.Job.Skills.JobNormalizedSkill.html | 8 +- ...rnel.Tx.Models.Job.Skills.JobRawSkill.html | 8 +- ...tkernel.Tx.Models.Job.Skills.JobSkill.html | 8 +- ...x.Models.Job.Skills.JobSkillVariation.html | 8 +- ...l.Tx.Models.Job.Skills.JobSubTaxonomy.html | 8 +- ...rnel.Tx.Models.Job.Skills.JobTaxonomy.html | 4 +- ....Tx.Models.Job.Skills.JobTaxonomyRoot.html | 12 +- ...rnel.Tx.Models.Job.Skills.JobV2Skills.html | 16 +- docs/sdk/Textkernel.Tx.Models.Location.html | 28 +- .../Textkernel.Tx.Models.Matching.Index.html | 16 +- ...xtkernel.Tx.Models.Matching.IndexType.html | 4 +- .../Textkernel.Tx.Models.ParsedDocument.html | 16 +- ...rnel.Tx.Models.ParsedDocumentMetadata.html | 24 +- ...xtkernel.Tx.Models.Resume.Association.html | 16 +- ...l.Tx.Models.Resume.CandidateReference.html | 36 +- ...kernel.Tx.Models.Resume.Certification.html | 16 +- ...Resume.ContactInfo.ContactInformation.html | 24 +- ....Models.Resume.ContactInfo.PersonName.html | 32 +- ...x.Models.Resume.ContactInfo.Telephone.html | 16 +- ....Models.Resume.ContactInfo.WebAddress.html | 12 +- ...els.Resume.ContactInfo.WebAddressType.html | 96 +-- ...nel.Tx.Models.Resume.Education.Degree.html | 20 +- ...els.Resume.Education.EducationDetails.html | 56 +- ...els.Resume.Education.EducationHistory.html | 12 +- ...ls.Resume.Education.GradePointAverage.html | 24 +- ...els.Resume.Education.NormalizedDegree.html | 12 +- ...el.Tx.Models.Resume.Employment.Bullet.html | 12 +- ...Employment.CompanyNameWithProbability.html | 8 +- ....Tx.Models.Resume.Employment.Employer.html | 16 +- ...s.Resume.Employment.EmploymentHistory.html | 12 +- ...s.Resume.Employment.ExperienceSummary.html | 44 +- ....Tx.Models.Resume.Employment.JobTitle.html | 20 +- ...mployment.ParsingNormalizedProfession.html | 28 +- ....Tx.Models.Resume.Employment.Position.html | 76 +- ...dNormalizedProfessionClassification-1.html | 8 +- ...l.Tx.Models.Resume.LanguageCompetency.html | 16 +- ...ernel.Tx.Models.Resume.LicenseDetails.html | 12 +- ...x.Models.Resume.Metadata.ReservedData.html | 24 +- ...Models.Resume.Metadata.ResumeMetadata.html | 16 +- ...sume.Metadata.ResumeQualityAssessment.html | 12 +- ....Resume.Metadata.ResumeQualityFinding.html | 16 +- ...ls.Resume.Metadata.ResumeQualityLevel.html | 28 +- ....Models.Resume.Metadata.ResumeSection.html | 20 +- ...odels.Resume.Military.MilitaryDetails.html | 24 +- ...odels.Resume.Military.MilitaryService.html | 16 +- ...ls.Resume.Military.SecurityCredential.html | 12 +- ...nel.Tx.Models.Resume.NationalIdentity.html | 12 +- ...nel.Tx.Models.Resume.NormalizedString.html | 12 +- ...tkernel.Tx.Models.Resume.ParsedResume.html | 120 +-- ...l.Tx.Models.Resume.PersonalAttributes.html | 88 +-- .../Textkernel.Tx.Models.Resume.Salary.html | 12 +- ...el.Tx.Models.Resume.SectionIdentifier.html | 12 +- ...s.Resume.Skills.ResumeNormalizedSkill.html | 16 +- ...x.Models.Resume.Skills.ResumeRawSkill.html | 16 +- ...l.Tx.Models.Resume.Skills.ResumeSkill.html | 16 +- ...ls.Resume.Skills.ResumeSkillVariation.html | 16 +- ...odels.Resume.Skills.ResumeSubTaxonomy.html | 8 +- ...x.Models.Resume.Skills.ResumeTaxonomy.html | 4 +- ...dels.Resume.Skills.ResumeTaxonomyRoot.html | 12 +- ...x.Models.Resume.Skills.ResumeV2Skills.html | 16 +- ...rnel.Tx.Models.Resume.TrainingDetails.html | 24 +- ...rnel.Tx.Models.Resume.TrainingHistory.html | 12 +- ...nel.Tx.Models.Skills.FoundSubTaxonomy.html | 12 +- ...rnel.Tx.Models.Skills.FoundTaxonomy-1.html | 20 +- ...xtkernel.Tx.Models.Skills.ITaxonomy-1.html | 16 +- ...rnel.Tx.Models.Skills.NormalizedSkill.html | 20 +- ...rnel.Tx.Models.Skills.ProfessionClass.html | 20 +- ...rnel.Tx.Models.Skills.ProfessionGroup.html | 20 +- .../Textkernel.Tx.Models.Skills.RawSkill.html | 8 +- .../Textkernel.Tx.Models.Skills.Skill.html | 16 +- ...xtkernel.Tx.Models.Skills.SubTaxonomy.html | 12 +- .../Textkernel.Tx.Models.Skills.Taxonomy.html | 20 +- docs/sdk/Textkernel.Tx.Models.TxDate.html | 24 +- .../Textkernel.Tx.Models.TxPrimitive-1.html | 8 +- docs/sdk/Textkernel.Tx.TxClient.html | 270 +++---- docs/sdk/Textkernel.Tx.TxClientSettings.html | 20 +- docs/sdk/Textkernel.Tx.TxException.html | 24 +- .../Textkernel.Tx.TxGeocodeJobException.html | 4 +- ...extkernel.Tx.TxGeocodeResumeException.html | 4 +- .../Textkernel.Tx.TxIndexJobException.html | 4 +- .../Textkernel.Tx.TxIndexResumeException.html | 4 +- ...TxProfessionNormalizationJobException.html | 4 +- ...rofessionNormalizationResumeException.html | 4 +- .../Textkernel.Tx.TxUsableJobException.html | 8 +- ...Textkernel.Tx.TxUsableResumeException.html | 8 +- docs/sdk/index.html | 2 +- 348 files changed, 3081 insertions(+), 3081 deletions(-) diff --git a/docs/index.html b/docs/index.html index f4ce9466..613a45a2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,7 @@

tx-dotnet

diff --git a/docs/manifest.json b/docs/manifest.json index 9160012a..b7dd588f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -20,7 +20,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "1mw4kVJu0SHSjL4YzOE074xPDQvIjqZ+2sxy2ND0kc4=" + "hash": "dAoW+E9Ao5/i3Y9XOasdMZG8nxkq3voi59UJQDH5CHo=" } }, "is_incremental": false, @@ -32,7 +32,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.BatchErrorResult.html", - "hash": "UbfjIw643LegGLFHTWiOuZX8BI7fyPWsvxJMzsy+/4k=" + "hash": "7n0jrVCoatB35YDzD4vbyD/2uFMJ1b0fZ3Rm0qT9Dw8=" } }, "is_incremental": false, @@ -44,7 +44,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.BatchParser.html", - "hash": "7mBOvYp130ZH8eZCfpb3BA50q7vyUq0RdarIYZnAXgs=" + "hash": "ZSpdEqGnUDXWUduVN3oJ1CLQdHODRvYLnbqk07RkYFM=" } }, "is_incremental": false, @@ -56,7 +56,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.BatchParsingRules.html", - "hash": "ohIjOrf7bxcsDTO0nr0/BUcztH09t8sZAvxjZWSYKfE=" + "hash": "9OLvgKR53Dws1qWEbQRe2y4xsT+t0GYoCLD9GcEI5i8=" } }, "is_incremental": false, @@ -68,7 +68,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.BatchResult.html", - "hash": "xP9KxGqIOwhDtiRU0VAkjI08xQnLz4tcIzmpW9VSneE=" + "hash": "pzCKtLhwWe1lWe6jgqpAZ+JQnxYF7hQP658TqTEgtms=" } }, "is_incremental": false, @@ -80,7 +80,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.JobBatchPartialSuccessResult.html", - "hash": "PE36Ad4ky1fTtcwGixZSEX/L2Q+jjeVZQMTbbai/vOI=" + "hash": "NqFuSL8yc9H+DEw8EvhShnLY5hiqRpH1jGmLAN3PoSM=" } }, "is_incremental": false, @@ -92,7 +92,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.JobBatchSuccessResult.html", - "hash": "EpRgd/tGm+8IKUXNdVLNjxBIFND7MYYgFp5HF9ORjXs=" + "hash": "rpfb14aczal3ZQF+cTwFqh5NVE9vXJOdMxYbUGwBHEo=" } }, "is_incremental": false, @@ -104,7 +104,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.ResumeBatchPartialSuccessResult.html", - "hash": "LhZtbOrKQsC4Y6QkNmd5+G0Vr4AQCDvnd+wC9A82H98=" + "hash": "JrDMEif/8woZuIXxOTMTa4vbLbIdphmMKcDVn5cxBVE=" } }, "is_incremental": false, @@ -116,7 +116,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.ResumeBatchSuccessResult.html", - "hash": "P/98NLqkOHV09LvzvyRfSOwUGuPEFhNGXu6BkglThBs=" + "hash": "mNQR5FA/lETD/xYZ9Ovd766HDsOplHk1l3ZirRyvV0o=" } }, "is_incremental": false, @@ -128,7 +128,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Batches.TxInvalidBatchException.html", - "hash": "ae4fT9jr91+ObdyDxFZESdQg5pEj+Tp+oqm6/gFio3E=" + "hash": "e4mZr139ZREEcGAUym1K6RNUDK7ydX5HcsHCSRgWCd0=" } }, "is_incremental": false, @@ -152,7 +152,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.DataCenter.html", - "hash": "ACiKrdD1QM6BPICLO7yUVlsl8c179vCDBlJN7tOi6/o=" + "hash": "JF4IAvfsvIOiWi05TsFwceXjUwucH8Kq7qQR+QFSBuM=" } }, "is_incremental": false, @@ -164,7 +164,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.ITxClient.html", - "hash": "8aNcaFTatYPArxkKanbLA+nhIcTAeiMYZmtcB50agvE=" + "hash": "1IxbVdnPPQ0Cu13YdkUTCe8TxhCiAj1jZABZUTLaORI=" } }, "is_incremental": false, @@ -176,7 +176,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Account.GetAccountInfoResponse.html", - "hash": "G0It+/dv9+Vj9pfDWo1f+3D6Ax8re01rCv0GssyjOYY=" + "hash": "AAxiialoQfeybl6tlNoEFXaYUPGzrfmtYL/nM5MxKpc=" } }, "is_incremental": false, @@ -200,7 +200,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.AccountInfo.html", - "hash": "pOFSKXXKe6e6xdSn6olrJfArYIA59myejKmRN3Vn+RQ=" + "hash": "4IYt6bOw3CpnzZyQyzVJdjuXwc6eRsu1zX+c+5uHBOg=" } }, "is_incremental": false, @@ -212,7 +212,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.ApiResponse-1.html", - "hash": "HfD+PFmcXOSTBt391y+CjuTt+OIGwjdvEbXcbckSv0c=" + "hash": "CyzB0sOi9vBDDnLaC/aneiPoRSMB1mX+MVPC8zZGTWU=" } }, "is_incremental": false, @@ -224,7 +224,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.ApiResponseInfo.html", - "hash": "xvP22LsJdfoAVQ1ZaAaUKrWIRU5A0PoiTvDdzDt4FsQ=" + "hash": "sTMUYZlWEQSgTxko/pOQss7XtlRTX0KLca0rf/uSzJk=" } }, "is_incremental": false, @@ -236,7 +236,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.ApiResponseInfoLite.html", - "hash": "3b6Pr2AqCOILDGIsc9+YvhF0Gut4jCk5AL9hbBj9LD0=" + "hash": "CRUij6+zqir9RjSnqmjaEtQQz5yVdSQXbT3dD9ow9xQ=" } }, "is_incremental": false, @@ -248,7 +248,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreJobRequest.html", - "hash": "mZnZ2QlX28cRTiIm1AFtC2PjsbD+XszY6Ib4LZ74/r8=" + "hash": "kVmv8hToVKp4OgwncRJbDNQUM6AjlmzsgwxdmpuOW84=" } }, "is_incremental": false, @@ -260,7 +260,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreRequest.html", - "hash": "7XnyNcEhOOEau5e5p9GJWBv4Jo8fY/WMTpmIM4WIfAc=" + "hash": "7I/fj3Ip1MkOFfoBkzBwL/v44REekdE3OZqQUI3TGJk=" } }, "is_incremental": false, @@ -272,7 +272,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponse.html", - "hash": "ZNuhZC8WIrsf2CrJT4y2ma7viRRnNszcAjxzgV5XXTE=" + "hash": "FAy/s/MaIbWqiS6LRT6bRgLjpfc8ZiW7dyfF7DOoIXI=" } }, "is_incremental": false, @@ -284,7 +284,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponseValue.html", - "hash": "u3+ky18UElSOEK3/LJtlIHF7PL5dJ/DYNf9dS5pHJ+w=" + "hash": "jUeyFcJkZnwH9qTA4sCFNxe9BWVSDrHt2zdgwj6Q0Qw=" } }, "is_incremental": false, @@ -296,7 +296,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResult.html", - "hash": "99c+oPfh+rrDdPZv/SZIM70evIrpBeDSa6Or+QQhx1E=" + "hash": "25B+rDuAVRP+5veK1ES0JSJ37cJQPOl8plnzhisVNMc=" } }, "is_incremental": false, @@ -308,7 +308,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResumeRequest.html", - "hash": "3uxGGPPXZ4GJULR1XP3WWV56+OK3Ehh8Ga/ppwEOO7A=" + "hash": "Cl5wTUwbkxj/0INKU1t+Ekc6MmLp6TUePNNnh6m+AI4=" } }, "is_incremental": false, @@ -320,7 +320,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.IParsedDocWithId.html", - "hash": "HcBgnYDa9bSAQMBdRYg4/+cTTPFAdDEIrdRgnUvKNEM=" + "hash": "bko+AoDgSM4a/L4/jG9cNh2nRBUcV0h4WOb1QMIYDCE=" } }, "is_incremental": false, @@ -332,7 +332,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedJobWithId.html", - "hash": "p27xD961I1sRcME5p0erik5yR7Gpqoh3WQH47LczoB0=" + "hash": "VF/yLjrXbd3IowmNYod8HkbYcm4OLMKJl4WsI8GZDU4=" } }, "is_incremental": false, @@ -344,7 +344,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedResumeWithId.html", - "hash": "1vkIuMLindQF1GT0lroY4/Y18vVhXzzs2On8fSp31PQ=" + "hash": "ph57VuJcjvB4uWkxFOrRn+VnxwRuZHcaMyahpQwTNZs=" } }, "is_incremental": false, @@ -368,7 +368,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.AutocompleteRequest.html", - "hash": "ndbDJioJuFDL9Q/sa1+E+gO+2SIpiQicYBXUD95KJbI=" + "hash": "/j0HcCuOwN19HiXmoUfA3yZNaheXux1UHWnGXOJwIuw=" } }, "is_incremental": false, @@ -380,7 +380,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.GetMetadataResponse.html", - "hash": "+/DXaGMATlthXxRUAr7kopQbVdcRmgRYcxb28M6qVPw=" + "hash": "5zFv3cLaUh/WkrzO/JAVDOZqZ4CZUSCBYvbgRDkGnok=" } }, "is_incremental": false, @@ -392,7 +392,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareProfessionsRequest.html", - "hash": "mTRlFArDT7Hc9cZR4kipZRbo/f7uqdU05WZMM8X8xkU=" + "hash": "wPat8rfq6VySM4rBNwmX1sAh9TXkpQsK6ySXYSrWDNI=" } }, "is_incremental": false, @@ -404,7 +404,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareSkillsToProfessionRequest.html", - "hash": "2cEamQ5NOORUXBcLwHjwaCh/hFyLbXFOQWhtI51puCY=" + "hash": "FiNZhJcnLxE2Kqz05vI/Bg9bXZ1Q0+Y18QdsgxX4VMY=" } }, "is_incremental": false, @@ -416,7 +416,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SkillsSimilarityScoreRequest.html", - "hash": "gVBMlbk8FSSm91dtHypISO8meo36/1NknHpMpbWvZX0=" + "hash": "1sPNmeWftzr67oR5bsdsNQPyXN/7ho5fy/Qx4pzVn1o=" } }, "is_incremental": false, @@ -428,7 +428,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestProfessionsRequest.html", - "hash": "uAW+eU3pjLLYGgnEr8n7L2imrcPS/loc8Xt1pOxwKBU=" + "hash": "cZdxZ9C/fDrC5KHThoDJMqtt9YXfSAUumTB27gmbPNI=" } }, "is_incremental": false, @@ -440,7 +440,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromProfessionsRequest.html", - "hash": "deKqU0zVbCiZUWspAZYhY0VtIhyCsp5gfKvVUG1QGDI=" + "hash": "UCeVi0uVKN6mhhViY7eo/ijwtA0I5d62uAYs3xWFhM4=" } }, "is_incremental": false, @@ -452,7 +452,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromSkillsRequest.html", - "hash": "xsb88e7Pj3BfXSmDIc3Nh5cMLIbrQzdUhYdgLOXBmqA=" + "hash": "RCn4/+P1JDhBXGxUx5FNYulV5j+lIiHO2mlBQxF/7Ug=" } }, "is_incremental": false, @@ -476,7 +476,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponse.html", - "hash": "h0HJXJDLHcWnAPSSp8xTe4wE+RVKwNH+UzAu16j8+9o=" + "hash": "6L+Z19Mz51MDZLk56WnSoIHamtx1cw7R/SK/kyG7rNQ=" } }, "is_incremental": false, @@ -488,7 +488,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponseValue.html", - "hash": "g4ER7V0jbO3IDrMtSYw1T57T5QtbQc5hx4ADqzFKwCw=" + "hash": "r9dzuwqKH8T8PYs4Vdm7A9Zbd8Ssl8gdMQDY7s33nV4=" } }, "is_incremental": false, @@ -500,7 +500,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponse.html", - "hash": "siM1ki611yGCAoP+JtIoKhD9uAVGDMrAC01y5Nc6ivM=" + "hash": "pl7TElrPSI2Ye5sTrUSPMOOOVeehYOPUKDxfnYGpnLo=" } }, "is_incremental": false, @@ -512,7 +512,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponseValue.html", - "hash": "6CDV9WNHEVZXlKKew57lPOLpI+FHAMYSn+dcfV8c+dg=" + "hash": "1gkYF3qFPaRc3rctC5bPX+h+I2s9e/HgCg2NieZFTJ4=" } }, "is_incremental": false, @@ -524,7 +524,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.ProfessionExclusiveSkills.html", - "hash": "0bhSGR0bzPcL+W+vUUKv4RJAULDITeUBWBAe938Thrc=" + "hash": "VJZKdg1mUNMCPkHSWeZQCgpkvcx8ZSaDPGXd4XZ3vlY=" } }, "is_incremental": false, @@ -536,7 +536,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillScore.html", - "hash": "6PknFvAEtZd2EbRJTOxDBVA/pGga+A5iF0oJjSvpWyQ=" + "hash": "EUCYGCQIslRUw15GBb1bTZZOsRB3L8GChVr8lmQJcQk=" } }, "is_incremental": false, @@ -548,7 +548,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponse.html", - "hash": "j5hvYPPhMvTDrH32LGGG3Bxrj+CvxUoghBHjtUOm1yw=" + "hash": "+cEeoY09brsO5VaBfPJGW52qRDRKv2quw2kYZqMufW0=" } }, "is_incremental": false, @@ -560,7 +560,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponseValue.html", - "hash": "kJ08/Z//43rHbng8w4igHSe/wFMbS2E1j/eTanIgnQU=" + "hash": "PiG91B9pCCd37/RtomVpeaeWWfAavQz7jt0Mz1s8ubs=" } }, "is_incremental": false, @@ -572,7 +572,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponse.html", - "hash": "U72St7f7TQvD+2uWFMJFetQMuxQ+p6ZIB45OmqHt3ok=" + "hash": "3Q9KkN+tg2TK4GfaoqCUrP+cOXoRQSzh7f6Wu+rLJ7E=" } }, "is_incremental": false, @@ -584,7 +584,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponseValue.html", - "hash": "ggx23KCS+tFCECmQC7DalA7R8Jq/FBrVHhIePwinL2g=" + "hash": "3RnA8QL+ScBBupqntsxlrPoercy1BXjWDos/kduq4Pg=" } }, "is_incremental": false, @@ -596,7 +596,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsWarnings.html", - "hash": "NoEVx7rlJzJ9O6IByTQRFEE6+dUhsPAHLxo4+JQpSs8=" + "hash": "kmEBOgx7fErz9XnoCvEB7Qr0fFlYAftxbdRfdbxkwic=" } }, "is_incremental": false, @@ -608,7 +608,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponse.html", - "hash": "vcu46uj4L99q65jDphlLg7oTknzhJxXunVC/K62KYKg=" + "hash": "LKuq07GyRo9alKS8aCrikeRb/OC+XjXt1agTkRfuf1Y=" } }, "is_incremental": false, @@ -620,7 +620,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponseValue.html", - "hash": "5lmGB69NM4iPaq8+khRydCo/Spr3FPtrvx5R6ryzt2M=" + "hash": "bbVfILbZnHQE/Hu5xQUmoN0NY6e5Zv/ucdcCb7gLC54=" } }, "is_incremental": false, @@ -632,7 +632,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestedProfession.html", - "hash": "LV5RJDMsgXODY1Yb5z0jFI6lE2kr02VeyAMOm1iFwGY=" + "hash": "9u1nWl9itCmwW2l+OGFB6a/hhP2maQh2yzTO56XEZuM=" } }, "is_incremental": false, @@ -656,7 +656,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ONETVersion.html", - "hash": "ld6oyz2UTJ/jpUjnPkInfOdCQgPb52TSOcOUGSw1Qjk=" + "hash": "F0iQzaR+YZHEQfE4EZ14V9Vnp8tEa7O1G262+5lJGx4=" } }, "is_incremental": false, @@ -668,7 +668,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ProfessionNormalizationVersions.html", - "hash": "L6aqklW6Tm1bkx/OvL+EpqPVers65YE5u4LgR6kgzkY=" + "hash": "ex5vIQEEzgF/GC9OOORlMMBxI8njH6XKgv6ltjp5JyE=" } }, "is_incremental": false, @@ -680,7 +680,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.LookupProfessionCodesRequest.html", - "hash": "gpwl4+l1eZjql8UulZdQtWd4sEBBC6mBMUl4HHE8l4o=" + "hash": "j4glB2oG9xDvnz8LLowTGz/VAiLm6c1nxWO9GCIY33k=" } }, "is_incremental": false, @@ -692,7 +692,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.NormalizeProfessionsRequest.html", - "hash": "Y83+S9xtJO3VbV6IryYtj68zR5UTumYGcJmITbKtxX8=" + "hash": "9DQHL9TKvo+y8X3R2gX2Llvn5PToWENeMc+AJVr7m8A=" } }, "is_incremental": false, @@ -716,7 +716,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponse.html", - "hash": "wGnDP8KEdLqZxC0dc0Laqk1WtnuQ0smTc0IRBocxN+o=" + "hash": "3Sa8R9RF7DKayGJNyjOmTkwkod9FIo1SwO22G5ssXbg=" } }, "is_incremental": false, @@ -728,7 +728,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponseValue.html", - "hash": "JAZeN4QlfgtjjFsm8QMLJr9znVZMZehOnFaAQHZ4GXw=" + "hash": "tSMQIqyPzLemtiPwF+rDAO9NMs502SrT8i80buvDIKI=" } }, "is_incremental": false, @@ -740,7 +740,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetProfessionsTaxonomyResponse.html", - "hash": "yDEZE4pRyWUxy7kBBIlvE7VkLn+25rWo1SS79dB5NFU=" + "hash": "p/0L2saxCOMSJuxZ9u7eQ1cFlsY0ej54PHhAj143Sfk=" } }, "is_incremental": false, @@ -752,7 +752,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetTaxonomyProfessionsResponseValue.html", - "hash": "G9Jwz563UEJ7HO/TYul8CRtCaQEPACUWSxp8nIVTYUg=" + "hash": "yGf5LPDxRRdtJ9P4f3IHvEx9VOe7Fdig66FHcQoLTJ8=" } }, "is_incremental": false, @@ -764,7 +764,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponse.html", - "hash": "5GO0hl343EXfI74xhzyeobchTUyBDzAZwCSlfPWIQxc=" + "hash": "gCQHRdGZos/keZZfTelyUlQvyifKKl9DsLAHpnvgUKM=" } }, "is_incremental": false, @@ -776,7 +776,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponseValue.html", - "hash": "RjqgHeZXUO0jADoGg0E3tEAHKbfnmpB2JPMRinUCtnE=" + "hash": "I9WelerAZOEFYvf/nMYR3inUFsLYhH+pXDkxD/IeybQ=" } }, "is_incremental": false, @@ -788,7 +788,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponse.html", - "hash": "V/sLPRHAQeOxOtQRCb6yXXgD6GdzblTUMHYvZcgt15A=" + "hash": "KCLVZLwvoy1nx8/gOdyzSr1mhn5aeTckXaQmU0ZDsxU=" } }, "is_incremental": false, @@ -800,7 +800,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponseValue.html", - "hash": "ytAbdtTtJVDMGGc2XMZMR5e0kpOzSV0WoEQY8bap4U8=" + "hash": "GVMgFqsBETZpFKVmqRXS4IeYxUQ1Gklgq/1xr3abjsU=" } }, "is_incremental": false, @@ -836,7 +836,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.ExtractSkillsRequest.html", - "hash": "8HWiSniHJoaZbvvojmWKEk9q7bROwAmM6bi3bgOPvQI=" + "hash": "wi13uBB3ZSrfX7VMiIaCF6QV64xUuadyRjWqhnx5qk4=" } }, "is_incremental": false, @@ -848,7 +848,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.LookupSkillsRequest.html", - "hash": "11wUBTQYoKp3+dfi1KEAZ9nPdysxX/aF9c9oLon2+wQ=" + "hash": "I7s+0Kkx1H9fUBY49L506/QEgOHf459OKt0qPJ7u1/M=" } }, "is_incremental": false, @@ -860,7 +860,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.NormalizeSkillsRequest.html", - "hash": "EEsTYzlkHXUHKf/E5ndHCK0GgyLPXhn912R6gzL8iGE=" + "hash": "UvmfO44P2xAAgfqf0Cd+tp4O+3VR5mBgaWvg7l6RPfw=" } }, "is_incremental": false, @@ -872,7 +872,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.SkillsAutoCompleteRequest.html", - "hash": "alXm6Edc56E3EFXY3I+CsFKw3FbthSZKgPxyKXj+fz0=" + "hash": "bBG8HOpiwDljqImvzVS7A24THeiJyYHnYCqGwCh2NDA=" } }, "is_incremental": false, @@ -896,7 +896,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutoCompleteSkillsResponse.html", - "hash": "F+B0Zb1vig2t6Pqbr/oghRWjqtkIBBYx5lka89ysXYA=" + "hash": "hnHSLr64VwodqRIkLVMxOCA2O9lucYJpKG7K4zy6A1U=" } }, "is_incremental": false, @@ -908,7 +908,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutocompleteSkillsResponseValue.html", - "hash": "iOASR5PtJlKuYa3CYKwZGOGyT6dt21hgBa6LHcm1egM=" + "hash": "vFMgRxG8B5Rxe00vl2kQSiieLrtLcOtU7Ya541mLAiQ=" } }, "is_incremental": false, @@ -920,7 +920,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponse.html", - "hash": "Kz008ouO3MhF2OyX5KOIAurauv8Q+fUtLz8FYCfETlI=" + "hash": "p7Acdt2AKieI3tLD43MxjAQ7VXBRfiqRenmXGsV+BhY=" } }, "is_incremental": false, @@ -932,7 +932,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponseValue.html", - "hash": "Wlbd4sSrSUno0KWGJPzQ/myLNq17aBI6D79kxVb6rQQ=" + "hash": "JpXTT8UhmgpqYKahgzKKVaDXG7OeBGIz39gVxAhVdyg=" } }, "is_incremental": false, @@ -944,7 +944,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponse.html", - "hash": "wkYtv9V+vmQV/TjTlr0lc4l1WjoEKdNJVrZa5s+mbDI=" + "hash": "u0URjtPDkCQThtrXHClSFuAR/lEPUjdRer0RIS9OsVk=" } }, "is_incremental": false, @@ -956,7 +956,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponseValue.html", - "hash": "eP/+P5eBNL7SGFNQyt+7/cEZZt4iloJb5BhCO6EhMoA=" + "hash": "MyZVOAc0rLr3h4Pkzd8eP7/j2FhEmjldWKRpz9cLrQ4=" } }, "is_incremental": false, @@ -968,7 +968,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponse.html", - "hash": "SLR27Sb+fapTbgCeJY8DH0dIerh3WH9bXtLLjxO7MlA=" + "hash": "6ZqPKI8FiSlHsnjl3I6IR7Pmk0g13E3r4Y80dJ/7Gp4=" } }, "is_incremental": false, @@ -980,7 +980,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponseValue.html", - "hash": "iLloHSl9vvj3ezrXgCmdA9jUDRnA1+hWNZHG2ziToJw=" + "hash": "rQ4uO1Y/TRTv3ZnKROk91xRrrJUJJdIhkZw5awoJlNo=" } }, "is_incremental": false, @@ -992,7 +992,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponse.html", - "hash": "zgyDOjYKMfmk2vljQB2OB6UplFcfzE3yWF9wcccTPvY=" + "hash": "Kowvi/GaQWsKzYbcRRLli0A6VAa773JLDaisXZwSuJk=" } }, "is_incremental": false, @@ -1004,7 +1004,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponseValue.html", - "hash": "gs0bKzZRQK/BrhgJfRwyt//x9YJ934sI/AnXtoKkJZ4=" + "hash": "kxY8kv6bkOtuQmtmMYWe6BnZaZrnSwE2O2C5ADz7Ev0=" } }, "is_incremental": false, @@ -1028,7 +1028,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.DataEnrichment.TaxonomyFormat.html", - "hash": "vj5WY+cRmpXmHo9ffxXoYcg9nPPl4Cjz7hye7KO36X8=" + "hash": "eRCUvHQE8QRHUfWIt2HKi9yyZ/y+ZQBumfQsx9kO+6E=" } }, "is_incremental": false, @@ -1052,7 +1052,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfo.html", - "hash": "BGNCRGoQwVrMLrxrzRwujqKfdXF140BzMz7iTElkcso=" + "hash": "5TnGZi80utY3PU9ghModaZbR6eTDMn6uqXPPqST4wNg=" } }, "is_incremental": false, @@ -1064,7 +1064,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfoPlacement.html", - "hash": "18hgQnnhlB2yy1aNJ5vGtR+aDfmoIgcKrYFqKXayBto=" + "hash": "crbpRe+k6GMzr97kSzdLc+Izy+Yhk7DjuZ4x9u9LFxk=" } }, "is_incremental": false, @@ -1076,7 +1076,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.EmployerNameOptions.html", - "hash": "BvNVDJHgUm5ulYCwCYQAlzRJ7JH1h42Ji5GjSdTJPxw=" + "hash": "NPSkDCIFG4/red2AQfuJ7ipz6JA7VA37N3HxPMx0meY=" } }, "is_incremental": false, @@ -1088,7 +1088,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeOptions.html", - "hash": "RnwTqY+NNJDGdM3fGlwZxv9S1EYLbeDT1CFms3DP1Gk=" + "hash": "ik7mXOUGDy+5hvaqM0csx8p4mLF8j0wr8cYwgmtga2E=" } }, "is_incremental": false, @@ -1100,7 +1100,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeRequest.html", - "hash": "7+m4u1Rp/3ijEgB2wU9Xmb7ezikUXx31lz7a2TjMByo=" + "hash": "689e8LVbiaR1t7upgfbD5dMmOx/0aoWzF0W8zsijccQ=" } }, "is_incremental": false, @@ -1112,7 +1112,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponse.html", - "hash": "TIKNKijOHVi+8ucKiyilAKWbKXgMXT5AuK3YLVBwqos=" + "hash": "/ZkHq25PEHFikcaSbl3XXW8w6Yg+TAFYkQ7cVhSzr6Y=" } }, "is_incremental": false, @@ -1124,7 +1124,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponseValue.html", - "hash": "OFlZFt54dhGuG3vKbEX0Q44BhsLmTIRi+4d0gCzOBwQ=" + "hash": "oV5JdQ2iWZAqHe7il0siF3RhYLn5wo8+Vbmy5t+JOLg=" } }, "is_incremental": false, @@ -1136,7 +1136,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.MetadataOptions.html", - "hash": "Zcl88buWYpxkslnDZkz+FmwdAuBhWZXqNh6tyPRzBvg=" + "hash": "raxK3AESrzx3paSpCgGPgZUoXYks2GBV8GBm9UK3r7k=" } }, "is_incremental": false, @@ -1148,7 +1148,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.ResumeLogo.html", - "hash": "gUpJlDbrZzhags3k6GaI3ATxidO2An3KfiCWJru/aCk=" + "hash": "sKvoH2/sOEiRKBerDcFxI2TUxkJTvmBLo1wK8K0GXTk=" } }, "is_incremental": false, @@ -1160,7 +1160,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.ResumeType.html", - "hash": "tuzhY0TxByOpMTreZR3IH6HpB85eBQQ7I57ga9w4ums=" + "hash": "7RvJjPmSUc1e4egQ28ptp2GklrbbEv10XSsvin+yscE=" } }, "is_incremental": false, @@ -1172,7 +1172,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Formatter.WorkHistoryOptions.html", - "hash": "RpCva4LjE+BxZgcnaV3/CgEi+EjIdQwMU1elh2cNvoI=" + "hash": "KqIDKrdOPlPwFhoQ7iBKnbSga8Gxc6e/xsIjFXgLtBs=" } }, "is_incremental": false, @@ -1196,7 +1196,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.Address.html", - "hash": "OlzF54zrBK0N1J4hIRr3I/eq1mJF20l3/2/46DHqjPY=" + "hash": "vaj2qc088PosPuxNUfM+jpJIkmqV3z4pWBAGVJ5ePDY=" } }, "is_incremental": false, @@ -1208,7 +1208,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobRequest.html", - "hash": "M43212/n7aXvBHhWEHYO1kxZ60c8e6ddAe65OYczo3U=" + "hash": "FJYcgpqGkr1JMHvEA7JVU9g5TEqfAWUR3RtceItQOX8=" } }, "is_incremental": false, @@ -1220,7 +1220,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponse.html", - "hash": "8db3ug2TIdbyeBgJMHl7+yeYuK3c0yHYkBZ7//QupLM=" + "hash": "CIerPstwn7+EkdU8IAhJmQkIAu7FqJPKNXoTW8CA5i4=" } }, "is_incremental": false, @@ -1232,7 +1232,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponseValue.html", - "hash": "3HOfxp0fCI9kxTHIo/QKsqVANLqFUCYh2uHDuu44hps=" + "hash": "WLumHFauKKwlkwfrZ245tqBi0Qr9HC2NEFhrlkD4HZU=" } }, "is_incremental": false, @@ -1244,7 +1244,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexRequest.html", - "hash": "0SfjfwezbUwUVyY1a8MGtbb4wbM58ssIZ+2l8w766ps=" + "hash": "ICxrgNQGclnC0IlZEbPMe1jObnmdZ33Y+Tf6OSDS+jo=" } }, "is_incremental": false, @@ -1256,7 +1256,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResponseValue.html", - "hash": "d9LVWgPADJ2LqksiJNrJ2MFZ5ITE/YF2vSS53U5qZjM=" + "hash": "36XrNYGscGTbh1gYlxPGlLG9OdonHpZgoWhYdVUwROM=" } }, "is_incremental": false, @@ -1268,7 +1268,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeRequest.html", - "hash": "UafEeQ8VXfVDog9nfroqWTmgQS8UO51Wzw4czsKXMTE=" + "hash": "QgvJohw0lbW/usuHbIRP0KxgQ/eNXw9vpRXjD9NDSr8=" } }, "is_incremental": false, @@ -1280,7 +1280,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponse.html", - "hash": "MrtmQbwfU/j858EFzyog9RnaFUAW2kFzskExASKM7rI=" + "hash": "gP/kd8xwhIKodg4m5PRWvIoJ3fjlSUO+O87CVJPhLiQ=" } }, "is_incremental": false, @@ -1292,7 +1292,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponseValue.html", - "hash": "2RBC8rWV45CB0Bzw7xNd3liyXjByuGG0mqZW7YDlCu4=" + "hash": "XpUwYwQAJ6ePHKElHUcjFFoNNqNq+MHLmXZHvxSgSB8=" } }, "is_incremental": false, @@ -1304,7 +1304,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeCredentials.html", - "hash": "ddQ728HOODyTKCb9Lw7GE7uGPIwTv+9sIEyl82TV2yo=" + "hash": "WKGBvHLoFbkIo64lzmAwUmifXVkXnILl9/MSjcNInT8=" } }, "is_incremental": false, @@ -1316,7 +1316,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobRequest.html", - "hash": "BjEhOAAL3MT7adwXccizpGEGTbmqH/6BAdcgwqUQiZY=" + "hash": "pWcL/kW2gn9xDfs81/IWRMlTJykYQK1EHgHIB6JoghE=" } }, "is_incremental": false, @@ -1328,7 +1328,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponse.html", - "hash": "vMGrp7E4+FEcTP8E+YWglNY8dyxCRDk8DMM1QXnzYNA=" + "hash": "YsXmZWOgO5qK7ng83h5HQBsUDci5ExI//PRlk/pSuXc=" } }, "is_incremental": false, @@ -1340,7 +1340,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponseValue.html", - "hash": "BuTMeAR8ie6CJh0G8+8JBgU1MKE2GRIuAHaoonshtg8=" + "hash": "5SGoXkfyb/5YJzos4TruVivoYF5y0qmbrlNdNDpZfuI=" } }, "is_incremental": false, @@ -1352,7 +1352,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptions.html", - "hash": "wE971YegXkRwTd2GXxGC6wxyezq1k5/5dnoX5OnrRP0=" + "hash": "ESLRl1bVfYPiplcF9tBWKDpzZMt73JnTSe7sjW2MgdU=" } }, "is_incremental": false, @@ -1364,7 +1364,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptionsBase.html", - "hash": "6nyawuZar+eeaumUMHDEIVxFel4ItmYzCkA0x4mmgBk=" + "hash": "bidl3lNs25KEsWBtNsnqABMtU5iFb6ZG4e8jcB4O7mA=" } }, "is_incremental": false, @@ -1376,7 +1376,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeProvider.html", - "hash": "PDOeoqDdGDNanFzj+PCDWB9XBimMkApM/eY4fowXp4g=" + "hash": "yqR30ywnjnkVeMVVDuhS0my24fEx+oI7aHS3nNezrFc=" } }, "is_incremental": false, @@ -1388,7 +1388,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeRequest.html", - "hash": "2bFEC2xOeJA19PrDLp3W9Gm33xCL5kYt8EmjehBQklE=" + "hash": "ljBze+PfnuLhUswUa0of5xThf+z87gQRZCgE1PJNy6g=" } }, "is_incremental": false, @@ -1400,7 +1400,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponse.html", - "hash": "EemxwkXbuMfWQW/BIuLXzPIXtWDiUXLIGlnhzKOUJ+E=" + "hash": "PCQFNDD08ADwUm0mFdxL6tgMALAJW2zK/kpcW4HzcVs=" } }, "is_incremental": false, @@ -1412,7 +1412,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponseValue.html", - "hash": "fucPpNovfEu5ODZpl3Vga4GYLnhWZmVWlyUL3uzDZ2I=" + "hash": "OgeeiWwrR+FCqms+PDGyvQ6Rzd1xTcVMCcYqyLkVf+k=" } }, "is_incremental": false, @@ -1436,7 +1436,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.ITxResponse.html", - "hash": "wVgoJbz120XOll95eUmcn7sJ5FZiFhsCtMJ4PGOCHmc=" + "hash": "sWZn4hc0MF4nGkWV9ntQhgr9ExwkBTduDemEWBiJI0g=" } }, "is_incremental": false, @@ -1448,7 +1448,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexRequest.html", - "hash": "cOc/cl5zWGgw6UoXOwLW8ay8i05ZxaosCEord5acMQI=" + "hash": "8HqNjkMdL+qMYwA1V8ZQkNEEdOZf+d7/rhFFMvQ27ek=" } }, "is_incremental": false, @@ -1460,7 +1460,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexResponse.html", - "hash": "pXevwlgJLni3Wwv47ne9nJ5vjA5fSRUBdM9TKzfDTNc=" + "hash": "XtzvLu+WngC7rmUBGjp6xg08M9NKoMx2JpAUXdSjpIs=" } }, "is_incremental": false, @@ -1472,7 +1472,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.DeleteDocumentResponse.html", - "hash": "YntNE/hStlW+luhQeHRp/UYcaTTMjYW35dV9XfOGMBw=" + "hash": "ZI2eNoVsOnsEHTcWEXz00yLHcKBMX8TlZpL88zWzN+g=" } }, "is_incremental": false, @@ -1484,7 +1484,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.DeleteIndexResponse.html", - "hash": "IyJlgzU3fp/Q7Cu55AUHJv47GD1Jl8CJJRiqSf+GHCk=" + "hash": "c3FClIHAY30Q0zhlL/76LfxMjI2mMs+/nGUpxA3W0g4=" } }, "is_incremental": false, @@ -1496,7 +1496,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.DeleteMultipleDocumentsResponse.html", - "hash": "YZ5jLNlAJiOI24s7FCa/7jorbpt8CGoOF0wRIP/C6OI=" + "hash": "BeBd6OPJ6PVnHfQpcLwBGWmTMeEeEwoA9ulKiADTGX4=" } }, "is_incremental": false, @@ -1508,7 +1508,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.GetAllIndexesResponse.html", - "hash": "QwEeGTdiczm4TELXAOKFo4X1IvpobOWHwsGdExfBJ4s=" + "hash": "cxujxtSkRxObGWlXKAq90mM8uh4O45RnGUGT4vOzC8M=" } }, "is_incremental": false, @@ -1520,7 +1520,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.GetIndexResponse.html", - "hash": "BjIXr5ZfOcsAtUrq6mtPBsT7L40MgeZCvTDnV5nuW6w=" + "hash": "56Up3SCG5edaHHZRmdTf+NCDnpq6KpCthbWQvAnwQgE=" } }, "is_incremental": false, @@ -1532,7 +1532,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.GetJobResponse.html", - "hash": "0uZb1juOt8B8w3F/ezQZ9FNBUuiK7R7H/ki/yLXwN6g=" + "hash": "hOOWftGXJwmP5R/QPU01a+iwW1GPqmlWWCg1ZV7Fh3w=" } }, "is_incremental": false, @@ -1544,7 +1544,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.GetResumeResponse.html", - "hash": "a4286FsUK9iucosFEhedLQiAuJKExUff2nHqE/cMFhM=" + "hash": "ltcHMKq9jk/J2tJbyZsTsZIHBEAc1Ea31a4JvjVOXyU=" } }, "is_incremental": false, @@ -1556,7 +1556,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentRequest.html", - "hash": "iGCM+2XTHKJMK9/RHNVkrXxCtGhSMnvRJC+O0/osyps=" + "hash": "HLGTepYJMgC40195CY7MciIfKwJDFZbqvXhAgMy6CYc=" } }, "is_incremental": false, @@ -1568,7 +1568,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentResponse.html", - "hash": "cQzptUD2tiHgxANGCT2vGkwZrr2++T9oczlQt2KWP4c=" + "hash": "TfpSuqNKcFgHYAUP8TNPZBJlTySdd/YTtOVNsGGB0jM=" } }, "is_incremental": false, @@ -1580,7 +1580,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexJobInfo.html", - "hash": "eDtBFEGDPuDXpNZVdHvFx+I2vYVQaOA4cbHah5lRWSM=" + "hash": "eb5xiaSesQsKXKpPCo8bbYMOXi34pTQKjCjfcdGdIEE=" } }, "is_incremental": false, @@ -1592,7 +1592,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexJobRequest.html", - "hash": "+3XqIelULbv5UnuPwYIB1XT/FlpqK0WPSm5obthW1Ko=" + "hash": "9OT8H+/mfll7SGHZ5gZJkusD5fuMpRpjdEtB4Qrqimw=" } }, "is_incremental": false, @@ -1604,7 +1604,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentInfo.html", - "hash": "iLB8pZJqCy/v3nOhRhL0NvsIFqXxKQ01jcolpn2LYyw=" + "hash": "MVqLq4Gwxajll83r0t8QQg6faCy4ai66W8xqycs8iVU=" } }, "is_incremental": false, @@ -1616,7 +1616,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponse.html", - "hash": "Wngy9xUiz7+pdCk8yqS/MoyoIHSSG7NR0zg53Wcleps=" + "hash": "KOCRDI2xUi0MYo3kpGxDKOoHUWh7X+2RRohfHzrG0tk=" } }, "is_incremental": false, @@ -1628,7 +1628,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponseValue.html", - "hash": "oiVBMRKeGU0MVt5IA0W1jphe2QL3K0KZZWcbmG+JFMY=" + "hash": "m2l3OE7B45uifvj3Kl03tWR+vq71QZvePvgApySWHeI=" } }, "is_incremental": false, @@ -1640,7 +1640,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleJobsRequest.html", - "hash": "Eyou8dgmhAAIXDItLrohVGLAZR5uKA/Vmlf00Azvano=" + "hash": "HK750lMZBwme/7j4mx8vhgarQRfQKFpPOrpNr35tfQY=" } }, "is_incremental": false, @@ -1652,7 +1652,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleResumesRequest.html", - "hash": "+hPho4WkBgvEotah7/bWX/7RVC3it7kb6CNDOAHGjk4=" + "hash": "1CgXLOUgizY+LeWBidi7QBv9/ECYeET5pv7NKU8GJBE=" } }, "is_incremental": false, @@ -1664,7 +1664,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeInfo.html", - "hash": "Mcol2jBuQ2LEV3Mvjqk4NPMcKyYFSnvvXW5wAWbYIvo=" + "hash": "wlkTm+mdEbtATEU7I+eHtkeBV7ApAm/JGzY4W8BX47Q=" } }, "is_incremental": false, @@ -1676,7 +1676,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeRequest.html", - "hash": "zFtMJytkhIRED2/JtA+IXi1Y+zsmSpOFa9KPxqV4Vu4=" + "hash": "FRpQsfQnYY6eMpRg/WooE5Hncws+WWIuK1e879jcsw8=" } }, "is_incremental": false, @@ -1688,7 +1688,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.IndexSingleDocumentInfo.html", - "hash": "fuKz/RRJSsZzF3/vLRQ3RwF/ShbZMLn36HLITcBGTac=" + "hash": "YuJkiKtp5iv9Sww+7Azj5oNG4yQ03YfxqvtaUYwNssQ=" } }, "is_incremental": false, @@ -1700,7 +1700,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsRequest.html", - "hash": "kCc/Ao3maCQtXM10Gp/3DReNq7+HWyCxNz2N8Eq4o5o=" + "hash": "XeEpQwMolLrjM/gS9PNBn3l55epLNNnkbW19v9t5CfQ=" } }, "is_incremental": false, @@ -1712,7 +1712,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsResponse.html", - "hash": "yjQpmtws3b8seEllHQiIPddeJkZyLOgEGyNagulyEGA=" + "hash": "DIR5n9wodEhJkZMbfhiK8f4O4RuytQ97pcUrPXjCu3g=" } }, "is_incremental": false, @@ -1724,7 +1724,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Indexes.UserDefinedTagsMethod.html", - "hash": "Vjfu2O5PMn4m4RLoFDbCB8HE2es9tZj4BvyKV/KczNM=" + "hash": "skze2/c+vbuKTlzm8TeOjVUudurUq+i8ZcecB+VF0Wo=" } }, "is_incremental": false, @@ -1748,7 +1748,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobRequest.html", - "hash": "U/NdDupOohc/B7WqnBrAU/IvS3ywlYoxiP/7+qhA2u8=" + "hash": "T6prT8gTUQkJJEUXkxle0NNOynYTL40P/qFz2J+K4d0=" } }, "is_incremental": false, @@ -1760,7 +1760,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponse.html", - "hash": "bOafntejr2OSRCxJ5FMIofrgzRyk4oKUiUs2oMMLMMo=" + "hash": "YpZVEkbmRgI02Qbyzyql26Y/s8PRo1G9Yj3ngm89YJU=" } }, "is_incremental": false, @@ -1772,7 +1772,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponseValue.html", - "hash": "0V615I9PutNyH2kDweBZrw6zM8/a4nwhbl0hbXaWxZ8=" + "hash": "suNnUfis186BuMZqPe3dyLYrmhxP08VnuPx/s0BH6yk=" } }, "is_incremental": false, @@ -1784,7 +1784,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobSkill.html", - "hash": "SfA/GPMULwCYZGiVyAZcaXF7tZ48guS5YUhiZ2pOLFA=" + "hash": "VCW9Y4sP3+4jcpDfPUokzzhotKY/ZsiF8SqJY22kwqU=" } }, "is_incremental": false, @@ -1796,7 +1796,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.JobTone.html", - "hash": "UqXxmSmVS5tl53J0Njr22aR0LVlRfhf2LLqN1onqSII=" + "hash": "aDrCQD9suwKygxIsx1441aGR/z9YcNL13CZa7yda4O0=" } }, "is_incremental": false, @@ -1808,7 +1808,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.SkillPriority.html", - "hash": "zb+dYJW+6k4D2uXIZB8hD7CEMqhp+u962b3/KowJo58=" + "hash": "+CRHvxq29yCFT1Xw7bGK0InZ4vWZPqI/glAGKGEasCg=" } }, "is_incremental": false, @@ -1820,7 +1820,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleRequest.html", - "hash": "yWRlnY7ZqlE5/E55XpH1bhk5+89W774uhqWprTdQiS8=" + "hash": "q6H5tifZj2x+gz1NsSYY07iOIFdundUp6QojjkZOm4c=" } }, "is_incremental": false, @@ -1832,7 +1832,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponse.html", - "hash": "LbmMUA0uveTwTiDfsUDVpTGKvt8GFPhXLxVqUMO7+4I=" + "hash": "Zhmic5sISuzkLY9Ihxuls9piELbe4S8yaYFn7lATfwY=" } }, "is_incremental": false, @@ -1844,7 +1844,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponseValue.html", - "hash": "G+bj/aGa/6kjokwQ/jr6mV+oHFDUkh2PhpkT6Pp7ZQ8=" + "hash": "gwHINmo8htal3+5AenOeE3GGhBXP/SKwLxyoLzNudqU=" } }, "is_incremental": false, @@ -1868,7 +1868,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.BaseScoredResponseValue-1.html", - "hash": "NcZqq+fOaM28VfksWZmgbaGU178QW7RV3uUS8zfxzaU=" + "hash": "pgd1p2OBDxEMv0iD3428yNkUtCt3uAf0RsGhpZeJnmg=" } }, "is_incremental": false, @@ -1880,7 +1880,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.BaseSearchMatchResponseValue-1.html", - "hash": "tgXvMtZLUO6uoYEfItpHMNb8vZuxIWzfd/FpfXXVb7c=" + "hash": "siVRo4IXWjTV5RAZbK2NcBi+qUjOMAQ6t/+Vj+dfQ3o=" } }, "is_incremental": false, @@ -1892,7 +1892,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.CategoryWeights.html", - "hash": "ESfQBSCIsx0sWtzJ7bUtqrdsPO+fOwIzAE70WL3Ms/Q=" + "hash": "1onnLEmAH8JYdwfTqMMVQUZV5iP6l5oU2DAESI6xZ5o=" } }, "is_incremental": false, @@ -1904,7 +1904,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.MatchJobRequest.html", - "hash": "FbxTRLJTsOtQa5ZmU4GQtT/1m1o2rWayKDDQIdQy07U=" + "hash": "qFkZiGjK8Zweu5xDIsidDbEx75xnkMA4keHBaR3+x/g=" } }, "is_incremental": false, @@ -1916,7 +1916,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.MatchResponse.html", - "hash": "MEnk/o8Dy6wuH6M8nAMrTM2eliMveWrVatkBDNqqgSs=" + "hash": "fgF1VR98Dbj5zxLUgdck3fNis6ddD23PoVwC5nzH0uY=" } }, "is_incremental": false, @@ -1928,7 +1928,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.MatchResponseValue.html", - "hash": "zlnw5vwh/Xl+CrrPVuW5R2GbxcEM2lQvUuN/uyPIsjE=" + "hash": "aJCl6f7RWFZhRDyqJdD0RTY6RApo2orxvrQk8vYYU7I=" } }, "is_incremental": false, @@ -1940,7 +1940,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.MatchResumeRequest.html", - "hash": "Kh8PFi4htFYX3ovEWV0fxk0maR13vh25vb1m3IEmPyo=" + "hash": "x+b17H0Egvfb714mkReM3crsQM+pqf+Tp+wMCQ/s6VQ=" } }, "is_incremental": false, @@ -1952,7 +1952,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.DistanceUnit.html", - "hash": "WbSs5DMmLsU1/XgBW0Kay4E3XXATMdndUbBxqj+qMGo=" + "hash": "T7X2iFeEs9ddkKlu+qupe4+hiw0wZW7MlFC5bYwOT0U=" } }, "is_incremental": false, @@ -1964,7 +1964,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.FilterCriteria.html", - "hash": "O353WCTbMxEZHKeoHtfyxPBqrcQOKLMv8uC220B5x9k=" + "hash": "/cIzetk2hPwrzKZ7ndW7SxhdhQeeZ7ySDuZVeXMTJsc=" } }, "is_incremental": false, @@ -1976,7 +1976,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.FilterLocation.html", - "hash": "CZ91LUW7QN41InQeWDukpUD1UehG0Ac70Ixkf2LzVoI=" + "hash": "xiFjj4mdEm95JkRIgPDYJrX8miKjex5ajL1nyVzrhe4=" } }, "is_incremental": false, @@ -1988,7 +1988,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.IntegerRange.html", - "hash": "5lPCwgenRC30dXtWaHI9WT1UwawWXirdMulqYpu3MJ8=" + "hash": "4JAvwihofJXh9KKi1+9a+4p789DoiGQ9U9cDdeqR0WQ=" } }, "is_incremental": false, @@ -2000,7 +2000,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.JobTitleFilter.html", - "hash": "miKHoqu9novxQIoGShAWaH25VVYOBOXFO6BuuuL7yGo=" + "hash": "T3ndEPKd7x6QmDVr8uaFWk3Lman+TPzwh0vtKcphfrY=" } }, "is_incremental": false, @@ -2012,7 +2012,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.LocationCriteria.html", - "hash": "vVuRPZ4XNJZBwG3HlLAJOrJquqceDCXzQ7jyBpBJIzA=" + "hash": "bH4FKvICfLNJA2jZJ186cRurSdh0BBd/h5tvc6M7dg0=" } }, "is_incremental": false, @@ -2024,7 +2024,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.MatchByDocumentIdOptions.html", - "hash": "/CLLEj0IhRShWC7jI0l2nKqB8MvKe5seC1+7+AWTk1g=" + "hash": "ssO3lC2Ob1zYOyQ/K1CI6SMpt2C7QcGW3LiwD1jKBME=" } }, "is_incremental": false, @@ -2036,7 +2036,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.MatchRequest.html", - "hash": "dIGQ1nD3FCJ8ebWDvRxw2XuX0p1ygcxBUnL9Ovi62Vc=" + "hash": "+aPqIRZnOs7byVcgr7YEUSD+2buvnTP3TNcKRwPE0HE=" } }, "is_incremental": false, @@ -2048,7 +2048,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.PaginationSettings.html", - "hash": "wq3dgCMyxHK3CD7wYAzbmMucscYDdC8c505vjMZBR9s=" + "hash": "1dAYBfg9B27isGs7G+r0tx3/yoI6vi38Q9LuL8zZbJA=" } }, "is_incremental": false, @@ -2060,7 +2060,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.RevisionDateRange.html", - "hash": "Ob4FAn5xVFBWHm7odx0tlm6ZPJz5//yBsW97nkLmYRY=" + "hash": "sHVP3JvkPHmbecfmIU/jNliacbwy7xe26oyh5KWuCoY=" } }, "is_incremental": false, @@ -2072,7 +2072,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchRequestBase.html", - "hash": "/tG0HO3HnpHVKY+TWGSf1z2qlacVRjafsUDZgCfkCz0=" + "hash": "hAGm71OHSoYEl97BVowtdeqeVrfyL4niQbkw2tHZv3M=" } }, "is_incremental": false, @@ -2084,7 +2084,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchSettings.html", - "hash": "MTbkmYAaPhLWSYWUvX+vga2D9r+lmeRivZxwohDcAoc=" + "hash": "DVLTMvV71TlSImNUy0aJQresedOs4gwFlCtEXaGYBIw=" } }, "is_incremental": false, @@ -2096,7 +2096,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.SkillExperienceLevel.html", - "hash": "9/B+PD6QsMkX3TqUIHYOtcw2YSWPv2svCdesuNVOl90=" + "hash": "yuNgBG0EMkYq8Q9DBZ1WKwa2F+IwQS5/EXSGU75mnsA=" } }, "is_incremental": false, @@ -2108,7 +2108,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Request.SkillFilter.html", - "hash": "8zvkvsDHTY9rS4Eb64TzLkK7h3MarGJFH7ZZ1aeJVwo=" + "hash": "wbb2QspBUtjJp4Xu0WDVPu3vDIRS58L0DcKLuUi0Yno=" } }, "is_incremental": false, @@ -2132,7 +2132,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreData.html", - "hash": "Uk1aNR45Q2eE4y5v6ODCLqHmvOqTfNq5ItOuWdxOwzs=" + "hash": "TqkrgSibvSbC8NrzQ4NWOcL1SeZWTrOzdWiGOBM+JgM=" } }, "is_incremental": false, @@ -2144,7 +2144,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreEvidence.html", - "hash": "U/tN4wmoXpqAUhhKDIxLs7ZldVfi2uQ+RMCJQoGEYfk=" + "hash": "sPJJ6vXZS0v8MoN2N6iznYryXIJ36YNE8spTlmzuqIA=" } }, "is_incremental": false, @@ -2156,7 +2156,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.DocumentTaxonomies.html", - "hash": "lI+nYSQqf2Gq9dJjj0Aj2V5gQ6avGH4Q1N844UqJAE4=" + "hash": "M7mlVlkfRF9pYcF7EH+0r92iyLgxAL1kDvrb9e6riBs=" } }, "is_incremental": false, @@ -2168,7 +2168,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.EducationScoreData.html", - "hash": "h/2rvqj2HqeN8FSMoicTpBETSbqkoXLBMuEO2rKwDaA=" + "hash": "utaedlacmLgnHD/vqdQ1zzTFI8tvw2M4P8ZiwChUJk4=" } }, "is_incremental": false, @@ -2180,7 +2180,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.EnrichedScoreData.html", - "hash": "FgC1HPsVXI6FEL2e6QYTVv/3MZmdQxuIiqjatGXelM8=" + "hash": "6cmlafVB1zoRT26jjEWtd5S5bonsmRhuU3L/ZikFTzI=" } }, "is_incremental": false, @@ -2192,7 +2192,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.FoundJobTitle.html", - "hash": "bej5CPDmcWpoemTo+o8CKh/bSNJCkdDHhfB4qN4Ap0U=" + "hash": "Ysbvy3K6L/feMSq3tA8HRDcK6WVvPwqxZLYr/AYSqLs=" } }, "is_incremental": false, @@ -2204,7 +2204,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.FoundSkill.html", - "hash": "DT+T8OE1dc8oPgpMDwLMKzyenkYXsyTS4tgf1C0ljag=" + "hash": "Mi5bo+DmEYL/uWMyIt/RCm25+sduqt33RrhJqC3ggT4=" } }, "is_incremental": false, @@ -2216,7 +2216,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.IBimetricScoredResult.html", - "hash": "lRdv7FZ3LJkwjhMvyVELACPJJSUejHFEEiW9KndV3VQ=" + "hash": "YCDwJiOEHy89EZmL3om7gIzxPXWA0pfnsIe20DVYwO8=" } }, "is_incremental": false, @@ -2228,7 +2228,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.JobTitlesScoreData.html", - "hash": "zWKp9KIVR5ZfeSpdFYtB/ozIDdrVIL1gklVF966o1pw=" + "hash": "2XE8QStNXpmQKuLQgCFBQoDEj9AWDJVoNcOJvwyhY5Y=" } }, "is_incremental": false, @@ -2240,7 +2240,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.ManagementLevelScoreData.html", - "hash": "Y++K5yZpjbud5hnmLNyq17R5mn/q8tjXRfkmeYXJwhg=" + "hash": "aF/b3+zJ0IDG1xISO5GkQukpIdP41MFVlEeVFRkgVW4=" } }, "is_incremental": false, @@ -2252,7 +2252,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.MatchResult.html", - "hash": "muboyIkgOPzrfRCqvjV3/+o6OmZClKEdPcZ1/MfhKN0=" + "hash": "DCg4ePmnxJKJJQx7euqBZenALTrrM/DraSHXQRF2hlA=" } }, "is_incremental": false, @@ -2264,7 +2264,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.SearchResult.html", - "hash": "3SgrlZzWHK/ylnN2/RdumoZ4zQR5UHqRvi3zklBBFDY=" + "hash": "59jbyePzDn/JOu4HcAEPOUqJmqqMe8XHssaaKKX2fHg=" } }, "is_incremental": false, @@ -2276,7 +2276,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.SimpleCategoryScoreData.html", - "hash": "MvXhcxe7Ofe3jBOTFkbos6Y1qfI42Pt3vDAPwCzM+FU=" + "hash": "RGBMQfTqjiKcNn8+kPkzOOD4LfGfL5yGl7mCG4X03b0=" } }, "is_incremental": false, @@ -2288,7 +2288,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.SkillsScoreData.html", - "hash": "eyWv3V9MX1MVS05BAK6cGd/5+4pyid/gVmOXf1EJ95M=" + "hash": "rhtP7i6ehdhk8v7wVog1wXeCNUrpAgh/CoTHQrWKbRw=" } }, "is_incremental": false, @@ -2300,7 +2300,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomiesScoreData.html", - "hash": "KfXpU3LpoEZedoja/mEidD5/4MbOxwjTVAlu5DdTxF4=" + "hash": "zjXobgIK6eShwR8ajrfYGgNyHRyWeQvNRsNrrT2Hplg=" } }, "is_incremental": false, @@ -2312,7 +2312,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyEvidence.html", - "hash": "LVdJIU6nPBAVqV/xL08s+xmMC5d4M7jbg5aRwQnaNU4=" + "hash": "Lm1pvzDv5TJLXMg5jVrV50q7N423OPO64H1L5XrZMqg=" } }, "is_incremental": false, @@ -2324,7 +2324,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyInfo.html", - "hash": "W5zW03ab5ZiTpkbVTPKzDBaKnHUPAnhX7Snk8xKJsfU=" + "hash": "g9sAD68EVer3ySkynpf6RIi94UMPoowd5iSTDlaz5Ek=" } }, "is_incremental": false, @@ -2348,7 +2348,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.SearchRequest.html", - "hash": "d/o9m5RCvGWtwvLy/XwopEGQVO3hYeiJRF0SsQbkGn8=" + "hash": "rKII1RLeaqbL+t50KQ8LcfWwk4/soFlOqRx1CCXUXYo=" } }, "is_incremental": false, @@ -2360,7 +2360,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.SearchResponse.html", - "hash": "RGq4FeNKKk6AAMxT+DrMyosavXkDnQk5HsuGrYt3ZnQ=" + "hash": "v7w0Rs2Qcutc39db7K0eO8hKbjXTfsg1whQE3uL2zzY=" } }, "is_incremental": false, @@ -2372,7 +2372,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.SearchResponseValue.html", - "hash": "fr2EamCtrINH+rUrsxSVzO6TLPLWtqi2RYfi2/YyiNo=" + "hash": "ttGlb99FBfaputZz/0DTXiD4i3k6OCA7UFV+PZtqJ1U=" } }, "is_incremental": false, @@ -2384,7 +2384,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.AIMatchDetails.html", - "hash": "mJ1nt9pYQcbP7ItbX2VIIKyr4sgiMfAb2UmFCWiboH8=" + "hash": "sZejknmVTQr+v7po0TYoLhgMsDl8lvnzlnM29zAkiUI=" } }, "is_incremental": false, @@ -2396,7 +2396,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.BasicUIOptions.html", - "hash": "OokL4GBkVIVQCKDCPwBiUDqK8Di0aHWsIm2AUJZilxQ=" + "hash": "I/2+5iO5VGH5HFFc3PXqoxjtmJtReebZfoBLrk9sN/A=" } }, "is_incremental": false, @@ -2408,7 +2408,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreDetails.html", - "hash": "G2jUKARI/mzlI/eczzY+m7Pi+qOeLdq3FYbtYXLXGHk=" + "hash": "f4M7s/NOQI8yLkQ9nvVgN+Ox52WC69GpuxWwf+zgYu0=" } }, "is_incremental": false, @@ -2420,7 +2420,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreJobDetails.html", - "hash": "LKCH6y/WGlNkRQ9EDkEJflzUBmmJfKRtv5B/1tSACA0=" + "hash": "4rYy4iQj+Pomu+wuOrbHBsUSTMq5QMRVzGhzRFS9DEY=" } }, "is_incremental": false, @@ -2432,7 +2432,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreResumeDetails.html", - "hash": "k4ih17M8J25t3v83HvvqUWn85nY8kZcC0LRbpqHc63w=" + "hash": "2UqrXBjd51FqbpDo9tL98Ihb9PTm6byfb62rf58qlI0=" } }, "is_incremental": false, @@ -2444,7 +2444,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIDetailsRequest-1.html", - "hash": "7jdUNu+JHQ6zDUugphXQiJvh+jC298WtPuguMr45GH0=" + "hash": "CimJBmTDnDybD92f2eOVx+u9Nnmc+ZgPyYfg6u9j08U=" } }, "is_incremental": false, @@ -2456,7 +2456,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIRequest-1.html", - "hash": "ZAuCmdGvgyjkCYo6lj1iYr5RrgL3an2MggWRXhSI5Qk=" + "hash": "GclD8EtMsc/UmP80IQYQRhkdfsoY+GnDyhp5h/Fjuy0=" } }, "is_incremental": false, @@ -2468,7 +2468,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIResponse.html", - "hash": "apHs6V5bYGEEAgovRUqv5vLcJUfEfRcrfHDL7E95BTc=" + "hash": "CN/xp0Vj53XR1KxSZ/NsdEoofsAZ9yh8ErU1mk6aklY=" } }, "is_incremental": false, @@ -2480,7 +2480,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.BulkHookPostBody-1.html", - "hash": "GZUhCFQ955jwm9DenZ1VANHcZVj+ws26UPM6rgi/OrM=" + "hash": "m3gzvfFUl+U8zxek65VeGkrQqsFFaSfibHgPnLgxr6c=" } }, "is_incremental": false, @@ -2492,7 +2492,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ClientSideHook.html", - "hash": "/59hrbGDhluEWwJmcQ1F+n9e0vT+wItMsKpT0bp3ggM=" + "hash": "2tTAqa5Qh7tcVr1vQhMKVnhC9JwjFjs+ZIfJM5rkCQ4=" } }, "is_incremental": false, @@ -2504,7 +2504,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.DocumentIdentifier.html", - "hash": "Fca1+Gjg6l7BQ5lnoeNDy9S1sTjDA3IqkA+b9BEDQoI=" + "hash": "csDMk/sr1Jpn69pyc0ihRkytLGniq3jLtFpGxbdeh6A=" } }, "is_incremental": false, @@ -2516,7 +2516,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.HookPostBody-1.html", - "hash": "KJ4stEP7IAdx7cdkMWKfDsJPJfNg8PeLQODvFBWpGmk=" + "hash": "Aoagy1eieY3tIcNYSlfAejhWd5+hI/yRhfgRoc1e/eQ=" } }, "is_incremental": false, @@ -2528,7 +2528,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.JsAction.html", - "hash": "B1eGRnI7ANuxZDT6hTVgiSvwllXSDpmrVyvqnxgVjJY=" + "hash": "c2eC3St61ppme9PaT6arzY+cXA1c3WbYrUpmKc6MYkQ=" } }, "is_incremental": false, @@ -2540,7 +2540,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHookPostBody-1.html", - "hash": "+mE0hhJ2NZI+JHYPwnMLWRk2R5LEQGCzCIMDkUMFrHA=" + "hash": "8Wv7r26cl62nJVYar98R1ckgLhimu/bwfauqQ2oTdO4=" } }, "is_incremental": false, @@ -2552,7 +2552,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHooks.html", - "hash": "ngCscFsEIls5cNnapS2b2XTAAV0mUCJNxdZ+1KqZjmM=" + "hash": "435nmmWbMLKASHVY2+WpYj5xIuRSJx5m1ELvv6/N3Zc=" } }, "is_incremental": false, @@ -2564,7 +2564,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateServerSideHook.html", - "hash": "WkrRFxp8atX8Q9A+/sj8kX/TEgS3iqa+waWif7wtbCQ=" + "hash": "WVmZAhOQndRgzPykk1PQ/qqdxcOFipBsPeGR1XcC74g=" } }, "is_incremental": false, @@ -2576,7 +2576,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ServerSideHook.html", - "hash": "Xw3ONc0U4Qe3C3nQgFFqQyRUnELgTOcFLvDhMTKvb4I=" + "hash": "Uor2bqKGaRLwkQvZdQ+TNaTKyGXii3ZxSeasVrs7gi4=" } }, "is_incremental": false, @@ -2588,7 +2588,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHook.html", - "hash": "1Uw5YcbcacrjGsaHuJWEgl7OIqRXT0ykOEFryrLUW3I=" + "hash": "ONe1CsEKCCjqIDdcf4EH8QGurFRIFA63ACSdsGL+ZMs=" } }, "is_incremental": false, @@ -2600,7 +2600,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHookPostBody-1.html", - "hash": "ZMNVT1hTVX2Lr3eEkReGPS0GPDnH5gJMJEFJBlVM+E0=" + "hash": "q1p8ic6yloSNfFZksdG/HQNTBuxZjFY9+9TvCtRNjgU=" } }, "is_incremental": false, @@ -2612,7 +2612,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UrlAction.html", - "hash": "tusEvZMAY2jrUkw8+fr3JcRx2achxhW/vAeol+EQHKI=" + "hash": "8ZiwnSeb4jGxJwkk6j9JaVxwFYxoVGmaK1UML7fPbAs=" } }, "is_incremental": false, @@ -2624,7 +2624,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHook.html", - "hash": "Tt26ZSe+UMnXqvEQVBQn6ERpEgC1lpU2Hu4+BNMx6jM=" + "hash": "D50RapuFSACseMwUTOkyC4bexDx0ibGKMLknqoIozvI=" } }, "is_incremental": false, @@ -2636,7 +2636,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookCollection.html", - "hash": "I3gRCPfAfxUpSlSIY77m2Jwzh2txWbnh2RhZ/zHh8I4=" + "hash": "oPH0tM5AWDx+Gz3W9m+c6vBZLGacUG5iA5FzZSmJ9FE=" } }, "is_incremental": false, @@ -2648,7 +2648,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookPostBody-1.html", - "hash": "bCJdTb05miYrKDg+vnx8cGvuLc3koLLWuyoc7eChBYs=" + "hash": "h4uMnh+2GG4hoxU7KbemQmClPXJvRXXfseb3QbHJql0=" } }, "is_incremental": false, @@ -2672,7 +2672,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.MatchDetails.html", - "hash": "yNvDGdq/tCtzmE049YyF+ZtN4poH+EUFkajJmUh1eS4=" + "hash": "A/IyDURVIX7NeZN7+0KY1AEYOzSMInmbNgjUB5H3MMI=" } }, "is_incremental": false, @@ -2684,7 +2684,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.MatchUISettings.html", - "hash": "t5jaeo5RuDmdq2adVs+7jlU57n9eGV0uvNrO1anPbUM=" + "hash": "ZlMqBTz1wnrKSnWgZVxX2w3wSOHLhn6cdSLot53B0co=" } }, "is_incremental": false, @@ -2696,7 +2696,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.StyleOptions.html", - "hash": "89vU36Mhv5mc2qz19sHjKr2BAjOakX4OkcFfRwpxCwc=" + "hash": "1y1QuYbW6FzRInA/BmBQ52it2P9YsVfuJYjpffo1V6I=" } }, "is_incremental": false, @@ -2708,7 +2708,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobDetailsRequest.html", - "hash": "ACet1Pxf/eP9LJ+GlPBM58Jb6lP1rKPOFgTfR8dhA78=" + "hash": "nf3E+Tvms21XzytBxnxku8c+HhPC9zP6Na4DpbDfSMk=" } }, "is_incremental": false, @@ -2720,7 +2720,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobRequest.html", - "hash": "5kyhGbVDJ9tBngQDpwrcNP1C8LO1Tt4m8pjjqBQB9OY=" + "hash": "lJDdjLKfDbNo89cT6mrygnzKkVRHzHBaYnoDTrvh3M4=" } }, "is_incremental": false, @@ -2732,7 +2732,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeDetailsRequest.html", - "hash": "hS2kzAwb1kCk2+uZJUv6Wl3sqnR9fae5o7S24pchG3o=" + "hash": "3rbugOd20xiqq+JETwLnzzEpNqwj1+LRgrn0LA5q5i0=" } }, "is_incremental": false, @@ -2744,7 +2744,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeRequest.html", - "hash": "ZOJr/pUa7zTXoLk9/QGAUWhy8XZ57IzEEja58AMSr7o=" + "hash": "tt1OFxHR1bZwEfrcrQyorloTAlMSNap370Os/f20WR0=" } }, "is_incremental": false, @@ -2756,7 +2756,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchByDocumentIdOptions.html", - "hash": "3XwlEwJrna0E+mVW73yhjaNKohg8rtAonHPIeaUEREA=" + "hash": "GkzcP+UfxWpKYRXzMnZv9e1xmJW8XE6U3I7ovwuPHsM=" } }, "is_incremental": false, @@ -2768,7 +2768,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchDetailsRequest.html", - "hash": "+mk3wIFRrKAZir0rnhHypUUiubB5hRVZmnTJLUh+Ocg=" + "hash": "WVwrGXaR3PYdrb2rKn5MHT2AcKmNOYW2l6me8IzG6FI=" } }, "is_incremental": false, @@ -2780,7 +2780,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchJobRequest.html", - "hash": "zWG7+0B+4nYpMBD62RDrYDjLCjlbcL83CbHLD0INdUk=" + "hash": "0nHeLijAfiGOocK3IMSVHxwUy5CBi2HY8nsCUozBa1w=" } }, "is_incremental": false, @@ -2792,7 +2792,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchResumeRequest.html", - "hash": "cf0G6FLtD09SlbZt/TE2kav8DlcWdTy73TthGyYL6cY=" + "hash": "hTU2qU5RL+U1BWaAWUT0NS/wE9ar5TDFAKMkE1iFcSk=" } }, "is_incremental": false, @@ -2804,7 +2804,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UIOptions.html", - "hash": "oiRzsy9d0f98fXGTYnEeG+8cKzth+txCImQQZI4to4U=" + "hash": "eJIhXr/VG9AHvnGapRpPAr8++bbiX3MN7biyk/P1Ofw=" } }, "is_incremental": false, @@ -2816,7 +2816,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UISearchRequest.html", - "hash": "510wxJVzPalqr+2DEEZ00ef1LE4TVrTYiNNeL8c8ZpU=" + "hash": "t+tLm7iB+z9/P9EaBO8njiFpVAUUNqSsV0ER4yfOLwk=" } }, "is_incremental": false, @@ -2828,7 +2828,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagOption.html", - "hash": "pJJqodSeg4c224Ez76UZa+D/ChACEs744eUzc+hgIok=" + "hash": "wKcCduO6+RsWvshMPVDqL8rm2LP6fzAgV430RUTlDkc=" } }, "is_incremental": false, @@ -2840,7 +2840,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagsPicklist.html", - "hash": "vTGKELDbLGlTYuhjQqmGmdfJC2a8Vwq/g35vZDAkaCo=" + "hash": "P3XTwYcRTpyxRTuzzOO+uApWlm7gWdOHX768GKJvRCs=" } }, "is_incremental": false, @@ -2876,7 +2876,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.BaseParseResponseValue.html", - "hash": "Dc4KmvxOW9NDr4TrcBbqHMASddqaE+of9x+oaIh0AJo=" + "hash": "pLL5CoLSEN7Y40TGShC1afrzO04TIQSnNqI84Tl1AXw=" } }, "is_incremental": false, @@ -2888,7 +2888,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.BasicParseOptions.html", - "hash": "/157Hhz7wwvYfrdjU3JuYc1eutEl7TGrJ6bBIuXBj9Q=" + "hash": "/pHjLbMSnbKnLj2wx+YquH7g474IULn71SjrJV+2b80=" } }, "is_incremental": false, @@ -2900,7 +2900,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ConversionMetadata.html", - "hash": "oSTlgoANmh2JTKUkpoIrpXqlLPOYV4lxxVnB9/a3jdc=" + "hash": "U8xt476TvBGJcrquEr7+2kXRLLBBOlBwyDoa1l8iL8M=" } }, "is_incremental": false, @@ -2912,7 +2912,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.Conversions.html", - "hash": "/BubXMEO5r6zmWB4umXQLdXWCdHYaI9ks+LWkWtBaww=" + "hash": "3QxJns+4XKRH43YHoUo5NfXxNleQQOVDB6ZcX213LdU=" } }, "is_incremental": false, @@ -2924,7 +2924,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.FlexRequest.html", - "hash": "pgIc5aNRphKmJ0ZIQHjgPVn5qYZmHy6tux5eaWkIDnk=" + "hash": "EZkWOJT1o81Qqynqh9Qq7xSX0m2kWCyx5p00hl6n1rQ=" } }, "is_incremental": false, @@ -2936,7 +2936,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.FlexRequestDataType.html", - "hash": "GB2E0ASBG6YiFiEbjZa7i64ZmDghu5tgZtC2dZpH6ws=" + "hash": "/kQS3QF6oCGDS20Nrdwd9h4roMMF1H64AhhocuwqNpA=" } }, "is_incremental": false, @@ -2948,7 +2948,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.FlexResponse.html", - "hash": "Jr7EU4vMEfyCE/eSUCmuw9YnrzMoyzZA01Oepqbe77U=" + "hash": "g+JK6qEesg5a94F6ojl6w5uKet+ki4OS/L1EyC7rdGo=" } }, "is_incremental": false, @@ -2960,7 +2960,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.FlexResponseItem.html", - "hash": "YMnCi4yElzfbYo2UogFfBegH3KCXzARfLQAl1UhP8d4=" + "hash": "z+idmr2np543nr5eA+SVmywRJKK8LOXo1byZETXi4eM=" } }, "is_incremental": false, @@ -2972,7 +2972,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponse.html", - "hash": "ImvxhlzjiTwmKwMcXtzNICaR80QTkufwKjBJZO6lHpE=" + "hash": "3RaKVVqt9llDMqVkWriacy2Srdjj9ooo5tWfiD/S7XI=" } }, "is_incremental": false, @@ -2984,7 +2984,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponseValue.html", - "hash": "ddmUx5fTk5Dq8ir/GJZHqnYwpFH5XE1gYx2IWzPY55c=" + "hash": "BQj3wweTgute49sAFiBdKxaMZT9oZpHjEotSnsj0orw=" } }, "is_incremental": false, @@ -2996,7 +2996,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseOptions.html", - "hash": "Ai+x208I3RJ8VSm86/aPwoEQFIovSlOwkc4kLtO0ZwI=" + "hash": "zIiWzw0TyrVJF5ccbYtj4BZ4JJ51UCrhEkcEfbWRyN8=" } }, "is_incremental": false, @@ -3008,7 +3008,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseRequest.html", - "hash": "d/acjBi1NNuI/qnFBq7XJFW+Yqnv6wuYzYlANwUVBaA=" + "hash": "McJKrk9skwAOIEaQYjMle++mBPOEuCJZc5sajtVJuTo=" } }, "is_incremental": false, @@ -3020,7 +3020,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponse.html", - "hash": "b8t/mzmyWonNDrGtXqkHOz69CqNM71VbdzdPgOTxC2k=" + "hash": "vPvh2Fht1PaMBFs+ffA1FZX8Q+5FkBoHk2YeCw8vLaM=" } }, "is_incremental": false, @@ -3032,7 +3032,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponseValue.html", - "hash": "bLZOf139WTsJQqX/SauZFNOtdhDJ0iSxte1bWWG26sE=" + "hash": "cNTzr/Wtm4hYyuPhKQhqWxOlVPxw1ctSD3XGj6e3zT4=" } }, "is_incremental": false, @@ -3044,7 +3044,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ParsingMetadata.html", - "hash": "FkNKuqQlwL4OHzIx92dIdKSd9iNgvM+fI3wZQVvjTfQ=" + "hash": "x8ONID7mVsp09AH6po5mRffPVh7nO1cqkbMfQAYlCGU=" } }, "is_incremental": false, @@ -3056,7 +3056,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.ProfessionsSettings.html", - "hash": "CFoWWNJEtjgvLXuLim2HNaQP/JWeKK0r+KRi4JLXjrg=" + "hash": "hoBLJanQItOxQa/Gy6M0pNrbgkLl+R1VjQ/de7NGUTw=" } }, "is_incremental": false, @@ -3068,7 +3068,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.SkillsSettings.html", - "hash": "chNHRCvsFgftbiGnVprOcKe3zHmZoQqzdVRBtSTIgaA=" + "hash": "o7eBkzmPlyr6j3E4N0UuigGwqJfu67bhqk/VrVVGtaA=" } }, "is_incremental": false, @@ -3080,7 +3080,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.API.Parsing.html", - "hash": "7zVBTm6UMpaVIEkGgOWM9EbP2Uuqvm4KXonIEjaIOMc=" + "hash": "t307FpdEgiVIiHmU6Z7ntMCKj6NaNCmsu7u/JR30240=" } }, "is_incremental": false, @@ -3104,7 +3104,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.BasicProfession.html", - "hash": "kjO85SlBrECHCZkyy2u5AvV4F7QXLHOD1xob9worZbE=" + "hash": "nJ+dtajQFHsSOhoD7y2aY5v6Vxk5VMNvlsSeSTUMImQ=" } }, "is_incremental": false, @@ -3116,7 +3116,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.ExtractedSkill.html", - "hash": "iS1mczlsK9xdeIImYmwXWQmXWc57YCa9phxD7aYgg0A=" + "hash": "HC9BSUTCkuBNB5Wj7uNCuMzruSBoTPMkF7NdyQdiQA0=" } }, "is_incremental": false, @@ -3128,7 +3128,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.LangDescription.html", - "hash": "JudNNLyC0dkQ0XYb5jk+nYsK6Wt7+UKXFHtTqfD7MiY=" + "hash": "S7EBaKHRaTe1J8ATYSEIFI0iBQTT8UysRWtzxagp5i0=" } }, "is_incremental": false, @@ -3140,7 +3140,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedProfession.html", - "hash": "t6SB2DlKiYUg2D4wopB3JEEnhEGJQiH/USemTp2V3P0=" + "hash": "R/ZelmwVkbKc5BAOx+lb41O4ykLsSna7Mngz1V9JVaQ=" } }, "is_incremental": false, @@ -3152,7 +3152,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedSkill.html", - "hash": "geoxHCVs+DGCC4FUXRcIQZ5QW8cbOKWuUOAvBw4YdkA=" + "hash": "yk3dlrk5S9Y16nQxjhC22rMHrQrLhkHdPR48A8EQqts=" } }, "is_incremental": false, @@ -3164,7 +3164,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.Profession.html", - "hash": "08J5KibQU7vbfCBbfkg4PJfRww3p7tmlAJsE5Qw7k6M=" + "hash": "qH6Fjq27vR9T9oTf7c4osI//9W6yACBtzHk/fmCCJlg=" } }, "is_incremental": false, @@ -3176,7 +3176,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionClassification-1.html", - "hash": "mF/PYEnvVLj9SHXt8YSjC1joxi0kz7tTs0SjUPjud30=" + "hash": "WtjefZtXj3VqPzbawrjjPRLTyUdHjufsIOYDyM9TApU=" } }, "is_incremental": false, @@ -3188,7 +3188,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionMultipleDescriptions.html", - "hash": "GccgdM5MDaFVIWQAz4dkDiSuk4CMGGYfhYgwye7hZ8g=" + "hash": "jUdDVJHNVPCZDPMo3nYPL60d1ONfib8ZR3luuMYMV2A=" } }, "is_incremental": false, @@ -3200,7 +3200,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.Skill.html", - "hash": "3Bd8ifxnJ+bGOrp0o67JWr7WzxzgHLf2mzRoL0ZjP68=" + "hash": "FAzuf3qHQ08H6NH5EVx4cfXqgP+SKkrwoyhVTrMDdpQ=" } }, "is_incremental": false, @@ -3212,7 +3212,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.SkillAndConfidence.html", - "hash": "OiBChQkZ/gwhRNQKZrA/T/4eFxAdrdQ4BU6GQr8TUeo=" + "hash": "L1N3jb/ZZm92+sJqJ5PLQRYVeRr1lK41xL+BpCme68g=" } }, "is_incremental": false, @@ -3224,7 +3224,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.SkillMatch.html", - "hash": "bGHlrCboDNTBjtLOdkRdKHNxa1LX9ia33492XeAUuvI=" + "hash": "RdPMli+WAcnWe38qmkwPjwXtqH3gdpKmzg2m12ZFwVE=" } }, "is_incremental": false, @@ -3236,7 +3236,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.SkillMultipleDescriptions.html", - "hash": "h7eKctJ9/tKDNXaWQ1c86hpUHJhXdu9IiQshplWdZSE=" + "hash": "tZxDvRB9/TwSAMbt27yiWjTyVZkPhZGQJ32hylP+pCo=" } }, "is_incremental": false, @@ -3248,7 +3248,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.Taxonomy.html", - "hash": "fWKJ1SYxycLyJ3hbeZiGI8h6V2ZrvbvUXJCma5DRJlg=" + "hash": "7Cz+LOao3B4qIvpHtssPtxRKIO1XQC7ycvURplZTnw4=" } }, "is_incremental": false, @@ -3260,7 +3260,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.TaxonomyMetadata.html", - "hash": "sikKKUZTS+G1Nv0EpN5+45/3ZXwfPF/1bF/t/lcWAQE=" + "hash": "iEts1wXQcUTI2RScmCuPEFXBWms7btzJAjIQpwe/HGs=" } }, "is_incremental": false, @@ -3272,7 +3272,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.DataEnrichment.VersionedProfessionClassification-1.html", - "hash": "7UroEWJDK6U8cIcmC4OUZddyWIjcTJjyqI2PdCb35Rc=" + "hash": "jcpOPp32AGZYz1ZUHi8gV/6auDao2ebnq2hTyOHb3q8=" } }, "is_incremental": false, @@ -3296,7 +3296,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Document.html", - "hash": "gk8gw3y1Tp7YkPs53YBniQ44ZM4EDM5TrU2TEIZA5KU=" + "hash": "MRv1rB8xk/IfSkJka0nWLJ2VwQl6XqotWTa2NCmt0MU=" } }, "is_incremental": false, @@ -3308,7 +3308,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.GeoCoordinates.html", - "hash": "jhZO+Q14B2P+vzF8uOZ07je8mVj+2UDGhNKtmqHgjik=" + "hash": "2h+nZtHhR1mEcA+2+gdVm8oAL2ID3rSEjyomw5E5s50=" } }, "is_incremental": false, @@ -3320,7 +3320,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.GeocodedCoordinates.html", - "hash": "o4i0oaq4zS5RgH8GtTPg8pfEeM465nOgVKdRgj3YAQ0=" + "hash": "6lNUO9R+pAaq5fsWpVgrbVnNSMhjKR6Cx2wH6v8dq4o=" } }, "is_incremental": false, @@ -3332,7 +3332,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.ApplicationDetails.html", - "hash": "BGnd2Js2BJXGbiRbkJBvwL/bHQ2hwYIeVtCoJaL7tCk=" + "hash": "Avo6SBkGkToqgCpWnrLtQl31d8HqmRTe6s3goKvwmlQ=" } }, "is_incremental": false, @@ -3344,7 +3344,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.EmployerNames.html", - "hash": "BBiw3Jk6I/pQJQcR+NUU4/1LicWU97hir91qDSP6n/0=" + "hash": "p/gkN3xR1XyiQMegQkZGwW6QbF7osxHrv0cDJVh94lw=" } }, "is_incremental": false, @@ -3356,7 +3356,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.JobDegree.html", - "hash": "s5ssfM2Fvs8HBVRVZZ/e+A83SKjrZxAnKApvO45io5g=" + "hash": "COccoxzzGhpUANNMMx2Soyqdim3hrrAn9sU37Q06P3o=" } }, "is_incremental": false, @@ -3368,7 +3368,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.JobMetadata.html", - "hash": "kOR9ax0cHHNwZReGazAQKwgZaav8CpJcobPi1HXO8xU=" + "hash": "iCTJIaMfB+VbPE/sh8YYqdq8Q+TQHELllW3shcrAYYM=" } }, "is_incremental": false, @@ -3380,7 +3380,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.JobTitles.html", - "hash": "V0b7susKDweOYR0El1MD8LmhSca/JEaiIeLYvLj55P0=" + "hash": "1QsULhLwzz1He+H0J84VmlWir5ftEvAdeIKGjpgjaWI=" } }, "is_incremental": false, @@ -3392,7 +3392,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.ParsedJob.html", - "hash": "SF4j+TUm3rf4zMkTftrlSomjqn9SyNNxsKAzXDNqESY=" + "hash": "zbOEet/56Pq+5LsbGGyiK6VMBUHqpFlPvLUvfW7QV/s=" } }, "is_incremental": false, @@ -3404,7 +3404,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.PayRange.html", - "hash": "UMklRFJyTYphYPcoYdUK1KCFbK6ivNeP9CdwNXtejus=" + "hash": "UU6QHkqx+Fg9j5CiGj2StrhMYYlYnd1voD5k3rwSUUM=" } }, "is_incremental": false, @@ -3416,7 +3416,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobNormalizedSkill.html", - "hash": "3rOVZ5wtkNTwklWoochGP/A9Jt/QfxSnnA9bSWFsizw=" + "hash": "K1BMlUT9ONVnMEks6cr3tM4HOfAc5E3TkULLoWqFczU=" } }, "is_incremental": false, @@ -3428,7 +3428,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobRawSkill.html", - "hash": "F/eMFHEhhiYaMQLn9gq/2+d5CABB8I6WuHdMm30Bghk=" + "hash": "eLF6ZP6KRFXzMdGtbmOXW6ePCvumyFaGl8G13Nuxfdc=" } }, "is_incremental": false, @@ -3440,7 +3440,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobSkill.html", - "hash": "pp1BUaG9jZ3s2/tWsNDr+fPvsrTgn4E3KC7TOH6mfSA=" + "hash": "Yub9xCnF2Qg+2KN3FhnlSAwttdswEuz2f81WJZYeigY=" } }, "is_incremental": false, @@ -3452,7 +3452,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobSkillVariation.html", - "hash": "mFmh5nd4ZKdIVXUgQCwxcgW1LF+QtjuxOSbXFQQMfGo=" + "hash": "VugI08ZsETImlUur8zzzA0BdBbSQb5WAW6WuOSzyqMo=" } }, "is_incremental": false, @@ -3464,7 +3464,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobSubTaxonomy.html", - "hash": "8RTBjkOP9jranlv1oNBDaMJ7OJ1+H3ePeThUG39GYk8=" + "hash": "zhDZP8P9gu+VhqH6v4f+ME8num1UL3dlLPi9EpQRb5k=" } }, "is_incremental": false, @@ -3476,7 +3476,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomy.html", - "hash": "9dHlT7mdzZFy1R9Vzx+zcdfFipecnE3SXtMWSRHIgJs=" + "hash": "qTivnzP3lJyjuQ2MjBPw3AaVrYlW7t+fo8EE+JND37w=" } }, "is_incremental": false, @@ -3488,7 +3488,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomyRoot.html", - "hash": "79xwVMbPCeRixSY0CmgpJVOzrxg6o9Jgj2j7G5VnvIg=" + "hash": "4yijBY+MbqDA+UcCXJ7TV1lJ/DIT1UQQfq6XPoiZO+Q=" } }, "is_incremental": false, @@ -3500,7 +3500,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Job.Skills.JobV2Skills.html", - "hash": "aqzZiH01E+5uz7d5crvlAabyW90wJvIWbxs3UNhyP7o=" + "hash": "Z76O+tg6ORhYMxV8qybuW3QD4MoargsBeQN6ROiWmng=" } }, "is_incremental": false, @@ -3536,7 +3536,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Location.html", - "hash": "D4rzvHC4PbXqGaWjQ1Aao5XUbiMWlSVvt8npw1Wu010=" + "hash": "5ArIvXHaPc9CXjuJ/v3t/U20W4NLg+zN+ghRclz6PoI=" } }, "is_incremental": false, @@ -3548,7 +3548,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Matching.Index.html", - "hash": "rPb2uEgv9QCTG4Ic9jF3B7N1ZSmrBJq0ewD5ZKgWQP0=" + "hash": "sNQ67WuSMZ3rO2E+HKBqKxXqlhJfTy7Wo1RgnXWsFB8=" } }, "is_incremental": false, @@ -3560,7 +3560,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Matching.IndexType.html", - "hash": "U3XnfEThbwYuQq2LmCTMhfrGRO7WC+iejijzb9aLsCg=" + "hash": "TYz4FZR3z0QkWWtonZLGJBvrHqL78G2IXImnBm4fqAQ=" } }, "is_incremental": false, @@ -3584,7 +3584,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.ParsedDocument.html", - "hash": "lCb6jcikZBPdcH+KD4Nyy/yd4fMWeq6lKSKvD2Tw+rE=" + "hash": "ldY0E0FnDv/00EKUrM1NcSgTNKC7ds97+Qe2DimPgqI=" } }, "is_incremental": false, @@ -3596,7 +3596,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.ParsedDocumentMetadata.html", - "hash": "emTbkGRYHSkSCZrhaGK60UBY4lSmh15jWeDKLymFjkg=" + "hash": "6YT38nNLimEdRzhYMGADrv18BsOTBT1TZ7i9CRlW+6Q=" } }, "is_incremental": false, @@ -3608,7 +3608,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Association.html", - "hash": "HuXEPjLfMdnhujJg6/0c6Yj0WTZiXew8XgAXNga2r8s=" + "hash": "6t8FO7HA1eYcPqkMAhhZx/SZqqe+1F/NKWjVBNJL+vA=" } }, "is_incremental": false, @@ -3620,7 +3620,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.CandidateReference.html", - "hash": "HMpAxLaWtqMMkTp1joSShC4wR3cm5/HTDdWaut3dj4A=" + "hash": "qJ4Hl7ZTUggZjxQnwHQ/42uFblLTjj2uuZH0IWU6cUI=" } }, "is_incremental": false, @@ -3632,7 +3632,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Certification.html", - "hash": "npUeq6qXeQ+Jb6tPA1J2hHWJFi6Pbcb5ncB1u5XHpjY=" + "hash": "AdeESVFSO47+CxbCXLk+KLfx0alhlSjnQA9dZWMXaOI=" } }, "is_incremental": false, @@ -3644,7 +3644,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ContactInfo.ContactInformation.html", - "hash": "spx1WEk/dAeIfEpImpbXI2Il6a4YE3slxXQFHxEW+i0=" + "hash": "8adlw++1VWq08LyreZjATAmZ7pA4SabH3wjyXRfdm7w=" } }, "is_incremental": false, @@ -3656,7 +3656,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ContactInfo.PersonName.html", - "hash": "QiZomjhqJFUrqxcvkA9+6cuwwHASw/ubhbzDBN3CqKQ=" + "hash": "y0cjcm6UR0ljVF0NiRPN08M9foJFc5xIfX67tx5taHA=" } }, "is_incremental": false, @@ -3668,7 +3668,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ContactInfo.Telephone.html", - "hash": "Nns20t9MWs2Sjzbh27w4y3PQClIzEKTFIhRncjjIM2Y=" + "hash": "6dUhliw01t3x9sJbtK4x2fLPYjieevlnsre+fNxiRTo=" } }, "is_incremental": false, @@ -3680,7 +3680,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddress.html", - "hash": "6xEIo3sVSL0aD9JU83x+P7ApGC/bCw7n0v6vQrAwjzE=" + "hash": "tos9X3ck9+WHk0QJuy7xpqYE0fuJA19+faTsoVnkmUE=" } }, "is_incremental": false, @@ -3692,7 +3692,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddressType.html", - "hash": "ydS77M9SJSrwyXJlL7T03QpbdCrgM1Iqfeac+bWNq04=" + "hash": "ZPZ/ieyRKHnz+ZHlxgNKDS4uWsnXlymjPkRYk4bMi5A=" } }, "is_incremental": false, @@ -3716,7 +3716,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Education.Degree.html", - "hash": "1gMvpM18cSCvrFkQHJKWvt7GGx8i/EBAhYGIVM9Yaog=" + "hash": "O5b7kGWP+JdrLGk47GN+iXju6WN3usVKympzYkO2bbU=" } }, "is_incremental": false, @@ -3728,7 +3728,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Education.EducationDetails.html", - "hash": "VI5MuhEYkSV+/ndxeKuz1qI+MUViOBkYNu4qZpWzAx8=" + "hash": "uy4KW+piWLEUfvexpVeUivqggqKfcglhX4mCQe9ArXM=" } }, "is_incremental": false, @@ -3740,7 +3740,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Education.EducationHistory.html", - "hash": "E6Bcri7BQ2AO3BrB+Z3sTRVtCUmGC57zTAfCZAjKAuo=" + "hash": "S3yg6mi0DUDrc2W6PgfHK/5T0M9ZvenQjxE3Ll9mjY0=" } }, "is_incremental": false, @@ -3752,7 +3752,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Education.GradePointAverage.html", - "hash": "HmhBovDNG1LOxnm5yd0kB9hIO2KKw8plnb6t2Uueoe4=" + "hash": "uVY7WS892XTyaH3ElGInG6rMMUgSEdr3byMYB3PLks0=" } }, "is_incremental": false, @@ -3764,7 +3764,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Education.NormalizedDegree.html", - "hash": "duar3tRNMQ1724iaO+F8Xofuk0aUIoeBVukyvbonMa4=" + "hash": "SfPyM1QcSCYfft7E+T304Wew19oeBn8rJCZbqQNfkUU=" } }, "is_incremental": false, @@ -3788,7 +3788,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.Bullet.html", - "hash": "J8NXF0RK4158CW5Qx1xJo9qsEV9Nr8yrlOKbS2//ofU=" + "hash": "NXWoiqLmeTid680yHwmeJx1v8Z6Grdf79lvTSgsxSSU=" } }, "is_incremental": false, @@ -3800,7 +3800,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.CompanyNameWithProbability.html", - "hash": "JP/u2HoJ5ZJ8qbR/oKthECByDXwGLk2eWXtWlQwpnqE=" + "hash": "+jhkGS4iaEOxtd369NuwG1BGFx54D8fr0wPF7t9c/qQ=" } }, "is_incremental": false, @@ -3812,7 +3812,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.Employer.html", - "hash": "JQpWEIAM5BgSYRxL9oxt59Jc1TlWepXZ42scGL5HE/E=" + "hash": "JVEz3++JXjDbOD/7661lMKSrqZzN/mJ5d7iz0ZQNjTg=" } }, "is_incremental": false, @@ -3824,7 +3824,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.EmploymentHistory.html", - "hash": "md9WeywnkTFLYQ9aGvsj/s/5HBVHwejp9p9hgfx8oj8=" + "hash": "jRewizp6tXzGd4APQAmZrRiR7G9GCnO25lvmcN3XIRQ=" } }, "is_incremental": false, @@ -3836,7 +3836,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.ExperienceSummary.html", - "hash": "G69FvHQ/2n0jtYo59+emny/9a5+Zo5jjWu+XyPoV31Y=" + "hash": "Syrc+d9pK2BjevX2oqh+HIhKXhD0UAtLbex6UuITSeY=" } }, "is_incremental": false, @@ -3848,7 +3848,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.JobTitle.html", - "hash": "DP7+Cs4Zv78ORFi0W7BZ1SlXS0wGF02gN/hiVHkF8+U=" + "hash": "OAxVZKQ8+1OvRLg/PrMFacYNQ/AFmIgf8LNeerlT/0U=" } }, "is_incremental": false, @@ -3860,7 +3860,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.ParsingNormalizedProfession.html", - "hash": "VPKJhihcg9U3HMhUTWGYVmkBIRmbfAekJRlA4DQ1Nag=" + "hash": "MdK6W0oOJ44Li6PHEsTt4fviUvTQWXPjLoh6mhmx8fM=" } }, "is_incremental": false, @@ -3872,7 +3872,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.Position.html", - "hash": "sOd0ZvkcMysF+9j1jYWrdrNIlo8b0N0MNdd7H/wLg8s=" + "hash": "h8F6QFp992tKXNhDnIH5h1NU7vUlX4V4osOg+zrgbJ0=" } }, "is_incremental": false, @@ -3884,7 +3884,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Employment.VersionedNormalizedProfessionClassification-1.html", - "hash": "JnbbVYPsEbooLizKA5muR3+Sp+PqwDrtwnwU/jEl7og=" + "hash": "4xCWb5EG6CBPJnv893y3TIuxraIX1+m1vw3eMbmBzYs=" } }, "is_incremental": false, @@ -3908,7 +3908,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.LanguageCompetency.html", - "hash": "5qdnWRQgtDZm/He9SviXADrOT2FPzXAfaCwKVMj8vnc=" + "hash": "s4dDRLDLuirwPQiIOsF4NWflErZzly0BehcPbrsu0HY=" } }, "is_incremental": false, @@ -3920,7 +3920,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.LicenseDetails.html", - "hash": "N5h//RG0Dg4+4BCLqte3HhdMcg3M5b53uHYmrNbNXt0=" + "hash": "WAJyYvMoTCWpwr0BynJVrOPh6r+/XJscsFRmkO2OwKk=" } }, "is_incremental": false, @@ -3932,7 +3932,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ReservedData.html", - "hash": "ysvXZ5aC2/PxPgEoVLu9AD1oLVexUJBzSqRXKhtMa/Y=" + "hash": "5Vp7u13dgdnl+aLb9gJKx8AwK6NCO5ZWg6BUuqpngxc=" } }, "is_incremental": false, @@ -3944,7 +3944,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeMetadata.html", - "hash": "FcLuYCyg5gUk26O35nmplVgbIiwko1ku26xLEuv8/m8=" + "hash": "kpfRUNLf5dysjXHjuvcoENB5fq4Tp+tc4BFNR2ZS8xc=" } }, "is_incremental": false, @@ -3956,7 +3956,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityAssessment.html", - "hash": "ggrck09CiwHPgdqTIWcnOXL5AKI8/JcnCvJZnsyJQsU=" + "hash": "gJRK4UU1q86KK+CmVfIThoxt2+2HKoMGSC+cpWV3HgM=" } }, "is_incremental": false, @@ -3968,7 +3968,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityFinding.html", - "hash": "w6d9sRBT1yVabeSXnxr7YAPg+Z2w4IgvkIJ3cEiDOH4=" + "hash": "4/HYi5U+T3VEICqFZt4HvZk8ane9JRwS0lQ/AsVGq3E=" } }, "is_incremental": false, @@ -3980,7 +3980,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityLevel.html", - "hash": "uTrwPHbvvesJ9Q+A/uPDzZWqM6BTHaOJjCNOqQG9ezA=" + "hash": "M5atyh/4jUyN1E6UnDUzPOiqKMBOkDikgr+NTuXanqA=" } }, "is_incremental": false, @@ -3992,7 +3992,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeSection.html", - "hash": "tIdNUeTh5neY7KykU1axyJxMVyixvGJjQSHVdkt4efU=" + "hash": "KBBWkGZ4kZ+dah8b/Fetpd4k0CelUJKoNDDPn6ep0sc=" } }, "is_incremental": false, @@ -4016,7 +4016,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Military.MilitaryDetails.html", - "hash": "XQmJg9tG4h3y9yrmQ06ZVaM8O9WLAEGZuFrhacNiBqQ=" + "hash": "7GbqbdLL9e3FLAggn3suCcWN90A+svxwR1GEyNMnGtE=" } }, "is_incremental": false, @@ -4028,7 +4028,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Military.MilitaryService.html", - "hash": "+VAwbUBjdKc0KJBSkmH6fpPe4Eb3dBnETJJ6PZPG4Fc=" + "hash": "hJA3Y9gWEUzwwdY0J9mc7qqrlKbKHpH/ifqYtSwSSW8=" } }, "is_incremental": false, @@ -4040,7 +4040,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Military.SecurityCredential.html", - "hash": "iBLJTY8bGSi6CLpOdsklrZQzJnZSPFyIUpG0B/JgJI8=" + "hash": "cbziF+fAZiyJl3X6HHm0KEp89hg3hACNrBSz0NmDDDg=" } }, "is_incremental": false, @@ -4064,7 +4064,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.NationalIdentity.html", - "hash": "At6siRtT+LoWaLLpSqPg+kTzstyOwmZESPKh0BQvrzA=" + "hash": "qfV/5uB4OU8dMayfR8aZ4VczN+1ldKY6rWPa+h3/Adk=" } }, "is_incremental": false, @@ -4076,7 +4076,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.NormalizedString.html", - "hash": "eYjR+QxdIRyiOcsRWvvaThrggL5j46gGDJe3JqKgbxU=" + "hash": "ann7/LvWo6IiRZbEgo5tDe5M/7/argVgE8Sjk0XDTxI=" } }, "is_incremental": false, @@ -4088,7 +4088,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.ParsedResume.html", - "hash": "/MDqN6odzliAkvfI6wNegFLNNRc1YxBfsHWq/wttWJw=" + "hash": "3B4cAx0J1yT9Cy2WoWYkXIlv79Yne02QpJkdSkGH5/Q=" } }, "is_incremental": false, @@ -4100,7 +4100,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.PersonalAttributes.html", - "hash": "FGp+jnnCBs7BXK1W3ahcKA1N6vyygxec9A9MXM6y7Us=" + "hash": "hh9P5X/xjzIyX4Cf6za0jkaxa1mmDrPx2eAgoshks/k=" } }, "is_incremental": false, @@ -4112,7 +4112,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Salary.html", - "hash": "xjez0UuLdgzcYFTWsOe/yhf5yVjOeZkWPwObK0jW/wc=" + "hash": "bt87aHtdxNr/Gh6HdA9SaKtwXl3Zv2gLHVSi7UpLKEk=" } }, "is_incremental": false, @@ -4124,7 +4124,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.SectionIdentifier.html", - "hash": "vbtV8dUpmnpigoLe38VI+LlnYdN0WY/5P9FFyuN8cxQ=" + "hash": "iLBTzBaTTTB7cCzfMY7Kh7m6oyzyDdICKJfJkv+FfA0=" } }, "is_incremental": false, @@ -4136,7 +4136,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeNormalizedSkill.html", - "hash": "p4qkVMbmImTTvFG0XIRye3aseFROxq5UyviC1sM3mFs=" + "hash": "d1coP2FlUhduTsq0VYoBt9jzey/fpOjatZtHX336RQ8=" } }, "is_incremental": false, @@ -4148,7 +4148,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeRawSkill.html", - "hash": "6rmDAjfC6YaMNCpkyJdOPy44KEmdWHrJyKp7lPNlMxI=" + "hash": "tC5Vp/R6KO1l5l1PiHu9Zuvlv2XFAT3qBzuXOVyMGuc=" } }, "is_incremental": false, @@ -4160,7 +4160,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkill.html", - "hash": "oNXsH9uX+Hy4FIpRXQYJM1HJVfUBJrQHVxnH2q8AxLQ=" + "hash": "INK4PjQzdQXNeR+98CoCtqgt2IqYnFMWkaPUpIRVHTw=" } }, "is_incremental": false, @@ -4172,7 +4172,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkillVariation.html", - "hash": "Kg1wgeYgExVKhAeLoASh5GyMT4xGA74lVya7ggYtJ+8=" + "hash": "CmFhmkRTs8srCau86wqha/HYpCv4UP+huKFmWl2Pxqw=" } }, "is_incremental": false, @@ -4184,7 +4184,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSubTaxonomy.html", - "hash": "o6/WwnTHGYkzan1cMC3FV6/q93yYrfo1RmuqVf3CsMU=" + "hash": "ZBw5oUB4VwIkyFz7Fs/w4cz/VRSKotGKE150b2iXa4E=" } }, "is_incremental": false, @@ -4196,7 +4196,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomy.html", - "hash": "UiJ4t4hqf/LQAZpY8wbQszoLFcPx3R/c37T0Y09/6Sg=" + "hash": "RjqPQU/NzrMnTYFkxk77oIDhtvtdz0cNkhckoDd25AA=" } }, "is_incremental": false, @@ -4208,7 +4208,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomyRoot.html", - "hash": "SQe1mH5TqfcfZOKnIDKObyaAyvdZEXacIqjI8N0/t7Y=" + "hash": "J3cNqNtAdgSybmpd4Ay6neDXriIDAR2ndesM4rPg09I=" } }, "is_incremental": false, @@ -4220,7 +4220,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.Skills.ResumeV2Skills.html", - "hash": "8nY/6iP/JD4Phb6Botmppzr8CTYOkmyzbqW5lytPkI4=" + "hash": "MmgQsa7W38YN1GXtdoF9vf7vh+6wcBec0zzzSkryp5Y=" } }, "is_incremental": false, @@ -4244,7 +4244,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.TrainingDetails.html", - "hash": "T/dLTspIPr8JVsWo9X0aDQEOdjhsuNWLlA9MU3Uv4LI=" + "hash": "j7kT5B9uw1mf1A8Y5udR4BN8WPwo/MZTRMNKq2VpQyw=" } }, "is_incremental": false, @@ -4256,7 +4256,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Resume.TrainingHistory.html", - "hash": "tEFyp7TBB3ixEqSvPchi4/uM78yvrW80G7yV02OmF8I=" + "hash": "+pIANZzajYgezOBih5j9TYeuUEVCLC6r1lBP4Fmye5A=" } }, "is_incremental": false, @@ -4280,7 +4280,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.FoundSubTaxonomy.html", - "hash": "qHBclj+ymq+KKWXxuHimB9yhh3KAmpgu+ex/0Wht9HM=" + "hash": "DI/2zTgM+GWMIhgnR3zUBLm7UQM2fuMZYARmSecxHXo=" } }, "is_incremental": false, @@ -4292,7 +4292,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.FoundTaxonomy-1.html", - "hash": "V6TKJNG/Mo5Z/Iw8BnMkI+bvN1p+QNJ5nN80dtrEpuQ=" + "hash": "t5jW4VSyfKcNPUNwabSBIN1SjSMiVqYX48UTQBdGql8=" } }, "is_incremental": false, @@ -4304,7 +4304,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.ITaxonomy-1.html", - "hash": "hqKQgXTDO5YgikWKH1V7koRPHpibirjhZYF2ih2YyMI=" + "hash": "n/GgRFDpGRVtEOtbwpVU7QbnXOtAXl2b4qlndMZeugw=" } }, "is_incremental": false, @@ -4316,7 +4316,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.NormalizedSkill.html", - "hash": "EaxVOozp1rnPRrq53wK+8BvYbIWS6qz5bKt7XzZeD2g=" + "hash": "1zG0csFC5uzEg5DGY95ycqgp23LXNikK+h5HhFqUEdQ=" } }, "is_incremental": false, @@ -4328,7 +4328,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.ProfessionClass.html", - "hash": "V56/J3ZityXs0PrXfuoOvbn978MUTo8gaTkzMB0Ufms=" + "hash": "pU5vgBmUYRh13SnOx0MHvN2QJiFych43ml2qlSKKiNw=" } }, "is_incremental": false, @@ -4340,7 +4340,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.ProfessionGroup.html", - "hash": "oGTzIy+ZRDBV/10O1E8E0nLdAf3zkWGImDw5kEVtVF4=" + "hash": "rUYGx9g2N9s2/qvOIPQITp5gG2Y32yW4tr/jHlu9THs=" } }, "is_incremental": false, @@ -4352,7 +4352,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.RawSkill.html", - "hash": "Dpnqf7lanTVOoAmOC/lbsvFEC5Gei/xOFGIOUz99R7c=" + "hash": "43lCuSiWED/n51v7gssw2Tu/OxawcltLz9oHOMsgUKA=" } }, "is_incremental": false, @@ -4364,7 +4364,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.Skill.html", - "hash": "UGtgPVa0w7U+3GpTLCD3zo/MaZCZu9bb544BSidxCgc=" + "hash": "lzRCFNuFJbkrCnEh8nx2C+Cc1xYxEybt7/Hfg/qkF2M=" } }, "is_incremental": false, @@ -4376,7 +4376,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.SubTaxonomy.html", - "hash": "+ObcOeCN0IoEtVedaeZ5FgnhXL9Qhvm198MHuvhwsTg=" + "hash": "Cl8R65C83AvMxhGfhwKDO8O1bIE+uxXigcR3wSXc5Eo=" } }, "is_incremental": false, @@ -4388,7 +4388,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.Skills.Taxonomy.html", - "hash": "pD8yVd/jzAdQXWPh9Thc0uLNKA8IXTDvs6r+SBywWKA=" + "hash": "OHXAnYPju9Z5NTHpAk5ouTP/xgMPFwZacPu4pUIYGRw=" } }, "is_incremental": false, @@ -4412,7 +4412,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.TxDate.html", - "hash": "Crl7iw4uUCED6eBpyCy5iIQT9/Z5BBsqwn6QdD1dcBM=" + "hash": "1ykBKkBYHUIsSuOEwbpWiDXP2M3mVkwR7Ad4rOaLLl8=" } }, "is_incremental": false, @@ -4424,7 +4424,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.Models.TxPrimitive-1.html", - "hash": "UFk07rgrO8p6P1y6R4bOG0RdheYUpVUX2clTPMDFYO0=" + "hash": "7uflcZn2rpe5nb0AT5VFQ6onhDd36Nj93cT1q/76P+o=" } }, "is_incremental": false, @@ -4448,7 +4448,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxClient.html", - "hash": "VQ14yNTgLvlRLpZEzD1BtumdJDR6+BZFxUpQLCnAmy8=" + "hash": "nuRf/DuWCK9vkBOjQUXJgyiN1mOBEdiKCW57wJkDK14=" } }, "is_incremental": false, @@ -4460,7 +4460,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxClientSettings.html", - "hash": "5LhUlG/7rivrmiDeQ/X+0iIpIsDDyAZ+z9zkCUYQJu8=" + "hash": "simANa3vBU5dcQjtrm0S4DrY3n8WIqQ9BYymMOXg/N4=" } }, "is_incremental": false, @@ -4472,7 +4472,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxException.html", - "hash": "9ngQDM+zH4RJsDP8Qq5d+6ujaAlnNg0YJsMXDOKUhRU=" + "hash": "QLa1WiYfi11C7UwzgPo2BnkCG2Z42FJ1fNCkyt3FcpU=" } }, "is_incremental": false, @@ -4484,7 +4484,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxGeocodeJobException.html", - "hash": "4yeMCN6QxtNVVIZ/CCqyZF9BTpUIWyef/eVp/HRa2A4=" + "hash": "jRA3W1iORiGqmxSsgAACNEB3G2cOq641a3iHOIsE+rA=" } }, "is_incremental": false, @@ -4496,7 +4496,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxGeocodeResumeException.html", - "hash": "78aJ7phsy2OEzcaHrTsF1Np4DaXQqceKyjHoFrWKQZ8=" + "hash": "Q7uytoJgIz0JJMzk3zN+2SLujt5cJwjnmFDSGLJ90Kc=" } }, "is_incremental": false, @@ -4508,7 +4508,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxIndexJobException.html", - "hash": "AcmLqbERN1F9y7YNGSasFJQPcxNss1QAnS5vku7sVgk=" + "hash": "INEvsWvYnMkftg3wF160vpXO5n/BLe7c2ZvtwmErQNE=" } }, "is_incremental": false, @@ -4520,7 +4520,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxIndexResumeException.html", - "hash": "S7yFQVxUJT7SKfJQVW70IvhxGrHtqGRObbRUFE/pn7E=" + "hash": "on1fbXjo+nqqc93W/9Z+r57hrDdKN5Cfj6XmBQAh40Q=" } }, "is_incremental": false, @@ -4532,7 +4532,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxProfessionNormalizationJobException.html", - "hash": "Zx7b8N9ppEbM8jBMIVwJWeLgzD+kV08GQFFKTwfpP/0=" + "hash": "p8fX5XHmpmdu8WOfNpWFhTaiD3+yEIlG0Gbipf6g3ug=" } }, "is_incremental": false, @@ -4544,7 +4544,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxProfessionNormalizationResumeException.html", - "hash": "XmcZ7NjaZU8KXzrxRUG/7+lXpujlZlVRYgtPEi3uAWY=" + "hash": "Jr9aHZpvidiR6PMYJZwHSHBVTUFdMTeeCEZMGI/k6Ag=" } }, "is_incremental": false, @@ -4556,7 +4556,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxUsableJobException.html", - "hash": "kNXTsompqQc5od9ZgBJdYEG5kT8iR/Cmm333IHv8tAc=" + "hash": "9rHvIz5je5GNi+k80O48VyodHizMyUNblcQFKUZM4hI=" } }, "is_incremental": false, @@ -4568,7 +4568,7 @@ "output": { ".html": { "relative_path": "sdk/Textkernel.Tx.TxUsableResumeException.html", - "hash": "LJy2RpNiGp/QOWIh3zUIDd97u4WCZh5GTcCAmNq2nPM=" + "hash": "knZ78slx0S5Mmn8D+BDezuRaAZd61D2UEQjS7P2Deug=" } }, "is_incremental": false, @@ -4592,7 +4592,7 @@ "output": { ".html": { "relative_path": "sdk/index.html", - "hash": "EIVziyaNDnQKDivnuXCIRDGSiJq5J8Ttuxk0MIrcg5g=" + "hash": "7RLjRls7x3ui6yTrJxDQPjgjgYPp1sLlI4KAOwBVbgw=" } }, "is_incremental": false, diff --git a/docs/sdk/Textkernel.Tx.Batches.BatchErrorResult.html b/docs/sdk/Textkernel.Tx.Batches.BatchErrorResult.html index dec680a8..89d5e37c 100644 --- a/docs/sdk/Textkernel.Tx.Batches.BatchErrorResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.BatchErrorResult.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Error

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.BatchParser.html b/docs/sdk/Textkernel.Tx.Batches.BatchParser.html index 374ab790..7af4d063 100644 --- a/docs/sdk/Textkernel.Tx.Batches.BatchParser.html +++ b/docs/sdk/Textkernel.Tx.Batches.BatchParser.html @@ -126,10 +126,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

ParseJobs(TxClient, ParseOptions, BatchParsingRules, String, SearchOption, Func<JobBatchSuccessResult, Task>, Func<JobBatchPartialSuccessResult, Task>, Func<BatchErrorResult, Task>, Func<String, String>)

@@ -239,10 +239,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseResumes(TxClient, ParseOptions, BatchParsingRules, String, SearchOption, Func<ResumeBatchSuccessResult, Task>, Func<ResumeBatchPartialSuccessResult, Task>, Func<BatchErrorResult, Task>, Func<String, String>)

@@ -358,10 +358,10 @@
Exceptions
diff --git a/docs/sdk/Textkernel.Tx.Batches.BatchParsingRules.html b/docs/sdk/Textkernel.Tx.Batches.BatchParsingRules.html index af3a2818..150b9fda 100644 --- a/docs/sdk/Textkernel.Tx.Batches.BatchParsingRules.html +++ b/docs/sdk/Textkernel.Tx.Batches.BatchParsingRules.html @@ -126,10 +126,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

BatchParsingRules(Int32, IEnumerable<String>, IEnumerable<String>, Func<String, Boolean>)

@@ -185,10 +185,10 @@

Fields

| - Improve this Doc + Improve this Doc - View Source + View Source

DefaultDisallowedFileTypes

The default file types that will result in invalid parse transactions (and cost unnecessary credits)

@@ -217,10 +217,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AllowedFileTypes

@@ -248,10 +248,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DisallowedFileTypes

@@ -279,10 +279,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaxBatchSize

@@ -311,10 +311,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShouldProcessFile

@@ -348,10 +348,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.BatchResult.html b/docs/sdk/Textkernel.Tx.Batches.BatchResult.html index 28192d82..faa715cf 100644 --- a/docs/sdk/Textkernel.Tx.Batches.BatchResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.BatchResult.html @@ -129,10 +129,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentId

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

File

@@ -197,10 +197,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.JobBatchPartialSuccessResult.html b/docs/sdk/Textkernel.Tx.Batches.JobBatchPartialSuccessResult.html index b0d9965d..62c92395 100644 --- a/docs/sdk/Textkernel.Tx.Batches.JobBatchPartialSuccessResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.JobBatchPartialSuccessResult.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Error

@@ -174,10 +174,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.JobBatchSuccessResult.html b/docs/sdk/Textkernel.Tx.Batches.JobBatchSuccessResult.html index 450fb822..088cd8d8 100644 --- a/docs/sdk/Textkernel.Tx.Batches.JobBatchSuccessResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.JobBatchSuccessResult.html @@ -134,10 +134,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Response

@@ -171,10 +171,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.ResumeBatchPartialSuccessResult.html b/docs/sdk/Textkernel.Tx.Batches.ResumeBatchPartialSuccessResult.html index 7f4bfc00..384321f5 100644 --- a/docs/sdk/Textkernel.Tx.Batches.ResumeBatchPartialSuccessResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.ResumeBatchPartialSuccessResult.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Error

@@ -174,10 +174,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.ResumeBatchSuccessResult.html b/docs/sdk/Textkernel.Tx.Batches.ResumeBatchSuccessResult.html index 942e1278..09145b9a 100644 --- a/docs/sdk/Textkernel.Tx.Batches.ResumeBatchSuccessResult.html +++ b/docs/sdk/Textkernel.Tx.Batches.ResumeBatchSuccessResult.html @@ -134,10 +134,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Response

@@ -171,10 +171,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Batches.TxInvalidBatchException.html b/docs/sdk/Textkernel.Tx.Batches.TxInvalidBatchException.html index 4f9f91f6..b126e593 100644 --- a/docs/sdk/Textkernel.Tx.Batches.TxInvalidBatchException.html +++ b/docs/sdk/Textkernel.Tx.Batches.TxInvalidBatchException.html @@ -172,10 +172,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.DataCenter.html b/docs/sdk/Textkernel.Tx.DataCenter.html index 0a268154..f76870c8 100644 --- a/docs/sdk/Textkernel.Tx.DataCenter.html +++ b/docs/sdk/Textkernel.Tx.DataCenter.html @@ -126,10 +126,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

DataCenter(String)

@@ -162,10 +162,10 @@

Fields

| - Improve this Doc + Improve this Doc - View Source + View Source

AU

Represents the AU datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

@@ -192,10 +192,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EU

Represents the EU datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

@@ -222,10 +222,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

US

Represents the US datacenter. You can find out which datacenter your account is in at https://cloud.textkernel.com/tx/console/

@@ -258,10 +258,10 @@
Field Value
diff --git a/docs/sdk/Textkernel.Tx.ITxClient.html b/docs/sdk/Textkernel.Tx.ITxClient.html index b38c746f..5a60a6f6 100644 --- a/docs/sdk/Textkernel.Tx.ITxClient.html +++ b/docs/sdk/Textkernel.Tx.ITxClient.html @@ -97,10 +97,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

AutocompleteProfession(String, IEnumerable<String>, String, Int32)

@@ -187,10 +187,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

AutocompleteSkill(String, IEnumerable<String>, String, IEnumerable<String>, Int32)

@@ -283,10 +283,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

BimetricScore<TTarget>(ParsedJobWithId, List<TTarget>, CategoryWeights, SearchMatchSettings)

@@ -384,10 +384,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

BimetricScore<TTarget>(ParsedResumeWithId, List<TTarget>, CategoryWeights, SearchMatchSettings)

@@ -485,10 +485,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareProfessions(Int32, Int32, String)

@@ -568,10 +568,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareSkillsToProfession(Int32, String, SkillScore[])

@@ -649,10 +649,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareSkillsToProfession(ParsedResume, Int32, String, Boolean)

@@ -734,10 +734,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CreateIndex(IndexType, String)

@@ -806,10 +806,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteDocument(String, String)

@@ -877,10 +877,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteIndex(String)

@@ -942,10 +942,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteMultipleDocuments(String, IEnumerable<String>)

@@ -1013,10 +1013,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ExtractSkills(String, String, String, Single)

@@ -1101,10 +1101,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

FormatResume(FormatResumeRequest)

@@ -1167,10 +1167,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GenerateJobDescription(GenerateJobRequest)

@@ -1232,10 +1232,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedJob, Address, GeocodeCredentials)

@@ -1310,10 +1310,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedJob, GeocodeCredentials)

@@ -1382,10 +1382,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedResume, Address, GeocodeCredentials)

@@ -1460,10 +1460,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedResume, GeocodeCredentials)

@@ -1532,10 +1532,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, Address, GeocodeCredentials, Boolean)

@@ -1622,10 +1622,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeocodeCredentials, Boolean)

@@ -1706,10 +1706,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeoCoordinates, Address, GeocodeCredentials, Boolean)

@@ -1803,10 +1803,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeoCoordinates, GeocodeCredentials, Boolean)

@@ -1894,10 +1894,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, Address, GeocodeCredentials, Boolean)

@@ -1984,10 +1984,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeocodeCredentials, Boolean)

@@ -2068,10 +2068,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeoCoordinates, Address, GeocodeCredentials, Boolean)

@@ -2165,10 +2165,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeoCoordinates, GeocodeCredentials, Boolean)

@@ -2256,10 +2256,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetAccountInfo()

@@ -2303,10 +2303,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetAllIndexes()

@@ -2350,10 +2350,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetJob(String, String)

@@ -2421,10 +2421,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetProfessionsTaxonomy(String, TaxonomyFormat)

@@ -2496,10 +2496,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetProfessionsTaxonomyMetadata()

@@ -2544,10 +2544,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetResume(String, String)

@@ -2615,10 +2615,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetSkillsTaxonomy(TaxonomyFormat)

@@ -2682,10 +2682,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetSkillsTaxonomyMetadata()

@@ -2730,10 +2730,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexDocument(ParsedJob, String, String, IEnumerable<String>)

@@ -2814,10 +2814,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexDocument(ParsedResume, String, String, IEnumerable<String>)

@@ -2898,10 +2898,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexMultipleDocuments(IEnumerable<IndexJobInfo>, String)

@@ -2969,10 +2969,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexMultipleDocuments(IEnumerable<IndexResumeInfo>, String)

@@ -3040,10 +3040,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

LookupProfessions(IEnumerable<Int32>, String)

@@ -3115,10 +3115,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

LookupSkills(IEnumerable<String>, String)

@@ -3188,10 +3188,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(String, String, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3290,10 +3290,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(ParsedJob, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3386,10 +3386,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(ParsedResume, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3482,10 +3482,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeProfessions(IEnumerable<String>, String, String)

@@ -3564,10 +3564,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeSkills(IEnumerable<String>, String, String)

@@ -3646,10 +3646,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseJob(ParseRequest)

@@ -3727,10 +3727,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseResume(ParseRequest)

@@ -3808,10 +3808,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Search(IEnumerable<String>, FilterCriteria, SearchMatchSettings, PaginationSettings)

@@ -3891,10 +3891,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsSimilarityScore(IEnumerable<SkillScore>, IEnumerable<SkillScore>)

@@ -3967,10 +3967,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(IEnumerable<SkillScore>, Int32, Boolean, String)

@@ -4052,10 +4052,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(ParsedJob, Int32, Boolean, String)

@@ -4137,10 +4137,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(ParsedResume, Int32, Boolean, String, Boolean)

@@ -4228,10 +4228,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromJobTitle(String, String, Nullable<Int32>)

@@ -4305,10 +4305,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(IEnumerable<Int32>, Int32, String)

@@ -4338,7 +4338,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4384,10 +4384,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(ParsedJob, Int32, String)

@@ -4417,7 +4417,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4463,10 +4463,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(ParsedResume, Int32, String)

@@ -4496,7 +4496,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4542,10 +4542,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(IEnumerable<SkillScore>, Int32, String)

@@ -4624,10 +4624,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(ParsedJob, Int32, String)

@@ -4705,10 +4705,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(ParsedResume, Int32, String, Boolean)

@@ -4792,10 +4792,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

UpdateJobUserDefinedTags(String, String, IEnumerable<String>, UserDefinedTagsMethod)

@@ -4875,10 +4875,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

UpdateResumeUserDefinedTags(String, String, IEnumerable<String>, UserDefinedTagsMethod)

@@ -4964,10 +4964,10 @@
Exceptions
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Account.GetAccountInfoResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Account.GetAccountInfoResponse.html index 77d7d15d..7d50f2bd 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Account.GetAccountInfoResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Account.GetAccountInfoResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.AccountInfo.html b/docs/sdk/Textkernel.Tx.Models.API.AccountInfo.html index ec493559..c07cf5f1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.AccountInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.AccountInfo.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AccountId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CreditsRemaining

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CreditsUsed

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExpirationDate

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IPAddress

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaximumConcurrentRequests

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Region

@@ -380,10 +380,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.ApiResponse-1.html b/docs/sdk/Textkernel.Tx.Models.API.ApiResponse-1.html index a11e1c81..9a39e07f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.ApiResponse-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.ApiResponse-1.html @@ -184,10 +184,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Info

@@ -215,10 +215,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Value

@@ -256,10 +256,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfo.html b/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfo.html index 722fd7d8..7e8fafff 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfo.html @@ -134,10 +134,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ApiVersion

@@ -165,10 +165,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CustomerDetails

@@ -196,10 +196,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EngineVersion

@@ -227,10 +227,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TotalElapsedMilliseconds

@@ -259,10 +259,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TransactionCost

@@ -290,10 +290,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TransactionId

@@ -327,10 +327,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfoLite.html b/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfoLite.html index cffca5aa..d7323281 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfoLite.html +++ b/docs/sdk/Textkernel.Tx.Models.API.ApiResponseInfoLite.html @@ -129,10 +129,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Code

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Message

@@ -197,10 +197,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreJobRequest.html index cef20f34..78228933 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreJobRequest.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SourceJob

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreRequest.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreRequest.html index ad909604..85d9bab4 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreRequest.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

PreferredCategoryWeights

@@ -166,10 +166,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Settings

@@ -197,10 +197,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TargetJobs

@@ -229,10 +229,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TargetResumes

@@ -267,10 +267,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponse.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponse.html index cc079b96..1d2c0f79 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponseValue.html index b475f306..013b5d5d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResponseValue.html @@ -147,10 +147,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResult.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResult.html index d1b04bad..095bdc57 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResult.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResult.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedRCSScoreData

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedScoreData

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -223,10 +223,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReverseCompatibilityScore

@@ -257,10 +257,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SovScore

@@ -291,10 +291,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WeightedScore

@@ -340,10 +340,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResumeRequest.html index b8614da2..aa96a4f0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.BimetricScoreResumeRequest.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SourceResume

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.IParsedDocWithId.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.IParsedDocWithId.html index 542b9eea..f2dddd3c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.IParsedDocWithId.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.IParsedDocWithId.html @@ -97,10 +97,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -134,10 +134,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedJobWithId.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedJobWithId.html index 598ea353..1b23d830 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedJobWithId.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedJobWithId.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -202,10 +202,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedResumeWithId.html b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedResumeWithId.html index 486a9ec9..d469b662 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedResumeWithId.html +++ b/docs/sdk/Textkernel.Tx.Models.API.BimetricScoring.ParsedResumeWithId.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -202,10 +202,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.AutocompleteRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.AutocompleteRequest.html index 2835f8e1..b31f4302 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.AutocompleteRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.AutocompleteRequest.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Languages

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Limit

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Prefix

@@ -257,10 +257,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.GetMetadataResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.GetMetadataResponse.html index 807d1fc0..edc07bdd 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.GetMetadataResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.GetMetadataResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareProfessionsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareProfessionsRequest.html index 2bfb810d..988f3d05 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareProfessionsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareProfessionsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionACodeId

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionBCodeId

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareSkillsToProfessionRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareSkillsToProfessionRequest.html index b3af71c1..5242a9ce 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareSkillsToProfessionRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.CompareSkillsToProfessionRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionCodeId

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SkillsSimilarityScoreRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SkillsSimilarityScoreRequest.html index 592b50b8..f421977b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SkillsSimilarityScoreRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SkillsSimilarityScoreRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsA

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsB

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestProfessionsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestProfessionsRequest.html index c07cfedb..3da8e201 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestProfessionsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestProfessionsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Limit

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReturnMissingSkills

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromProfessionsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromProfessionsRequest.html index c06248a6..319ff7c3 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromProfessionsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromProfessionsRequest.html @@ -126,14 +126,14 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Limit

-

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

Declaration
@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionCodeIds

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromSkillsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromSkillsRequest.html index 1fd7cbfd..7b5a37c0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromSkillsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request.SuggestSkillsFromSkillsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Limit

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponse.html index 78c9d6ca..5f5764ef 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponseValue.html index 085d0e38..40d577b0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareProfessionsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CommonSkills

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExclusiveSkillsByProfession

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SimilarityScore

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponse.html index 37a6046e..0b201089 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponseValue.html index 089f30c2..e3568b01 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.CompareSkillsToProfessionResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CommonSkills

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

InputSkillsNotInProfession

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MissingSkillsFoundInProfession

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SimilarityScore

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.ProfessionExclusiveSkills.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.ProfessionExclusiveSkills.html index fea8ea35..c0a1bc98 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.ProfessionExclusiveSkills.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.ProfessionExclusiveSkills.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionCodeId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsFoundOnlyInThisProfession

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillScore.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillScore.html index 2c70c27a..b1a1e930 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillScore.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillScore.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Score

@@ -230,10 +230,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponse.html index 25e54524..cdd906b3 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponseValue.html index c2d39ed6..0cc4ce88 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SkillsSimilarityScoreResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SimilarityScore

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponse.html index eefb90c3..cc10e0c1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponseValue.html index ac6eaff7..253f7ce6 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedProfessions

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Warnings

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsWarnings.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsWarnings.html index 2efffc48..2f8ca9e8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsWarnings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestProfessionsWarnings.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

InvalidSkills

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsWithoutProfessionRelation

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponse.html index f587d772..aebec564 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponseValue.html index ebfb973c..d4157235 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestSkillsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedSkills

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestedProfession.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestedProfession.html index 8f67a9a5..2c4e9fe8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestedProfession.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response.SuggestedProfession.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CodeId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MissingSkills

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Score

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ONETVersion.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ONETVersion.html index 6e44c41e..b5422891 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ONETVersion.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ONETVersion.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ProfessionNormalizationVersions.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ProfessionNormalizationVersions.html index 747e9b49..90a8e343 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ProfessionNormalizationVersions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.ProfessionNormalizationVersions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ONET

@@ -164,10 +164,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.LookupProfessionCodesRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.LookupProfessionCodesRequest.html index 4fb73474..bc28a43f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.LookupProfessionCodesRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.LookupProfessionCodesRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CodeIds

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.NormalizeProfessionsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.NormalizeProfessionsRequest.html index 282d7936..297f6b50 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.NormalizeProfessionsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Request.NormalizeProfessionsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitles

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponse.html index f106d012..4ad7d492 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponseValue.html index 5255082a..ef025fe1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.AutoCompleteProfessionsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Professions

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetProfessionsTaxonomyResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetProfessionsTaxonomyResponse.html index 12f98888..29c86ec9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetProfessionsTaxonomyResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetProfessionsTaxonomyResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetTaxonomyProfessionsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetTaxonomyProfessionsResponseValue.html index 295c0019..0fb2c8d3 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetTaxonomyProfessionsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.GetTaxonomyProfessionsResponseValue.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Professions

@@ -167,10 +167,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponse.html index c8f3ba78..19113160 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponseValue.html index 702a4813..9ca4f9b0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.LookupProfessionCodesResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Professions

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponse.html index 1b63b368..97ebea07 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponseValue.html index a1474d33..cb7682da 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Professions.Response.NormalizeProfessionsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Professions

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.ExtractSkillsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.ExtractSkillsRequest.html index 87947e0f..5dccb59f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.ExtractSkillsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.ExtractSkillsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Threshold

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.LookupSkillsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.LookupSkillsRequest.html index e69bf120..0755203a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.LookupSkillsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.LookupSkillsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillIds

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.NormalizeSkillsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.NormalizeSkillsRequest.html index f155d102..eb842a40 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.NormalizeSkillsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.NormalizeSkillsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputLanguage

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.SkillsAutoCompleteRequest.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.SkillsAutoCompleteRequest.html index 07512676..5b3e4dfe 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.SkillsAutoCompleteRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Request.SkillsAutoCompleteRequest.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Types

@@ -176,10 +176,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutoCompleteSkillsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutoCompleteSkillsResponse.html index 8296c510..0f493cf9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutoCompleteSkillsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutoCompleteSkillsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutocompleteSkillsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutocompleteSkillsResponseValue.html index 53bbbd0f..876f35ff 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutocompleteSkillsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.AutocompleteSkillsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponse.html index 05ffbfc6..90d39695 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponseValue.html index 59fc1b16..a2b8dce2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.ExtractSkillsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Truncated

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponse.html index c4f846ed..f0a788d0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponseValue.html index ccf8fd0c..6db69f0b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.GetSkillsTaxonomyResponseValue.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -167,10 +167,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponse.html index 8b8d9b7c..611b9da8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponseValue.html index 9458e909..0fb91ecb 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.LookupSkillCodesResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponse.html index 9b49e548..ba750876 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponseValue.html index b2ba532c..5feb47aa 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.Skills.Response.NormalizeSkillsResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.TaxonomyFormat.html b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.TaxonomyFormat.html index 010d1dd0..4f9d7d98 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.TaxonomyFormat.html +++ b/docs/sdk/Textkernel.Tx.Models.API.DataEnrichment.TaxonomyFormat.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfo.html index d2b84ec7..90306fb9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfo.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CandidateId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CompanyName

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Email

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source @@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source @@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Phone

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Placement

@@ -350,10 +350,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfoPlacement.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfoPlacement.html index a7f6eccb..926d5e05 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfoPlacement.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.CompanyInfoPlacement.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.EmployerNameOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.EmployerNameOptions.html index 1c850391..274e4538 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.EmployerNameOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.EmployerNameOptions.html @@ -128,10 +128,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeOptions.html index bd55316d..d937ac12 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeOptions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CompanyInfo

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Metadata

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputType

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WorkHistory

@@ -257,10 +257,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeRequest.html index eb3d788e..c11fdea2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeRequest.html @@ -126,10 +126,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

FormatResumeRequest(ParsedResume, ResumeType)

@@ -169,10 +169,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Options

@@ -200,10 +200,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -238,10 +238,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponse.html index 879092f3..309cb8e2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponseValue.html index fec64049..412f62b9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.FormatResumeResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentAsBase64String

@@ -165,10 +165,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.MetadataOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.MetadataOptions.html index aacb754e..454b29be 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.MetadataOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.MetadataOptions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

HideCandidateSummary

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HideTopSkills

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeLogo.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeLogo.html index 8187b0f1..75b43681 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeLogo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeLogo.html @@ -126,10 +126,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeLogo()

@@ -142,10 +142,10 @@
Declaration
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeLogo(Byte[], Int32, Int32)

@@ -188,10 +188,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeLogo(String, Int32, Int32)

@@ -236,10 +236,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Height

@@ -267,10 +267,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source @@ -298,10 +298,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Width

@@ -335,10 +335,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeType.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeType.html index 03677b81..725cb1be 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeType.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.ResumeType.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Formatter.WorkHistoryOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Formatter.WorkHistoryOptions.html index 2e1e7551..e2187693 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Formatter.WorkHistoryOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Formatter.WorkHistoryOptions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EmployerNames

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaxYearsOfWorkHistory

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NumPositions

@@ -228,10 +228,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.Address.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.Address.html index 31dfc0e8..c2b036c6 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.Address.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.Address.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AddressLine

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CountryCode

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Municipality

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PostalCode

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Region

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobRequest.html index 7710d59f..8d1054b2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobRequest.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -173,10 +173,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponse.html index d49ca897..4ff6cc7f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponseValue.html index 21e92878..8ae3529c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexJobResponseValue.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexRequest.html index 50ced455..bf572d1f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexRequest.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeOptions

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexIfGeocodeFails

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexingOptions

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResponseValue.html index fee566d8..0cc6c0b8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResponseValue.html @@ -129,10 +129,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeResponse

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexingResponse

@@ -197,10 +197,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeRequest.html index 2587b338..f43dc9c4 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeRequest.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -173,10 +173,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponse.html index 56371829..d399e9cc 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponseValue.html index 8083db96..3dce7c9e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeAndIndexResumeResponseValue.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeCredentials.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeCredentials.html index a1a439e9..acc8263b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeCredentials.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeCredentials.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Provider

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProviderKey

@@ -198,10 +198,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobRequest.html index cc34a769..52fb89d7 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobRequest.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponse.html index 3e024243..fe51045a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponseValue.html index 2c0c5b58..83b2e4aa 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeJobResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptions.html index f1d3b043..7be089e1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptions.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IncludeGeocoding

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptionsBase.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptionsBase.html index fdce991b..4b1a7d46 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptionsBase.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeOptionsBase.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

GeoCoordinates

@@ -170,10 +170,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PostalAddress

@@ -209,10 +209,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeProvider.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeProvider.html index de436b64..8a02d72f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeProvider.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeProvider.html @@ -128,10 +128,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeRequest.html index c852d7fa..121d9fe2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeRequest.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponse.html index 03a1eb59..c129fbf0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponseValue.html index 4b3267c2..5fa300b6 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Geocoding.GeocodeResumeResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.ITxResponse.html b/docs/sdk/Textkernel.Tx.Models.API.ITxResponse.html index a91a3b4f..0353b605 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.ITxResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.ITxResponse.html @@ -97,10 +97,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Info

@@ -134,10 +134,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexRequest.html index ae61b7e6..4ec4dbed 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IndexType

@@ -164,10 +164,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexResponse.html index b91fe196..84e7cea2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.CreateIndexResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteDocumentResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteDocumentResponse.html index 7f29da23..ba6300eb 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteDocumentResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteDocumentResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteIndexResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteIndexResponse.html index b205e678..d4ba77de 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteIndexResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteIndexResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteMultipleDocumentsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteMultipleDocumentsResponse.html index 238a7c06..fee68e95 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteMultipleDocumentsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.DeleteMultipleDocumentsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetAllIndexesResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetAllIndexesResponse.html index e0e4ba06..9c38547b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetAllIndexesResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetAllIndexesResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetIndexResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetIndexResponse.html index 0960a415..78da9692 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetIndexResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetIndexResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetJobResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetJobResponse.html index e3799b6b..c7b73dc0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetJobResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetJobResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetResumeResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetResumeResponse.html index 6982be6e..42f830b3 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetResumeResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.GetResumeResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentRequest.html index 13370b86..b9fd5b05 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentRequest.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -165,10 +165,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentResponse.html index 1b454b30..9c587f0e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexDocumentResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobInfo.html index 357b1f36..3ff743d5 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobInfo.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobRequest.html index 7a0fe740..e2dcc7ba 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexJobRequest.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -167,10 +167,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentInfo.html index 91c2c067..71762393 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentInfo.html @@ -129,10 +129,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentId

@@ -162,10 +162,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -199,10 +199,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponse.html index 5bb5c84d..1f9e061e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponseValue.html index ce59de99..13eaec39 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleDocumentsResponseValue.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentId

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleJobsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleJobsRequest.html index 6ff130ca..094e809c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleJobsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleJobsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Jobs

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleResumesRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleResumesRequest.html index 76e6b5ee..bf4fcf7b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleResumesRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexMultipleResumesRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Resumes

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeInfo.html index bc2435b7..9d021329 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeInfo.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeRequest.html index 1956b241..497fb23f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexResumeRequest.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -167,10 +167,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexSingleDocumentInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexSingleDocumentInfo.html index b5eb433e..ac574c10 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexSingleDocumentInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.IndexSingleDocumentInfo.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IndexId

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsRequest.html index 6e2c7284..a6cde170 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Method

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsResponse.html index 73377027..5b1c00e1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UpdateUserDefinedTagsResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UserDefinedTagsMethod.html b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UserDefinedTagsMethod.html index c07584ac..e9755870 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Indexes.UserDefinedTagsMethod.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Indexes.UserDefinedTagsMethod.html @@ -128,10 +128,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobRequest.html index 551803eb..1b8f8173 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitle

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Location

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Organization

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Tone

@@ -319,10 +319,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponse.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponse.html index 9e92ce6b..dc217a19 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponseValue.html index c243fbdb..fef6460f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobDescription

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobSkill.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobSkill.html index ab1f9a95..2bc0a662 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.GenerateJobSkill.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Priority

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.JobTone.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.JobTone.html index f7633b3e..841e7cba 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.JobTone.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.JobTone.html @@ -128,10 +128,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SkillPriority.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SkillPriority.html index 3ef3424a..07ea1eb6 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SkillPriority.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SkillPriority.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleRequest.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleRequest.html index 410b3b05..09713b2f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleRequest.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitle

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Limit

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponse.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponse.html index acc93dbf..af591bac 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponseValue.html index 6f2c3f2c..0786810f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.JobDescription.SuggestSkillsFromJobTitleResponseValue.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedSkills

@@ -163,10 +163,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseScoredResponseValue-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseScoredResponseValue-1.html index c03f2fca..a493eeda 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseScoredResponseValue-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseScoredResponseValue-1.html @@ -154,10 +154,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AppliedCategoryWeights

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedCategoryWeights

@@ -236,10 +236,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseSearchMatchResponseValue-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseSearchMatchResponseValue-1.html index 4f4bb4b5..5ccd3f5e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseSearchMatchResponseValue-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.BaseSearchMatchResponseValue-1.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentCount

@@ -174,10 +174,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Matches

@@ -205,10 +205,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TotalCount

@@ -242,10 +242,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.CategoryWeights.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.CategoryWeights.html index 7bdcf27b..41c2a3a7 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.CategoryWeights.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.CategoryWeights.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Certifications

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CertificationsHasData

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Education

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EducationHasData

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveType

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveTypeHasData

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Industries

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndustriesHasData

@@ -374,10 +374,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitles

@@ -405,10 +405,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitlesHasData

@@ -436,10 +436,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Languages

@@ -467,10 +467,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguagesHasData

@@ -498,10 +498,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementLevel

@@ -529,10 +529,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementLevelHasData

@@ -560,10 +560,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -591,10 +591,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsHasData

@@ -628,10 +628,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchJobRequest.html index 4e7c71f6..c3a8f114 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchJobRequest.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponse.html index e7af36d8..32c3ed7c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponseValue.html index 80fa02d1..2d8b803a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResponseValue.html @@ -147,10 +147,10 @@
Syntax
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResumeRequest.html index 0241eeb1..c88cfbd8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.MatchResumeRequest.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.DistanceUnit.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.DistanceUnit.html index 9000fe74..cf2d95c1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.DistanceUnit.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.DistanceUnit.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterCriteria.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterCriteria.html index 56900e93..196aa86d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterCriteria.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterCriteria.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AverageMonthsPerEmployer

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Certifications

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentManagementLevel

@@ -226,10 +226,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DegreeNames

@@ -259,10 +259,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DegreeTypes

@@ -310,10 +310,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentIds

@@ -341,10 +341,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentLanguages

@@ -372,10 +372,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Employers

@@ -405,10 +405,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmployersMustAllBeCurrentEmployer

@@ -436,10 +436,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveType

@@ -478,10 +478,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HasPatents

@@ -509,10 +509,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HasSecurityCredentials

@@ -540,10 +540,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsAuthor

@@ -571,10 +571,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrentStudent

@@ -602,10 +602,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsMilitary

@@ -633,10 +633,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsPublicSpeaker

@@ -664,10 +664,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsRecentGraduate

@@ -695,10 +695,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsTopStudent

@@ -726,10 +726,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobPredictiveIndex

@@ -758,10 +758,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitles

@@ -789,10 +789,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguagesKnown

@@ -821,10 +821,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguagesKnownMustAllExist

@@ -853,10 +853,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LocationCriteria

@@ -884,10 +884,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsExperience

@@ -915,10 +915,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsManagementExperience

@@ -946,10 +946,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RevisionDateRange

@@ -977,10 +977,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SchoolNames

@@ -1010,10 +1010,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SearchExpression

@@ -1042,10 +1042,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SecurityCredentials

@@ -1075,10 +1075,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -1106,10 +1106,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsMustAllExist

@@ -1138,10 +1138,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Taxonomies

@@ -1170,10 +1170,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -1202,10 +1202,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTagsMustAllExist

@@ -1240,10 +1240,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterLocation.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterLocation.html index 290c06b0..febba6e0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterLocation.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.FilterLocation.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CountryCode

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GeoPoint

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Municipality

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PostalCode

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Region

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.IntegerRange.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.IntegerRange.html index c13ae418..aadba9af 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.IntegerRange.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.IntegerRange.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Maximum

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Minimum

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.JobTitleFilter.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.JobTitleFilter.html index 0433ff4d..730851fc 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.JobTitleFilter.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.JobTitleFilter.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrent

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Title

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.LocationCriteria.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.LocationCriteria.html index b80fd67f..89094f5d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.LocationCriteria.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.LocationCriteria.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Distance

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DistanceUnit

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeProvider

@@ -222,10 +222,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeProviderKey

@@ -254,10 +254,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Locations

@@ -291,10 +291,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchByDocumentIdOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchByDocumentIdOptions.html index ac0aa64a..4d78d4db 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchByDocumentIdOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchByDocumentIdOptions.html @@ -147,10 +147,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchRequest.html index afebf437..282bab77 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.MatchRequest.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

PreferredCategoryWeights

@@ -177,10 +177,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Take

@@ -214,10 +214,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.PaginationSettings.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.PaginationSettings.html index a012f90c..514d32c3 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.PaginationSettings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.PaginationSettings.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skip

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Take

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.RevisionDateRange.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.RevisionDateRange.html index 13bca5f8..3096043b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.RevisionDateRange.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.RevisionDateRange.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Maximum

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Minimum

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchRequestBase.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchRequestBase.html index c15dffd6..553c8020 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchRequestBase.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchRequestBase.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FilterCriteria

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexIdsToSearchInto

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Settings

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchSettings.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchSettings.html index 5c08085c..426c6880 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchSettings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SearchMatchSettings.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeJobTitles

@@ -166,10 +166,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeJobTitlesLanguage

@@ -198,10 +198,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PositionTitlesMustHaveAnExactMatch

@@ -235,10 +235,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillExperienceLevel.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillExperienceLevel.html index d3e760e8..92707d8d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillExperienceLevel.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillExperienceLevel.html @@ -133,10 +133,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillFilter.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillFilter.html index b731b920..c10e4aa2 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillFilter.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Request.SkillFilter.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ExperienceLevel

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrent

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillName

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreData.html index 34c0d55c..f9c4539a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreData.html @@ -132,10 +132,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Evidence

@@ -163,10 +163,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UnweightedScore

@@ -200,10 +200,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreEvidence.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreEvidence.html index 499bd469..c2648550 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreEvidence.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.CategoryScoreEvidence.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Fact

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -197,10 +197,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.DocumentTaxonomies.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.DocumentTaxonomies.html index aa3da782..8ba4e28d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.DocumentTaxonomies.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.DocumentTaxonomies.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Primary

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Secondary

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EducationScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EducationScoreData.html index 1748593b..200f4bf0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EducationScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EducationScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ActualEducation

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Comparison

@@ -198,10 +198,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExpectedEducation

@@ -235,10 +235,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EnrichedScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EnrichedScoreData.html index 63aa3759..54c2faa9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EnrichedScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.EnrichedScoreData.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Certifications

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Education

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveType

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitles

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Languages

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementLevel

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Taxonomies

@@ -380,10 +380,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundJobTitle.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundJobTitle.html index 018f84b9..2f4ef1e1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundJobTitle.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundJobTitle.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrent

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RawTerm

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

VariationOf

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundSkill.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundSkill.html index 499c098d..5c763e02 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.FoundSkill.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrent

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skill

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.IBimetricScoredResult.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.IBimetricScoredResult.html index e6a78702..ddefaaf1 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.IBimetricScoredResult.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.IBimetricScoredResult.html @@ -97,10 +97,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedRCSScoreData

@@ -128,10 +128,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedScoreData

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReverseCompatibilityScore

@@ -193,10 +193,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SovScore

@@ -227,10 +227,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WeightedScore

@@ -272,10 +272,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.JobTitlesScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.JobTitlesScoreData.html index 7cac8615..55785b4d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.JobTitlesScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.JobTitlesScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Found

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NotFound

@@ -201,10 +201,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.ManagementLevelScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.ManagementLevelScoreData.html index 29ff5e8d..68f01e45 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.ManagementLevelScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.ManagementLevelScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Actual

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

AmountOfExperienceMatches

@@ -195,10 +195,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Desired

@@ -232,10 +232,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.MatchResult.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.MatchResult.html index 0c10518d..b8b60710 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.MatchResult.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.MatchResult.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedRCSScoreData

@@ -168,10 +168,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EnrichedScoreData

@@ -199,10 +199,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReverseCompatibilityScore

@@ -233,10 +233,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SovScore

@@ -267,10 +267,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WeightedScore

@@ -316,10 +316,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SearchResult.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SearchResult.html index be3ecce8..12f3a09a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SearchResult.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SearchResult.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexId

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SimpleCategoryScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SimpleCategoryScoreData.html index 11bd36e1..d1373aae 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SimpleCategoryScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SimpleCategoryScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Found

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NotFound

@@ -201,10 +201,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SkillsScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SkillsScoreData.html index 20f7c563..07def440 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SkillsScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.SkillsScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Found

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NotFound

@@ -201,10 +201,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomiesScoreData.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomiesScoreData.html index 27be1e8e..761296b0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomiesScoreData.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomiesScoreData.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ActualTaxonomies

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DesiredTaxonomies

@@ -201,10 +201,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyEvidence.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyEvidence.html index 355fb5bc..df9d1e10 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyEvidence.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyEvidence.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Subtaxonomy

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Taxonomy

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyInfo.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyInfo.html index e69619a5..cd94e2d8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyInfo.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.Response.TaxonomyInfo.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Matched

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchRequest.html index 0d3b0c2b..8d0ebe57 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchRequest.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

PaginationSettings

@@ -173,10 +173,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponse.html index c629285a..6df89183 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponseValue.html index a30250bd..4c90bac4 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.SearchResponseValue.html @@ -140,10 +140,10 @@
Syntax
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.AIMatchDetails.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.AIMatchDetails.html index 68bd610d..834e159d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.AIMatchDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.AIMatchDetails.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Result

@@ -173,10 +173,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BasicUIOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BasicUIOptions.html index dbdc2cf4..4d0ddcb5 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BasicUIOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BasicUIOptions.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SovScoreName

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Style

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Username

@@ -228,10 +228,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreDetails.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreDetails.html index 5ed889c2..9b590f9a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreDetails.html @@ -138,10 +138,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Result

@@ -175,10 +175,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreJobDetails.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreJobDetails.html index 9f2a9d9c..7137aa1d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreJobDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreJobDetails.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreResumeDetails.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreResumeDetails.html index 91643e7f..0c3ad7cd 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreResumeDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.BimetricScoreResumeDetails.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIDetailsRequest-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIDetailsRequest-1.html index 8b58cc4c..8936a459 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIDetailsRequest-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIDetailsRequest-1.html @@ -145,10 +145,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

MatchDetails

@@ -176,10 +176,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UIOptions

@@ -213,10 +213,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIRequest-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIRequest-1.html index f28d8e04..57fb76a4 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIRequest-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIRequest-1.html @@ -158,10 +158,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SaasRequest

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIResponse.html index 58f1b790..75e0c580 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.GenerateUIResponse.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ExpiresIn

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

URL

@@ -202,10 +202,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.BulkHookPostBody-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.BulkHookPostBody-1.html index c3978ed3..d51a415a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.BulkHookPostBody-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.BulkHookPostBody-1.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Documents

@@ -186,10 +186,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ClientSideHook.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ClientSideHook.html index ac7b625f..13a51c38 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ClientSideHook.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ClientSideHook.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JsAction

@@ -167,10 +167,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UrlAction

@@ -205,10 +205,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.DocumentIdentifier.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.DocumentIdentifier.html index 17b346ad..84c2cf6c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.DocumentIdentifier.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.DocumentIdentifier.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexId

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.HookPostBody-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.HookPostBody-1.html index 6a3e660c..f5788b82 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.HookPostBody-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.HookPostBody-1.html @@ -146,10 +146,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CustomInfo

@@ -177,10 +177,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Username

@@ -214,10 +214,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.JsAction.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.JsAction.html index 9b901767..2fb43b3f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.JsAction.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.JsAction.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Data

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Target

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TargetOrigin

@@ -230,10 +230,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHookPostBody-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHookPostBody-1.html index e9784adf..f2470ae0 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHookPostBody-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHookPostBody-1.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FilterCriteria

@@ -180,10 +180,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PreferredCategoryWeights

@@ -217,10 +217,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHooks.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHooks.html index 2671a1a2..1de6596f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHooks.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateHooks.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Client

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Server

@@ -196,10 +196,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateServerSideHook.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateServerSideHook.html index c17b33dc..f1162e44 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateServerSideHook.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.OnUpdateServerSideHook.html @@ -134,10 +134,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsBulk

@@ -167,10 +167,10 @@
Overrides
| - Improve this Doc + Improve this Doc - View Source + View Source

LinkText

@@ -206,10 +206,10 @@
Overrides
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ServerSideHook.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ServerSideHook.html index 3c181dd9..e50df8ce 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ServerSideHook.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.ServerSideHook.html @@ -135,10 +135,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CustomInfo

@@ -168,10 +168,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Url

@@ -205,10 +205,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHook.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHook.html index a05f47a7..11bddb16 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHook.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHook.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsBulk

@@ -176,10 +176,10 @@
Overrides
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHookPostBody-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHookPostBody-1.html index c81d5ee2..d848556e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHookPostBody-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.SourcingHookPostBody-1.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobBoard

@@ -180,10 +180,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobBoardDocumentId

@@ -211,10 +211,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -242,10 +242,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SourceDocument

@@ -279,10 +279,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UrlAction.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UrlAction.html index 94b1bfe9..cb038566 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UrlAction.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UrlAction.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Target

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Url

@@ -200,10 +200,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHook.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHook.html index 857d704d..34b1c701 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHook.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHook.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsBulk

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LinkText

@@ -198,10 +198,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookCollection.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookCollection.html index c9a1a526..262ad197 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookCollection.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookCollection.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Client

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OnUpdate

@@ -193,10 +193,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Server

@@ -227,10 +227,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Sourcing

@@ -267,10 +267,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookPostBody-1.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookPostBody-1.html index 11406d1a..d4285b5d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookPostBody-1.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.Hooks.UserActionHookPostBody-1.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentId

@@ -180,10 +180,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexId

@@ -217,10 +217,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchDetails.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchDetails.html index 1dca4c6a..877991a9 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchDetails.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AppliedCategoryWeights

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HtmlDocument

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SourceDocumentType

@@ -230,10 +230,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchUISettings.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchUISettings.html index 9f48f28e..de095c00 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchUISettings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.MatchUISettings.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeOptions

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseOptions

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UIOptions

@@ -228,10 +228,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.StyleOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.StyleOptions.html index 1a4657b6..741a0a4b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.StyleOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.StyleOptions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FontFamily

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FontUrl

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HeaderColor

@@ -221,10 +221,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PrimaryColor

@@ -252,10 +252,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SquareCorners

@@ -289,10 +289,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobDetailsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobDetailsRequest.html index 4f827383..34b042b6 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobDetailsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobDetailsRequest.html @@ -137,10 +137,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobRequest.html index 10657f04..2d75c666 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreJobRequest.html @@ -144,10 +144,10 @@
S diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeDetailsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeDetailsRequest.html index 0f5d907c..fceb5398 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeDetailsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeDetailsRequest.html @@ -137,10 +137,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeRequest.html index 97a890f3..4c65e36f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIBimetricScoreResumeRequest.html @@ -144,10 +144,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchByDocumentIdOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchByDocumentIdOptions.html index 1cdc8e1e..db6eadce 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchByDocumentIdOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchByDocumentIdOptions.html @@ -144,10 +144,10 @@
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchDetailsRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchDetailsRequest.html index 6318b96e..bf1e110e 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchDetailsRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchDetailsRequest.html @@ -137,10 +137,10 @@
Synta diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchJobRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchJobRequest.html index de5df2d6..bc0e5305 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchJobRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchJobRequest.html @@ -144,10 +144,10 @@
Syntax diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchResumeRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchResumeRequest.html index 55b9cf30..b6388f21 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchResumeRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIMatchResumeRequest.html @@ -144,10 +144,10 @@
Syntax diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIOptions.html index 0459e783..169673ce 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UIOptions.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ExecuteImmediately

@@ -168,10 +168,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Hooks

@@ -200,10 +200,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowBanner

@@ -231,10 +231,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowDetailsButton

@@ -262,10 +262,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowFilterCriteria

@@ -293,10 +293,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowFindSimilar

@@ -324,10 +324,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowJobBoards

@@ -356,10 +356,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowSavedSearches

@@ -387,10 +387,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowWebSourcing

@@ -418,10 +418,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ShowWeights

@@ -449,10 +449,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsAutoCompleteCustomSkillsList

@@ -480,10 +480,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTagsPicklists

@@ -518,10 +518,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UISearchRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UISearchRequest.html index 388cafec..9f45cc1f 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UISearchRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UISearchRequest.html @@ -144,10 +144,10 @@
Syntax
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagOption.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagOption.html index c1972277..c2688351 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagOption.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagOption.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Value

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagsPicklist.html b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagsPicklist.html index 23d7a5a6..d6741104 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagsPicklist.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Matching.UI.UserDefinedTagsPicklist.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Label

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Options

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.BaseParseResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.BaseParseResponseValue.html index 549b4800..7a67c65b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.BaseParseResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.BaseParseResponseValue.html @@ -135,10 +135,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ConversionMetadata

@@ -166,10 +166,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Conversions

@@ -197,10 +197,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ParsingMetadata

@@ -228,10 +228,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ParsingResponse

@@ -259,10 +259,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionNormalizationResponse

@@ -296,10 +296,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.BasicParseOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.BasicParseOptions.html index 6b2871da..e92dd03c 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.BasicParseOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.BasicParseOptions.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Configuration

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizerData

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionsSettings

@@ -223,10 +223,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsData

@@ -256,10 +256,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsSettings

@@ -293,10 +293,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ConversionMetadata.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ConversionMetadata.html index 974a81f8..6aa0b21b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ConversionMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ConversionMetadata.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DetectedType

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentHash

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ElapsedMilliseconds

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputValidityCode

@@ -252,10 +252,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedFileExtension

@@ -289,10 +289,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.Conversions.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.Conversions.html index 5a6dd4ac..c5fdef16 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.Conversions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.Conversions.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CandidateImage

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CandidateImageExtension

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HTML

@@ -221,10 +221,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PDF

@@ -254,10 +254,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RTF

@@ -292,10 +292,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequest.html index 860a89e5..899d7290 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequest.html @@ -85,7 +85,7 @@

Class FlexRequest

Custom requests to ask during parsing. -See the overview documentation for more details. +See the overview documentation for more details. Additional charges will apply.

@@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DataType

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EnumerationValues

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Identifier

@@ -222,10 +222,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Prompt

@@ -259,10 +259,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequestDataType.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequestDataType.html index c49228f4..81f2dd6b 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequestDataType.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexRequestDataType.html @@ -138,10 +138,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponse.html index d70026d7..94214e56 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponse.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Code

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Message

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Responses

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponseItem.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponseItem.html index 3f2021d3..e044d7fc 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponseItem.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.FlexResponseItem.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Identifier

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Reply

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReplyList

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponse.html index b8b365fa..026eee84 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponseValue.html index 58d8c9fe..ca026aac 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseJobResponseValue.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobData

@@ -186,10 +186,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseOptions.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseOptions.html index 519d28e1..cc5e2176 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseOptions.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseOptions.html @@ -143,15 +143,15 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FlexRequests

Only used for resumes. Custom requests to ask during parsing. -See the overview documentation for more details. +See the overview documentation for more details. Additional charges will apply.

@@ -176,10 +176,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeOptions

@@ -208,10 +208,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexingOptions

@@ -243,10 +243,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputCandidateImage

@@ -274,10 +274,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputHtml

@@ -305,10 +305,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputPdf

@@ -336,10 +336,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OutputRtf

@@ -367,10 +367,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UseLLMParser

@@ -406,10 +406,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseRequest.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseRequest.html index ff11dde2..a6998d0d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseRequest.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseRequest.html @@ -167,10 +167,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

ParseRequest(Document, ParseOptions)

@@ -209,10 +209,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentAsBase64String

@@ -244,10 +244,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentLastModified

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponse.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponse.html index 1f4ceeff..0c4d18ee 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponse.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponse.html @@ -145,10 +145,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponseValue.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponseValue.html index 7c6847ea..dfdd9e6d 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponseValue.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParseResumeResponseValue.html @@ -149,10 +149,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EducationNormalizationResponse

@@ -180,10 +180,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FlexResponse

@@ -211,10 +211,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RedactedResumeData

@@ -244,10 +244,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeData

@@ -281,10 +281,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParsingMetadata.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParsingMetadata.html index 8944b451..73297c7a 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParsingMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ParsingMetadata.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ElapsedMilliseconds

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LicenseSerialNumber

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TimedOut

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TimedOutAtMilliseconds

@@ -257,10 +257,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ProfessionsSettings.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ProfessionsSettings.html index ba0cc7da..c639ffc8 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.ProfessionsSettings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.ProfessionsSettings.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalize

@@ -176,10 +176,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Version

@@ -213,10 +213,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.SkillsSettings.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.SkillsSettings.html index 8eac3807..f4ef1f09 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.SkillsSettings.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.SkillsSettings.html @@ -125,10 +125,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalize

@@ -163,10 +163,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TaxonomyVersion

@@ -214,10 +214,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.API.Parsing.html b/docs/sdk/Textkernel.Tx.Models.API.Parsing.html index 518f79b2..b424ecdb 100644 --- a/docs/sdk/Textkernel.Tx.Models.API.Parsing.html +++ b/docs/sdk/Textkernel.Tx.Models.API.Parsing.html @@ -102,7 +102,7 @@

Con

FlexRequest

Custom requests to ask during parsing. -See the overview documentation for more details. +See the overview documentation for more details. Additional charges will apply.

FlexResponse

diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.BasicProfession.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.BasicProfession.html index b2cac55a..bf0c1c09 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.BasicProfession.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.BasicProfession.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CodeId

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ExtractedSkill.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ExtractedSkill.html index ba7fd42a..6eb261cd 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ExtractedSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ExtractedSkill.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Matches

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.LangDescription.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.LangDescription.html index aab2819b..253bcaab 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.LangDescription.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.LangDescription.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsoCode

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedProfession.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedProfession.html index 1d3d35cb..6c31a5ab 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedProfession.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedProfession.html @@ -158,10 +158,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Confidence

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedSkill.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedSkill.html index cbd4be3d..ce4dcefc 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.NormalizedSkill.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

RawText

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Profession.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Profession.html index 46a48e7b..0b1313c1 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Profession.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Profession.html @@ -135,10 +135,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Class

@@ -166,10 +166,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Group

@@ -197,10 +197,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Isco

@@ -228,10 +228,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Kldb2020

@@ -259,10 +259,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Onet

@@ -290,10 +290,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Onet2019

@@ -321,10 +321,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UkSoc2010

@@ -352,10 +352,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UwvBoc

@@ -389,10 +389,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionClassification-1.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionClassification-1.html index cf107396..10b6d1cf 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionClassification-1.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionClassification-1.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CodeId

@@ -174,10 +174,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -211,10 +211,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionMultipleDescriptions.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionMultipleDescriptions.html index eb79a651..0ab5ae97 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionMultipleDescriptions.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.ProfessionMultipleDescriptions.html @@ -155,10 +155,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -187,10 +187,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Descriptions

@@ -224,10 +224,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Skill.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Skill.html index 7a441393..506c7f35 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Skill.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Skill.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsoCode

@@ -221,10 +221,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -258,10 +258,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillAndConfidence.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillAndConfidence.html index 57acdaa9..bf59f370 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillAndConfidence.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillAndConfidence.html @@ -141,10 +141,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Confidence

@@ -178,10 +178,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMatch.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMatch.html index 606286fb..704f45a3 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMatch.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMatch.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

BeginSpan

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EndSpan

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Likelihood

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RawText

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMultipleDescriptions.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMultipleDescriptions.html index 5da9e34c..9945e324 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMultipleDescriptions.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.SkillMultipleDescriptions.html @@ -136,10 +136,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -168,10 +168,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Descriptions

@@ -205,10 +205,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Taxonomy.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Taxonomy.html index e16158da..1fe2c722 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Taxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.Taxonomy.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CsvOutput

@@ -165,10 +165,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.TaxonomyMetadata.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.TaxonomyMetadata.html index 83a56d0e..a04e1fd8 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.TaxonomyMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.TaxonomyMetadata.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ServiceVersion

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TaxonomyReleaseDate

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.VersionedProfessionClassification-1.html b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.VersionedProfessionClassification-1.html index 2b2833ea..74a90b41 100644 --- a/docs/sdk/Textkernel.Tx.Models.DataEnrichment.VersionedProfessionClassification-1.html +++ b/docs/sdk/Textkernel.Tx.Models.DataEnrichment.VersionedProfessionClassification-1.html @@ -148,10 +148,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Version

@@ -185,10 +185,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Document.html b/docs/sdk/Textkernel.Tx.Models.Document.html index 21135e3d..04f1cb65 100644 --- a/docs/sdk/Textkernel.Tx.Models.Document.html +++ b/docs/sdk/Textkernel.Tx.Models.Document.html @@ -126,10 +126,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

Document(Byte[], DateTime)

@@ -168,10 +168,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

Document(String)

@@ -205,10 +205,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AsBase64

@@ -236,10 +236,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastModified

@@ -273,10 +273,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.GeoCoordinates.html b/docs/sdk/Textkernel.Tx.Models.GeoCoordinates.html index ef969eed..547cd7a1 100644 --- a/docs/sdk/Textkernel.Tx.Models.GeoCoordinates.html +++ b/docs/sdk/Textkernel.Tx.Models.GeoCoordinates.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Latitude

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Longitude

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.GeocodedCoordinates.html b/docs/sdk/Textkernel.Tx.Models.GeocodedCoordinates.html index bab703d8..125b8dd6 100644 --- a/docs/sdk/Textkernel.Tx.Models.GeocodedCoordinates.html +++ b/docs/sdk/Textkernel.Tx.Models.GeocodedCoordinates.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Source

@@ -170,10 +170,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.ApplicationDetails.html b/docs/sdk/Textkernel.Tx.Models.Job.ApplicationDetails.html index e8e2c52c..90dc77a6 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.ApplicationDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.ApplicationDetails.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ApplicationDeadline

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ApplicationDescription

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ContactEmail

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ContactPerson

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ContactPhone

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PostedDate

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReferenceNumber

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Website

@@ -380,10 +380,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.EmployerNames.html b/docs/sdk/Textkernel.Tx.Models.Job.EmployerNames.html index 7fae3581..b4e73428 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.EmployerNames.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.EmployerNames.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EmployerName

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MainEmployerName

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.JobDegree.html b/docs/sdk/Textkernel.Tx.Models.Job.JobDegree.html index 47194211..aaf36786 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.JobDegree.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.JobDegree.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

InternationalEducationLevel

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LocalEducationLevel

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.JobMetadata.html b/docs/sdk/Textkernel.Tx.Models.Job.JobMetadata.html index 63793c86..adf0c6be 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.JobMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.JobMetadata.html @@ -146,10 +146,10 @@
Syntax
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.JobTitles.html b/docs/sdk/Textkernel.Tx.Models.Job.JobTitles.html index 652037ba..d5419bef 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.JobTitles.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.JobTitles.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitle

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MainJobTitle

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedProfession

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.ParsedJob.html b/docs/sdk/Textkernel.Tx.Models.Job.ParsedJob.html index aa302439..a8000a19 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.ParsedJob.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.ParsedJob.html @@ -130,10 +130,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

ParsedJob()

@@ -154,10 +154,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ApplicationDetails

@@ -185,10 +185,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Benefits

@@ -216,10 +216,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CertificationsAndLicenses

@@ -247,10 +247,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ContractType

@@ -290,10 +290,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentJobIsManagement

@@ -321,10 +321,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentLocation

@@ -352,10 +352,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Degrees

@@ -383,10 +383,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DriversLicenses

@@ -414,10 +414,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmployerDescription

@@ -445,10 +445,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmployerNames

@@ -476,10 +476,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmploymentType

@@ -511,10 +511,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EndDate

@@ -542,10 +542,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveType

@@ -573,10 +573,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HighestManagementScore

@@ -604,10 +604,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsRemote

@@ -635,10 +635,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobDescription

@@ -666,10 +666,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobMetadata

@@ -697,10 +697,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobRequirements

@@ -728,10 +728,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitles

@@ -759,10 +759,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguageCodes

@@ -790,10 +790,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementLevel

@@ -821,10 +821,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaximumWorkingHours

@@ -852,10 +852,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaximumYears

@@ -883,10 +883,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaximumYearsManagement

@@ -914,10 +914,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MinimumWorkingHours

@@ -945,10 +945,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MinimumYears

@@ -976,10 +976,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MinimumYearsManagement

@@ -1007,10 +1007,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Owners

@@ -1038,10 +1038,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RequiredDegree

@@ -1069,10 +1069,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Salary

@@ -1107,10 +1107,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SchoolNames

@@ -1138,10 +1138,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -1169,10 +1169,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsData

@@ -1201,10 +1201,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StartDate

@@ -1232,10 +1232,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TermsOfInterest

@@ -1263,10 +1263,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -1297,10 +1297,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WorkingHours

@@ -1332,10 +1332,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

FromFile(String)

@@ -1381,10 +1381,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

FromJson(String)

@@ -1430,10 +1430,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

ToJson(Boolean)

@@ -1488,10 +1488,10 @@
Overrides
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.PayRange.html b/docs/sdk/Textkernel.Tx.Models.Job.PayRange.html index b10c329f..a90e212d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.PayRange.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.PayRange.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Currency

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Maximum

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Minimum

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RawMaximum

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RawMinimum

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobNormalizedSkill.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobNormalizedSkill.html index 4db5b019..b9f8700c 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobNormalizedSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobNormalizedSkill.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Required

@@ -176,10 +176,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobRawSkill.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobRawSkill.html index f55dfafc..169a4b70 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobRawSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobRawSkill.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Required

@@ -167,10 +167,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkill.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkill.html index 5778d4b7..c61d2a5f 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkill.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Variations

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkillVariation.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkillVariation.html index 81e6cb7e..64fb2f01 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkillVariation.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSkillVariation.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Required

@@ -174,10 +174,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSubTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSubTaxonomy.html index 4c00bb44..037facd4 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSubTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobSubTaxonomy.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomy.html index fdcaa9dd..c2184b6e 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomy.html @@ -151,10 +151,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomyRoot.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomyRoot.html index 48ff0cec..cf8bc7d3 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomyRoot.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobTaxonomyRoot.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Root

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Taxonomies

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobV2Skills.html b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobV2Skills.html index 00dd0048..9ecaed1f 100644 --- a/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobV2Skills.html +++ b/docs/sdk/Textkernel.Tx.Models.Job.Skills.JobV2Skills.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalized

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Raw

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RelatedProfessionClasses

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Location.html b/docs/sdk/Textkernel.Tx.Models.Location.html index cbaef2da..bcfa53b6 100644 --- a/docs/sdk/Textkernel.Tx.Models.Location.html +++ b/docs/sdk/Textkernel.Tx.Models.Location.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CountryCode

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GeoCoordinates

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Municipality

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PostalCode

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Regions

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StreetAddressLines

@@ -318,10 +318,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Matching.Index.html b/docs/sdk/Textkernel.Tx.Models.Matching.Index.html index 643e42e0..bbb2c746 100644 --- a/docs/sdk/Textkernel.Tx.Models.Matching.Index.html +++ b/docs/sdk/Textkernel.Tx.Models.Matching.Index.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IndexType

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OwnerId

@@ -226,10 +226,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Matching.IndexType.html b/docs/sdk/Textkernel.Tx.Models.Matching.IndexType.html index 1b270d41..06e77e80 100644 --- a/docs/sdk/Textkernel.Tx.Models.Matching.IndexType.html +++ b/docs/sdk/Textkernel.Tx.Models.Matching.IndexType.html @@ -123,10 +123,10 @@

Fields diff --git a/docs/sdk/Textkernel.Tx.Models.ParsedDocument.html b/docs/sdk/Textkernel.Tx.Models.ParsedDocument.html index 375f331f..0a37dcdc 100644 --- a/docs/sdk/Textkernel.Tx.Models.ParsedDocument.html +++ b/docs/sdk/Textkernel.Tx.Models.ParsedDocument.html @@ -125,10 +125,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

ToFile(String, Boolean)

@@ -165,10 +165,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

ToJson(Boolean)

@@ -215,10 +215,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

ToString()

@@ -254,10 +254,10 @@
Overrides
diff --git a/docs/sdk/Textkernel.Tx.Models.ParsedDocumentMetadata.html b/docs/sdk/Textkernel.Tx.Models.ParsedDocumentMetadata.html index c0e27fa0..9d356973 100644 --- a/docs/sdk/Textkernel.Tx.Models.ParsedDocumentMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.ParsedDocumentMetadata.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentCulture

@@ -163,10 +163,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentLanguage

@@ -198,10 +198,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DocumentLastModified

@@ -230,10 +230,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ParserSettings

@@ -261,10 +261,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PlainText

@@ -298,10 +298,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Association.html b/docs/sdk/Textkernel.Tx.Models.Resume.Association.html index 1c46a204..a735b01e 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Association.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Association.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundInContext

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Organization

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Role

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.CandidateReference.html b/docs/sdk/Textkernel.Tx.Models.Resume.CandidateReference.html index bde06e33..234d2be9 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.CandidateReference.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.CandidateReference.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Company

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmailAddresses

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Location

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReferenceName

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Telephones

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Title

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WebAddresses

@@ -380,10 +380,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Certification.html b/docs/sdk/Textkernel.Tx.Models.Resume.Certification.html index 6fd22e29..36b77442 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Certification.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Certification.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

IsVariation

@@ -160,10 +160,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MatchedFromList

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -229,10 +229,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.ContactInformation.html b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.ContactInformation.html index b06ab9a7..cdd6df95 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.ContactInformation.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.ContactInformation.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

CandidateName

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmailAddresses

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Location

@@ -221,10 +221,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Telephones

@@ -252,10 +252,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WebAddresses

@@ -289,10 +289,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.PersonName.html b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.PersonName.html index b6a1f8dc..c529ac54 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.PersonName.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.PersonName.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FamilyName

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FormattedName

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GivenName

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MiddleName

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Moniker

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Prefix

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Suffix

@@ -349,10 +349,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.Telephone.html b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.Telephone.html index 40d7f7c0..89bc6ba1 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.Telephone.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.Telephone.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AreaCityCode

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

InternationalCountryCode

@@ -195,10 +195,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubscriberNumber

@@ -232,10 +232,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddress.html b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddress.html index 9f993cb3..a42df15d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddress.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddress.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Address

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -215,10 +215,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddressType.html b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddressType.html index f0b62b30..1877234a 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddressType.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ContactInfo.WebAddressType.html @@ -126,10 +126,10 @@

Fields

| - Improve this Doc + Improve this Doc - View Source + View Source

Facebook

A Facebook profile URL

@@ -156,10 +156,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Gab

A Gab username

@@ -186,10 +186,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GitHub

A GitHub username/URL

@@ -216,10 +216,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ICQ

An ICQ username

@@ -246,10 +246,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Instagram

An Instagram username

@@ -276,10 +276,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LinkedIn

A LinkedIn URL

@@ -306,10 +306,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MeWe

A MeWe username/URL

@@ -336,10 +336,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Parler

A Parler username

@@ -366,10 +366,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PersonalWebsite

A personal website URL

@@ -396,10 +396,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

QQ

A QQ username/number

@@ -426,10 +426,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Quora

A Quora username

@@ -456,10 +456,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Reddit

A Reddit username/URL

@@ -486,10 +486,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Signal

A Signal username/number

@@ -516,10 +516,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skype

A Skype username/URL

@@ -546,10 +546,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StackOverflow

A Stack Overflow username/URL

@@ -576,10 +576,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Telegram

A Telegram username

@@ -606,10 +606,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Telegraph

A Telegraph username

@@ -636,10 +636,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Twitter

A Twitter handle

@@ -666,10 +666,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Unknown

An unknown internet handle/URL (the platform/website/app was not specified)

@@ -696,10 +696,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WeChat

A WeChat username

@@ -726,10 +726,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WhatsApp

A WhatsApp username/number

@@ -758,10 +758,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Value

@@ -791,10 +791,10 @@

Operators

| - Improve this Doc + Improve this Doc - View Source + View Source

Implicit(String to WebAddressType)

@@ -846,10 +846,10 @@
Returns
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Education.Degree.html b/docs/sdk/Textkernel.Tx.Models.Resume.Education.Degree.html index 4b8486a7..a3539c4a 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Education.Degree.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Education.Degree.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedInternational

@@ -191,10 +191,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedLocal

@@ -225,10 +225,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -292,10 +292,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationDetails.html b/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationDetails.html index 9d651730..38b3659d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationDetails.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Degree

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EndDate

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

GPA

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Graduated

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastEducationDate

@@ -313,10 +313,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Location

@@ -344,10 +344,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Majors

@@ -375,10 +375,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Minors

@@ -406,10 +406,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SchoolName

@@ -437,10 +437,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SchoolType

@@ -478,10 +478,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StartDate

@@ -509,10 +509,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -546,10 +546,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationHistory.html b/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationHistory.html index 22e7f8d0..930fbe24 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationHistory.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Education.EducationHistory.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EducationDetails

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HighestDegree

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Education.GradePointAverage.html b/docs/sdk/Textkernel.Tx.Models.Resume.Education.GradePointAverage.html index 1f7dc1a9..0a2d3055 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Education.GradePointAverage.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Education.GradePointAverage.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

MaxScore

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MinimumScore

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedScore

@@ -224,10 +224,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Score

@@ -255,10 +255,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ScoringSystem

@@ -292,10 +292,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Education.NormalizedDegree.html b/docs/sdk/Textkernel.Tx.Models.Resume.Education.NormalizedDegree.html index 5b795aad..4dfdc94c 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Education.NormalizedDegree.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Education.NormalizedDegree.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Code

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Bullet.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Bullet.html index d5ef8f98..01422c0d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Bullet.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Bullet.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -196,10 +196,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.CompanyNameWithProbability.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.CompanyNameWithProbability.html index 04ea856f..6fa69280 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.CompanyNameWithProbability.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.CompanyNameWithProbability.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Probability

@@ -174,10 +174,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Employer.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Employer.html index 5998ed89..35374370 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Employer.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Employer.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Location

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OtherFoundName

@@ -226,10 +226,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.EmploymentHistory.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.EmploymentHistory.html index 990bc491..50ce09bf 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.EmploymentHistory.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.EmploymentHistory.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ExperienceSummary

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Positions

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ExperienceSummary.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ExperienceSummary.html index f07ba704..73266004 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ExperienceSummary.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ExperienceSummary.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AttentionNeeded

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

AverageMonthsPerEmployer

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentManagementLevel

@@ -229,10 +229,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -266,10 +266,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ExecutiveType

@@ -309,10 +309,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FulltimeDirectHirePredictiveIndex

@@ -344,10 +344,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementScore

@@ -379,10 +379,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ManagementStory

@@ -410,10 +410,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsOfManagementExperience

@@ -447,10 +447,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsOfWorkExperience

@@ -489,10 +489,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.JobTitle.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.JobTitle.html index 4e098b8d..089d875b 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.JobTitle.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.JobTitle.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalized

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Probability

@@ -193,10 +193,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Raw

@@ -224,10 +224,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Variations

@@ -262,10 +262,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ParsingNormalizedProfession.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ParsingNormalizedProfession.html index 7b673b9d..c0934e59 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ParsingNormalizedProfession.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.ParsingNormalizedProfession.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Class

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Confidence

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Group

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ISCO

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ONET

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Profession

@@ -318,10 +318,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Position.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Position.html index 700f0848..b509f2f8 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Position.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.Position.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Bullets

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Description

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Employer

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EndDate

@@ -251,10 +251,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -282,10 +282,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrent

@@ -313,10 +313,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsSelfEmployed

@@ -344,10 +344,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobLevel

@@ -382,10 +382,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobTitle

@@ -413,10 +413,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

JobType

@@ -450,10 +450,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedProfession

@@ -481,10 +481,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NumberEmployeesSupervised

@@ -512,10 +512,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RelatedToByCompanyName

@@ -543,10 +543,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RelatedToByDates

@@ -574,10 +574,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StartDate

@@ -605,10 +605,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomyName

@@ -638,10 +638,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TaxonomyName

@@ -671,10 +671,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TaxonomyPercentage

@@ -709,10 +709,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.VersionedNormalizedProfessionClassification-1.html b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.VersionedNormalizedProfessionClassification-1.html index c32d1697..376522f8 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Employment.VersionedNormalizedProfessionClassification-1.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Employment.VersionedNormalizedProfessionClassification-1.html @@ -148,10 +148,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Version

@@ -185,10 +185,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.LanguageCompetency.html b/docs/sdk/Textkernel.Tx.Models.Resume.LanguageCompetency.html index 3c9ea051..a81b3dcc 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.LanguageCompetency.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.LanguageCompetency.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundInContext

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Language

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguageCode

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.LicenseDetails.html b/docs/sdk/Textkernel.Tx.Models.Resume.LicenseDetails.html index b09748c1..b53a185b 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.LicenseDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.LicenseDetails.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

MatchedFromList

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -196,10 +196,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ReservedData.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ReservedData.html index 26b4c01b..06e371ec 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ReservedData.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ReservedData.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EmailAddresses

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Names

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

OtherData

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Phones

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Urls

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeMetadata.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeMetadata.html index 61a7c981..250f0139 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeMetadata.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeMetadata.html @@ -142,10 +142,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundSections

@@ -173,10 +173,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ReservedData

@@ -204,10 +204,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeQuality

@@ -254,10 +254,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityAssessment.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityAssessment.html index 1569b5e0..3d2b00ea 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityAssessment.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityAssessment.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Findings

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Level

@@ -198,10 +198,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityFinding.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityFinding.html index f05a86ba..37d6c863 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityFinding.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityFinding.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Message

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

QualityCode

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SectionIdentifiers

@@ -226,10 +226,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityLevel.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityLevel.html index ce19cda2..b9f64d9c 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityLevel.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeQualityLevel.html @@ -126,10 +126,10 @@

Fields

| - Improve this Doc + Improve this Doc - View Source + View Source

DataMissing

Some data was missing that should be included in a resume

@@ -156,10 +156,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FatalProblem

A fatal issue was found in the resume. Parse results may have severe inaccuracies

@@ -186,10 +186,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MajorIssue

A major issue was found in the resume that will reduce the quality of parse results

@@ -216,10 +216,10 @@
Field Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestedImprovement

Only minor issues were found

@@ -248,10 +248,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Value

@@ -281,10 +281,10 @@

Operators

| - Improve this Doc + Improve this Doc - View Source + View Source

Implicit(String to ResumeQualityLevel)

@@ -336,10 +336,10 @@
Returns
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeSection.html b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeSection.html index 4d6f94b8..1e27f91d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeSection.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Metadata.ResumeSection.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FirstLineNumber

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HeaderTextFound

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastLineNumber

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SectionType

@@ -283,10 +283,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryDetails.html b/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryDetails.html index 104afae2..adb9bfe2 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryDetails.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Country

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EndDate

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FoundInContext

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Service

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StartDate

@@ -287,10 +287,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryService.html b/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryService.html index 2e995275..d179e33a 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryService.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Military.MilitaryService.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Branch

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Rank

@@ -225,10 +225,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Military.SecurityCredential.html b/docs/sdk/Textkernel.Tx.Models.Resume.Military.SecurityCredential.html index f1265354..7749d527 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Military.SecurityCredential.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Military.SecurityCredential.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundInContext

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.NationalIdentity.html b/docs/sdk/Textkernel.Tx.Models.Resume.NationalIdentity.html index f222cdd2..74ba45c8 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.NationalIdentity.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.NationalIdentity.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Number

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Phrase

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.NormalizedString.html b/docs/sdk/Textkernel.Tx.Models.Resume.NormalizedString.html index 82d178d9..e45233d2 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.NormalizedString.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.NormalizedString.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalized

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Raw

@@ -196,10 +196,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.ParsedResume.html b/docs/sdk/Textkernel.Tx.Models.Resume.ParsedResume.html index ae47b51a..1ff5a4d2 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.ParsedResume.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.ParsedResume.html @@ -130,10 +130,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

ParsedResume()

@@ -154,10 +154,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Achievements

@@ -185,10 +185,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Associations

@@ -216,10 +216,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Certifications

@@ -247,10 +247,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ContactInformation

@@ -278,10 +278,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CoverLetter

@@ -309,10 +309,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Education

@@ -340,10 +340,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

EmploymentHistory

@@ -371,10 +371,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Hobbies

@@ -402,10 +402,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LanguageCompetencies

@@ -434,10 +434,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Licenses

@@ -466,10 +466,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MilitaryExperience

@@ -497,10 +497,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Objective

@@ -528,10 +528,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Patents

@@ -559,10 +559,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PersonalAttributes

@@ -590,10 +590,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ProfessionalSummary

@@ -621,10 +621,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Publications

@@ -652,10 +652,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

QualificationsSummary

@@ -683,10 +683,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

References

@@ -714,10 +714,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResumeMetadata

@@ -745,10 +745,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SecurityCredentials

@@ -776,10 +776,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -807,10 +807,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsData

@@ -839,10 +839,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SpeakingEngagements

@@ -870,10 +870,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Training

@@ -901,10 +901,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

UserDefinedTags

@@ -937,10 +937,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

FromFile(String)

@@ -986,10 +986,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

FromJson(String)

@@ -1035,10 +1035,10 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source

ToJson(Boolean)

@@ -1093,10 +1093,10 @@
Overrides
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.PersonalAttributes.html b/docs/sdk/Textkernel.Tx.Models.Resume.PersonalAttributes.html index a9b6ca1e..ae97aa7f 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.PersonalAttributes.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.PersonalAttributes.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Availability

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Birthplace

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentLocation

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

CurrentSalary

@@ -250,10 +250,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DateOfBirth

@@ -281,10 +281,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DrivingLicense

@@ -312,10 +312,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FamilyComposition

@@ -343,10 +343,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FathersName

@@ -374,10 +374,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Gender

@@ -405,10 +405,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HukouArea

@@ -436,10 +436,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

HukouCity

@@ -467,10 +467,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MaritalStatus

@@ -498,10 +498,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MothersMaidenName

@@ -529,10 +529,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MotherTongue

@@ -560,10 +560,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NationalIdentities

@@ -591,10 +591,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Nationality

@@ -622,10 +622,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PassportNumber

@@ -653,10 +653,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PreferredLocation

@@ -684,10 +684,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RequiredSalary

@@ -715,10 +715,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

VisaStatus

@@ -746,10 +746,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

WillingToRelocate

@@ -783,10 +783,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Salary.html b/docs/sdk/Textkernel.Tx.Models.Resume.Salary.html index 98a079ba..3640fe91 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Salary.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Salary.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Amount

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Currency

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.SectionIdentifier.html b/docs/sdk/Textkernel.Tx.Models.Resume.SectionIdentifier.html index f3e55997..33e340b9 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.SectionIdentifier.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.SectionIdentifier.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SectionType

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeNormalizedSkill.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeNormalizedSkill.html index fee544a9..96a0077a 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeNormalizedSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeNormalizedSkill.html @@ -139,10 +139,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundIn

@@ -170,10 +170,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastUsed

@@ -201,10 +201,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsExperience

@@ -238,10 +238,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeRawSkill.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeRawSkill.html index 716adf89..15ad7194 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeRawSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeRawSkill.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundIn

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastUsed

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsExperience

@@ -229,10 +229,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkill.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkill.html index 375e1a7d..bd0c336d 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkill.html @@ -146,10 +146,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ChildrenLastUsed

@@ -177,10 +177,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ChildrenMonthsExperience

@@ -208,10 +208,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Variations

@@ -245,10 +245,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkillVariation.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkillVariation.html index a9fc44ed..364796d9 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkillVariation.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSkillVariation.html @@ -137,10 +137,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

FoundIn

@@ -168,10 +168,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

LastUsed

@@ -199,10 +199,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

MonthsExperience

@@ -236,10 +236,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSubTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSubTaxonomy.html index 7123c12b..b41ebd87 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSubTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeSubTaxonomy.html @@ -140,10 +140,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Skills

@@ -177,10 +177,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomy.html index 052e20c5..71af3dff 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomy.html @@ -151,10 +151,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomyRoot.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomyRoot.html index 58501c9e..8988ba63 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomyRoot.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeTaxonomyRoot.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Root

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Taxonomies

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeV2Skills.html b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeV2Skills.html index 8997b085..61931850 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeV2Skills.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.Skills.ResumeV2Skills.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Normalized

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Raw

@@ -189,10 +189,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RelatedProfessionClasses

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.TrainingDetails.html b/docs/sdk/Textkernel.Tx.Models.Resume.TrainingDetails.html index 8d147cfc..e09436c0 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.TrainingDetails.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.TrainingDetails.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

EndDate

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Entity

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Qualifications

@@ -220,10 +220,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

StartDate

@@ -251,10 +251,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -288,10 +288,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Resume.TrainingHistory.html b/docs/sdk/Textkernel.Tx.Models.Resume.TrainingHistory.html index db6350c9..af27f64e 100644 --- a/docs/sdk/Textkernel.Tx.Models.Resume.TrainingHistory.html +++ b/docs/sdk/Textkernel.Tx.Models.Resume.TrainingHistory.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Text

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Trainings

@@ -194,10 +194,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.FoundSubTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Skills.FoundSubTaxonomy.html index e7c5f430..9e6bc3d6 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.FoundSubTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.FoundSubTaxonomy.html @@ -135,10 +135,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

PercentOfOverall

@@ -166,10 +166,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PercentOfParent

@@ -203,10 +203,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.FoundTaxonomy-1.html b/docs/sdk/Textkernel.Tx.Models.Skills.FoundTaxonomy-1.html index cd3dcc85..1bb456a2 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.FoundTaxonomy-1.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.FoundTaxonomy-1.html @@ -147,10 +147,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -178,10 +178,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -209,10 +209,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

PercentOfOverall

@@ -240,10 +240,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomies

@@ -281,10 +281,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.ITaxonomy-1.html b/docs/sdk/Textkernel.Tx.Models.Skills.ITaxonomy-1.html index 8c1bb524..ba86fce7 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.ITaxonomy-1.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.ITaxonomy-1.html @@ -112,10 +112,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -143,10 +143,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -174,10 +174,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomies

@@ -211,10 +211,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.NormalizedSkill.html b/docs/sdk/Textkernel.Tx.Models.Skills.NormalizedSkill.html index 5e765161..9f1927a4 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.NormalizedSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.NormalizedSkill.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RawSkills

@@ -221,10 +221,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Type

@@ -258,10 +258,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionClass.html b/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionClass.html index 504d2588..728bcda6 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionClass.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionClass.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Groups

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Percent

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionGroup.html b/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionGroup.html index 3f04ba41..0ea5248a 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionGroup.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.ProfessionGroup.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizedSkills

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Percent

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.RawSkill.html b/docs/sdk/Textkernel.Tx.Models.Skills.RawSkill.html index b8d9d01a..266162b4 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.RawSkill.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.RawSkill.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -165,10 +165,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.Skill.html b/docs/sdk/Textkernel.Tx.Models.Skills.Skill.html index 6bc017ad..3e79d685 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.Skill.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.Skill.html @@ -128,10 +128,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ExistsInText

@@ -159,10 +159,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -190,10 +190,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -227,10 +227,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.SubTaxonomy.html b/docs/sdk/Textkernel.Tx.Models.Skills.SubTaxonomy.html index 58a0fe2c..198b3cb4 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.SubTaxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.SubTaxonomy.html @@ -127,10 +127,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomyId

@@ -158,10 +158,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomyName

@@ -195,10 +195,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.Skills.Taxonomy.html b/docs/sdk/Textkernel.Tx.Models.Skills.Taxonomy.html index 51a85856..6c22aedb 100644 --- a/docs/sdk/Textkernel.Tx.Models.Skills.Taxonomy.html +++ b/docs/sdk/Textkernel.Tx.Models.Skills.Taxonomy.html @@ -130,10 +130,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Id

@@ -161,10 +161,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

Name

@@ -192,10 +192,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

SubTaxonomies

@@ -223,10 +223,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TxDefaults

@@ -265,10 +265,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.Models.TxDate.html b/docs/sdk/Textkernel.Tx.Models.TxDate.html index 0da776a3..2b7ae5f8 100644 --- a/docs/sdk/Textkernel.Tx.Models.TxDate.html +++ b/docs/sdk/Textkernel.Tx.Models.TxDate.html @@ -133,10 +133,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Date

@@ -164,10 +164,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FoundDay

@@ -195,10 +195,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FoundMonth

@@ -226,10 +226,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

FoundYear

@@ -257,10 +257,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

IsCurrentDate

@@ -294,10 +294,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.Models.TxPrimitive-1.html b/docs/sdk/Textkernel.Tx.Models.TxPrimitive-1.html index e14164fe..29710de5 100644 --- a/docs/sdk/Textkernel.Tx.Models.TxPrimitive-1.html +++ b/docs/sdk/Textkernel.Tx.Models.TxPrimitive-1.html @@ -143,10 +143,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Value

@@ -180,10 +180,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.TxClient.html b/docs/sdk/Textkernel.Tx.TxClient.html index b09c61bc..8f9323c3 100644 --- a/docs/sdk/Textkernel.Tx.TxClient.html +++ b/docs/sdk/Textkernel.Tx.TxClient.html @@ -131,10 +131,10 @@

Constructors

| - Improve this Doc + Improve this Doc - View Source + View Source

TxClient(HttpClient, TxClientSettings)

@@ -184,10 +184,10 @@
Parameters
| - Improve this Doc + Improve this Doc - View Source + View Source

TxClient(String, String, DataCenter, IEnumerable<String>)

@@ -240,10 +240,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

ShowFullRequestBodyInExceptions

@@ -274,10 +274,10 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source

AutocompleteProfession(String, IEnumerable<String>, String, Int32)

@@ -364,10 +364,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

AutocompleteSkill(String, IEnumerable<String>, String, IEnumerable<String>, Int32)

@@ -460,10 +460,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

BimetricScore<TTarget>(ParsedJobWithId, List<TTarget>, CategoryWeights, SearchMatchSettings)

@@ -561,10 +561,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

BimetricScore<TTarget>(ParsedResumeWithId, List<TTarget>, CategoryWeights, SearchMatchSettings)

@@ -662,10 +662,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareProfessions(Int32, Int32, String)

@@ -745,10 +745,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareSkillsToProfession(Int32, String, SkillScore[])

@@ -826,10 +826,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CompareSkillsToProfession(ParsedResume, Int32, String, Boolean)

@@ -911,10 +911,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

CreateIndex(IndexType, String)

@@ -983,10 +983,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteDocument(String, String)

@@ -1054,10 +1054,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteIndex(String)

@@ -1119,10 +1119,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

DeleteMultipleDocuments(String, IEnumerable<String>)

@@ -1190,10 +1190,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Dispose()

@@ -1206,10 +1206,10 @@
Declaration
| - Improve this Doc + Improve this Doc - View Source + View Source

ExtractSkills(String, String, String, Single)

@@ -1294,10 +1294,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

FormatResume(FormatResumeRequest)

@@ -1360,10 +1360,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GenerateJobDescription(GenerateJobRequest)

@@ -1425,10 +1425,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedJob, Address, GeocodeCredentials)

@@ -1503,10 +1503,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedJob, GeocodeCredentials)

@@ -1575,10 +1575,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedResume, Address, GeocodeCredentials)

@@ -1653,10 +1653,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Geocode(ParsedResume, GeocodeCredentials)

@@ -1725,10 +1725,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, Address, GeocodeCredentials, Boolean)

@@ -1815,10 +1815,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeocodeCredentials, Boolean)

@@ -1899,10 +1899,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeoCoordinates, Address, GeocodeCredentials, Boolean)

@@ -1996,10 +1996,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedJob, IndexSingleDocumentInfo, GeoCoordinates, GeocodeCredentials, Boolean)

@@ -2087,10 +2087,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, Address, GeocodeCredentials, Boolean)

@@ -2177,10 +2177,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeocodeCredentials, Boolean)

@@ -2261,10 +2261,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeoCoordinates, Address, GeocodeCredentials, Boolean)

@@ -2358,10 +2358,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GeocodeAndIndex(ParsedResume, IndexSingleDocumentInfo, GeoCoordinates, GeocodeCredentials, Boolean)

@@ -2449,10 +2449,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetAccountInfo()

@@ -2496,10 +2496,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetAllIndexes()

@@ -2543,10 +2543,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetJob(String, String)

@@ -2614,10 +2614,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetProfessionsTaxonomy(String, TaxonomyFormat)

@@ -2689,10 +2689,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetProfessionsTaxonomyMetadata()

@@ -2737,10 +2737,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetResume(String, String)

@@ -2808,10 +2808,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetSkillsTaxonomy(TaxonomyFormat)

@@ -2875,10 +2875,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

GetSkillsTaxonomyMetadata()

@@ -2923,10 +2923,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexDocument(ParsedJob, String, String, IEnumerable<String>)

@@ -3007,10 +3007,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexDocument(ParsedResume, String, String, IEnumerable<String>)

@@ -3091,10 +3091,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexMultipleDocuments(IEnumerable<IndexJobInfo>, String)

@@ -3162,10 +3162,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

IndexMultipleDocuments(IEnumerable<IndexResumeInfo>, String)

@@ -3233,10 +3233,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

LookupProfessions(IEnumerable<Int32>, String)

@@ -3308,10 +3308,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

LookupSkills(IEnumerable<String>, String)

@@ -3381,10 +3381,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(String, String, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3483,10 +3483,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(ParsedJob, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3579,10 +3579,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Match(ParsedResume, IEnumerable<String>, CategoryWeights, FilterCriteria, SearchMatchSettings, Int32)

@@ -3675,10 +3675,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeProfessions(IEnumerable<String>, String, String)

@@ -3757,10 +3757,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

NormalizeSkills(IEnumerable<String>, String, String)

@@ -3839,10 +3839,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseJob(ParseRequest)

@@ -3920,10 +3920,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

ParseResume(ParseRequest)

@@ -4001,10 +4001,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

Search(IEnumerable<String>, FilterCriteria, SearchMatchSettings, PaginationSettings)

@@ -4084,10 +4084,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SkillsSimilarityScore(IEnumerable<SkillScore>, IEnumerable<SkillScore>)

@@ -4160,10 +4160,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(IEnumerable<SkillScore>, Int32, Boolean, String)

@@ -4245,10 +4245,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(ParsedJob, Int32, Boolean, String)

@@ -4330,10 +4330,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestProfessionsFromSkills(ParsedResume, Int32, Boolean, String, Boolean)

@@ -4421,10 +4421,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromJobTitle(String, String, Nullable<Int32>)

@@ -4498,10 +4498,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(IEnumerable<Int32>, Int32, String)

@@ -4531,7 +4531,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4577,10 +4577,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(ParsedJob, Int32, String)

@@ -4610,7 +4610,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4656,10 +4656,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromProfessions(ParsedResume, Int32, String)

@@ -4689,7 +4689,7 @@
Parameters
System.Int32 limit -

The maximum amount of suggested skills returned. The maximum and default is 10.

+

The maximum amount of suggested skills returned. The default is 10.

@@ -4735,10 +4735,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(IEnumerable<SkillScore>, Int32, String)

@@ -4817,10 +4817,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(ParsedJob, Int32, String)

@@ -4898,10 +4898,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

SuggestSkillsFromSkills(ParsedResume, Int32, String, Boolean)

@@ -4985,10 +4985,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

UpdateJobUserDefinedTags(String, String, IEnumerable<String>, UserDefinedTagsMethod)

@@ -5068,10 +5068,10 @@
Exceptions
| - Improve this Doc + Improve this Doc - View Source + View Source

UpdateResumeUserDefinedTags(String, String, IEnumerable<String>, UserDefinedTagsMethod)

@@ -5164,10 +5164,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxClientSettings.html b/docs/sdk/Textkernel.Tx.TxClientSettings.html index d7e1798b..a96d6b38 100644 --- a/docs/sdk/Textkernel.Tx.TxClientSettings.html +++ b/docs/sdk/Textkernel.Tx.TxClientSettings.html @@ -126,10 +126,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

AccountId

@@ -157,10 +157,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

DataCenter

@@ -188,10 +188,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ServiceKey

@@ -219,10 +219,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TrackingTags

@@ -256,10 +256,10 @@
Property Value
diff --git a/docs/sdk/Textkernel.Tx.TxException.html b/docs/sdk/Textkernel.Tx.TxException.html index b146282c..3759255d 100644 --- a/docs/sdk/Textkernel.Tx.TxException.html +++ b/docs/sdk/Textkernel.Tx.TxException.html @@ -166,10 +166,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

HttpStatusCode

@@ -197,10 +197,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

RequestBody

@@ -228,10 +228,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

ResponseMessage

@@ -259,10 +259,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TransactionId

@@ -290,10 +290,10 @@
Property Value
| - Improve this Doc + Improve this Doc - View Source + View Source

TxErrorCode

@@ -331,10 +331,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxGeocodeJobException.html b/docs/sdk/Textkernel.Tx.TxGeocodeJobException.html index f4decb0a..abb0280d 100644 --- a/docs/sdk/Textkernel.Tx.TxGeocodeJobException.html +++ b/docs/sdk/Textkernel.Tx.TxGeocodeJobException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxGeocodeResumeException.html b/docs/sdk/Textkernel.Tx.TxGeocodeResumeException.html index 6b5d47e1..40f0da0e 100644 --- a/docs/sdk/Textkernel.Tx.TxGeocodeResumeException.html +++ b/docs/sdk/Textkernel.Tx.TxGeocodeResumeException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxIndexJobException.html b/docs/sdk/Textkernel.Tx.TxIndexJobException.html index b0752213..dd7afe6e 100644 --- a/docs/sdk/Textkernel.Tx.TxIndexJobException.html +++ b/docs/sdk/Textkernel.Tx.TxIndexJobException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxIndexResumeException.html b/docs/sdk/Textkernel.Tx.TxIndexResumeException.html index 59a86346..1d4b51e2 100644 --- a/docs/sdk/Textkernel.Tx.TxIndexResumeException.html +++ b/docs/sdk/Textkernel.Tx.TxIndexResumeException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxProfessionNormalizationJobException.html b/docs/sdk/Textkernel.Tx.TxProfessionNormalizationJobException.html index cc2c1e2e..dd8d4002 100644 --- a/docs/sdk/Textkernel.Tx.TxProfessionNormalizationJobException.html +++ b/docs/sdk/Textkernel.Tx.TxProfessionNormalizationJobException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxProfessionNormalizationResumeException.html b/docs/sdk/Textkernel.Tx.TxProfessionNormalizationResumeException.html index 16ddaf56..531050f3 100644 --- a/docs/sdk/Textkernel.Tx.TxProfessionNormalizationResumeException.html +++ b/docs/sdk/Textkernel.Tx.TxProfessionNormalizationResumeException.html @@ -192,10 +192,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxUsableJobException.html b/docs/sdk/Textkernel.Tx.TxUsableJobException.html index f1483da1..7b10bb11 100644 --- a/docs/sdk/Textkernel.Tx.TxUsableJobException.html +++ b/docs/sdk/Textkernel.Tx.TxUsableJobException.html @@ -183,10 +183,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Response

@@ -224,10 +224,10 @@

Implements

diff --git a/docs/sdk/Textkernel.Tx.TxUsableResumeException.html b/docs/sdk/Textkernel.Tx.TxUsableResumeException.html index 31ffbb8a..ed55df2d 100644 --- a/docs/sdk/Textkernel.Tx.TxUsableResumeException.html +++ b/docs/sdk/Textkernel.Tx.TxUsableResumeException.html @@ -183,10 +183,10 @@

Properties

| - Improve this Doc + Improve this Doc - View Source + View Source

Response

@@ -224,10 +224,10 @@

Implements

diff --git a/docs/sdk/index.html b/docs/sdk/index.html index f268e313..c84089bf 100644 --- a/docs/sdk/index.html +++ b/docs/sdk/index.html @@ -133,7 +133,7 @@

Matching/Searching/Bimetric Scoring