Found 478 results for "docs fields text"

The search executed in 0.001505773 seconds. That's fast.

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.428934

Gitana 4.0 / Content Engine / Aspects / Auto Analyze Text

Automatically analyze and index text for full-text search using our Text Analyzer service, enhancing content insights with sentiment, key phrases, and entities.

Score: 5.4068947

Gitana 3.2 / Guide / Guide / Features / Auto Analyze Text

Enhance text comprehensibility with automatic analysis, indexing, and insights using our innovative Text Analyzer.

Score: 5.40343

Gitana 4.0 / Forms / Fields / Text Area Field

Discover how to use HTML textarea fields for multiline text input with features like autocomplete, data attributes, and word limits.

Score: 5.3494816

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.337095

Gitana 3.2 / Guide / Guide / Text Analysis / Text Analysis Providers

Discover top text analysis providers like AWS Comprehend for powerful language processing and sentiment analysis.

Score: 5.247874

Gitana 4.0 / Content Engine / Services / Text Analysis / Text Analysis Providers

Explore top text analysis providers like AWS Comprehend for advanced natural language processing and data insights.

Score: 5.247874

Gitana 3.2 / Guide / Guide / Transcription / Transcription Providers / AWS Transcribe

AWS Transcribe converts audio to text with IAM authentication & S3 integration for seamless transcription services.

Score: 5.013899

Gitana 4.0 / Content Engine / Services / Transcription / Transcription Providers / AWS Transcribe

AWS Transcribe converts audio to text with IAM authentication & S3 integration for seamless transcription services.

Score: 5.013899

Gitana 3.2 / Guide / Guide / Features / Auto Narrate

Auto Narrate automates text-to-speech for content, creating audio files with customizable narration services, perfect for enhancing accessibility.

Score: 4.961656

How to get a content definition JSON from the Cloud CMS API?

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.888179

Gitana 3.2 / Guide / Guide / Search / Examples

Explore the power of Cloud CMS with Elastic Search integration for advanced, flexible content queries using ES DSL.

Score: 4.746484

How to limit the fields that come back in a query

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.352493

Gitana 3.2 / Guide / Guide / Transcription / Transcription Providers

Explore top transcription providers like AWS Transcribe to transform your audio into text efficiently with high accuracy.

Score: 4.1641865

Gitana 4.0 / Content Engine / Services / Transcription / Transcription Providers

Discover top transcription services like AWS Transcribe with our comprehensive guide to enhance your audio-to-text needs.

Score: 4.1641865

Gitana 3.2 / Guide / Guide / Narration / Narration Providers

Explore top narration providers with Gitana's guide. Learn about AWS Polly and enhance your audio projects with our comprehensive documentation.

Score: 3.8009963

Gitana 4.0 / Content Engine / Services / Narration / Narration Providers

Explore top narration providers like AWS Polly, offering rich text-to-speech capabilities for your content needs. Discover more in our detailed guide.

Score: 3.8009963

Gitana 4.0 / Forms / Fields / Date Field

Enhance your date fields with Bootstrap Datetime Picker and Moment.js formatting for versatile and user-friendly data input.

Score: 3.7877445

Gitana 3.2 / Guide / Guide / Text Analysis / Text Analysis Providers / AWS Comprehend

Utilize AWS Comprehend for advanced text analysis with easy configuration using accessKey and secretKey in your preferred AWS region.

Score: 3.698539

Gitana 4.0 / Content Engine / Services / Text Analysis / Text Analysis Providers / AWS Comprehend

Utilize AWS Comprehend for advanced text analysis with easy configuration using accessKey and secretKey in your preferred AWS region.

Score: 3.698539

Gitana 3.2 / Guide / Guide / Narration / Narration Providers / AWS Polly

Generate narration audio files with AWS Polly, utilizing secure IAM credentials for seamless S3 integration across specified regions.

Score: 3.5631006

Gitana 4.0 / Content Engine / Services / Narration / Narration Providers / AWS Polly

Generate narration audio files with AWS Polly, utilizing secure IAM credentials for seamless S3 integration across specified regions.

Score: 3.5631006

Is there a programmatic way to add more content to workflows?

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.4158313

Gitana 4.0 / Forms / Fields / Time Field

Optimize time field inputs with Bootstrap DateTimePicker; format with Moment.js for flexibility and accuracy.

Score: 3.3298423

Gitana 3.2 / Guide / Guide / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 3.2422004