Found 486 results for "docs fields text"

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

Gitana 4.0 / Content Engine / Platform / Binary Files

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 5.4407473

Gitana 3.2 / Guide / Guide / UI Developers Guide / 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.415097

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

Gitana 4.0 / Content Engine / Aspects / Auto Analyze Text

Enhance your content's full-text search indexing with automated text analysis integration using the auto-analyze-text feature.

Score: 5.400788

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

Auto Analyze Text feature automatically analyzes binary attachments for full-text search insights, enhancing node functionality.

Score: 5.3973465

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

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

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

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

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

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

Gitana 3.2 / Guide / Guide / Features / Auto Narrate

Enhance your content with Auto Narrate, turning text into audio with ease. Ideal for projects needing seamless text-to-speech conversion.

Score: 4.969103

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

Gitana 3.2 / Guide / Guide / Search / Examples

Explore Cloud CMS search examples with ElasticSearch integration, allowing powerful queries using DSL or JSON for comprehensive content indexing and retrieval.

Score: 4.7876353

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

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

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

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

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

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

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

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

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

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

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