Found 477 results for "docs fields text"
The search executed in 0.0018 seconds. That's fast.
![]() |
Gitana 4.0 / Content Engine / Platform / Binary FilesDocumentation Reference Effortlessly manage, store, and process binary files with Cloud CMS, featuring antivirus scanning and metadata extraction. (Gitana 4.0)
Score: 5.5721
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fieldsDocumentation Reference Sort your document list efficiently by title, description, date, author, type, and size with customizable fields. (Gitana 3.2)
Score: 5.4328
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fieldsDocumentation Reference Sort and manage your document list by title, description, date, author, type, or size for improved organization. (Gitana 4.0)
Score: 5.4328
|
![]() |
Gitana 4.0 / Content Engine / Aspects / Auto Analyze TextDocumentation Reference Enhance content discoverability with Auto Analyze Text for seamless text comprehension and indexing. (Gitana 4.0)
Score: 5.412
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto Analyze TextDocumentation Reference Automatically analyze and index text in your binary attachments using Cloud CMS's Text Analyzer for enhanced search capabilities. (Gitana 3.2)
Score: 5.4086
|
![]() |
Gitana 4.0 / Forms / Fields / Text Area FieldDocumentation Reference Textarea fields optimize user input for multiple lines, ideal for forms with detailed text requirements. Explore features and examples. (Gitana 4.0)
Score: 5.3522
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Relator PropertiesDocumentation Reference Optimize relationships in Cloud CMS with relator properties linking nodes in a dynamic content graph. (Gitana 3.2)
Score: 5.3332
|
![]() |
Gitana 3.2 / Guide / Guide / Text Analysis / Text Analysis ProvidersDocumentation Reference Discover top text analysis providers like AWS Comprehend to enhance your data processing capabilities. (Gitana 3.2)
Score: 5.2512
|
![]() |
Gitana 4.0 / Content Engine / Services / Text Analysis / Text Analysis ProvidersDocumentation Reference Discover top text analysis tools like AWS Comprehend for robust data insights. (Gitana 4.0)
Score: 5.2512
|
![]() |
Gitana 3.2 / Guide / Guide / Transcription / Transcription Providers / AWS TranscribeDocumentation Reference Convert audio to text effortlessly with AWS Transcribe. Set up with ease for seamless transcription. (Gitana 3.2)
Score: 5.0158
|
![]() |
Gitana 4.0 / Content Engine / Services / Transcription / Transcription Providers / AWS TranscribeDocumentation Reference AWS Transcribe simplifies generating audio transcriptions, utilizing IAM credentials for seamless S3 integration. (Gitana 4.0)
Score: 5.0158
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto NarrateDocumentation Reference Enhance your content with automatic narration using text-to-speech, stored as an audio attachment. (Gitana 3.2)
Score: 4.9693
|
![]() |
How to get a content definition JSON from the Cloud CMS API?Support Article There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep
Score: 4.8644
|
![]() |
Gitana 3.2 / Guide / Guide / Search / ExamplesDocumentation Reference Explore sample search queries in Cloud CMS using ElasticSearch for powerful content indexing and retrieval. (Gitana 3.2)
Score: 4.7901
|
![]() |
How to limit the fields that come back in a querySupport Article Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the
Score: 4.3317
|
![]() |
Gitana 3.2 / Guide / Guide / Transcription / Transcription ProvidersDocumentation Reference Explore top transcription providers and enhance your workflow with AWS Transcribe solutions. (Gitana 3.2)
Score: 4.1793
|
![]() |
Gitana 4.0 / Content Engine / Services / Transcription / Transcription ProvidersDocumentation Reference Explore top transcription services, with AWS Transcribe for accurate and efficient audio-to-text solutions. (Gitana 4.0)
Score: 4.1793
|
![]() |
Gitana 3.2 / Guide / Guide / Narration / Narration ProvidersDocumentation Reference Explore top-notch narration providers, including AWS Polly, for seamless audio solutions. (Gitana 3.2)
Score: 3.8133
|
![]() |
Gitana 4.0 / Content Engine / Services / Narration / Narration ProvidersDocumentation Reference Discover top-notch narration services. Explore AWS Polly for seamless audio solutions now. (Gitana 4.0)
Score: 3.8133
|
![]() |
Gitana 4.0 / Forms / Fields / Date FieldDocumentation Reference Easily integrate date fields with Bootstrap's Datetime Picker and customize formats with Moment.js. (Gitana 4.0)
Score: 3.7713
|
![]() |
Gitana 3.2 / Guide / Guide / Text Analysis / Text Analysis Providers / AWS ComprehendDocumentation Reference Optimize text processing with AWS Comprehend, leveraging secure IAM credentials for seamless service integration. (Gitana 3.2)
Score: 3.6915
|
![]() |
Gitana 4.0 / Content Engine / Services / Text Analysis / Text Analysis Providers / AWS ComprehendDocumentation Reference Optimize text analysis with AWS Comprehend: Use accessKey, secretKey, and region for seamless integration. (Gitana 4.0)
Score: 3.6915
|
![]() |
Gitana 3.2 / Guide / Guide / Narration / Narration Providers / AWS PollyDocumentation Reference Generate narration audio files using AWS Polly with secure access and S3 bucket integration. (Gitana 3.2)
Score: 3.5734
|
![]() |
Gitana 4.0 / Content Engine / Services / Narration / Narration Providers / AWS PollyDocumentation Reference Create audio narrations from text with AWS Polly. Learn about access, configurations, and S3 integration. (Gitana 4.0)
Score: 3.5734
|
![]() |
Is there a programmatic way to add more content to workflows?Support Article There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor
Score: 3.4021
|